Name

SPVM::Net::SSLeay::SSL_SESSION - SSL_SESSION Data Strucutre in OpenSSL

Description

Net::SSLeay::SSL_SESSION class in SPVM represents SSL_SESSION data strucutre in OpenSSL.

Usage

use Net::SSLeay::SSL_SESSION;

Class Methods

new

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

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

Exceptions:

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