Name
SPVM::Net::SSLeay::SSL_METHOD - SSL_METHOD data structure in OpenSSL
Description
Net::SSLeay::SSL_METHOD class in SPVM represents SSL_METHOD
data structure in OpenSSL.
Usage
use Net::SSLeay::SSL_METHOD;
Class Methods
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