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