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