Name
SPVM::Net::SSLeay::SSL_METHOD - SSL/TLS Methods
Description
The Net::SSLeay::SSL_METHOD class of SPVM has methods for SSL/TLS methods.
Usage
use Net::SSLeay::SSL_METHOD;
Class Methods
SSLv23_client_method
static method SSLv23_client_method : Net::SSLeay::SSL_METHOD ();
SSLv23_server_method
static method SSLv23_server_method : Net::SSLeay::SSL_METHOD ();
TLS_client_method
static method TLS_client_method : Net::SSLeay::SSL_METHOD ();
TLS_server_method
static method TLS_server_method : Net::SSLeay::SSL_METHOD ();
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License