Name
SPVM::Net::SSLeay::DH - DH Data Strucutre in OpenSSL
Description
Net::SSLeay::DH class in SPVM represents DH data structure in OpenSSL.
Usage
use Net::SSLeay::DH;
Class Methods
Instance Methods
DESTROY
method DESTROY : void ();
Frees native DH object by calling native DH_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