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;
Class Methods
new
static method new : Net::SSLeay::EVP_PKEY ();
Calls native EVP_PKEY_new function, creates a new Net::SSLeay::EVP_PKEY object, sets the pointer value of the object to the return value of the native function, and returns the new object.
Exceptions:
If EVP_PKEY_new failed, an exception is thrown with eval_error_id
set to the basic type ID of Net::SSLeay::Error class.
Instance Methods
DESTROY
method DESTROY : void ();
Calls native EVP_PKEY_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