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