Name
SPVM::Net::SSLeay::ASN1_ENUMERATED - ASN1_ENUMERATED Data Structure in OpenSSL
Description
Net::SSLeay::ASN1_ENUMERATED class in SPVM represents ASN1_ENUMERATED data structure in OpenSSL.
Usage
use Net::SSLeay::ASN1_ENUMERATED;
Instance Methods
DESTROY
method DESTROY : void ();
Calls native ASN1_ENUMERATED_free function given the pointer value of the instance if no_free
flag of the instance is not a true value.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License