Name

SPVM::Net::SSLeay::SSL_METHOD - OpenSSL SSL_METHOD data structure

Description

Net::SSLeay::SSL_METHOD class in SPVM represents OpenSSL SSL_METHOD data structure.

Usage

use Net::SSLeay::SSL_METHOD;

Class Methods

SSLv23_method

static method SSLv23_method : Net::SSLeay::SSL_METHOD ();

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

SSLv23_client_method

static method SSLv23_client_method : Net::SSLeay::SSL_METHOD ();

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

SSLv23_server_method

static method SSLv23_server_method : Net::SSLeay::SSL_METHOD ();

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

TLS_method

static method TLS_method : Net::SSLeay::SSL_METHOD ();

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

TLS_client_method

static method TLS_client_method : Net::SSLeay::SSL_METHOD ();

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

TLS_server_method

static method TLS_server_method : Net::SSLeay::SSL_METHOD ();

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

See Also

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License