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

new

static method new : Net::SSLeay::DH ();

Calls native DH_new function, creates a new Net::SSLeay::DH object, sets the pointer value of the object to the return value of the native function, and returns the new object.

Exceptions:

If DH_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 DH_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