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