Name
SPVM::Net::SSLeay::ASN1_OBJECT - ASN1_OBJECT Data Structure in OpenSSL
Description
Net::SSLeay::ASN1_OBJECT class in SPVM represents ASN1_OBJECT data structure in OpenSSL.
Usage
use Net::SSLeay::ASN1_OBJECT;
Instance Methods
DESTROY
method DESTROY : void ();
Calls native ASN1_OBJECT_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