INET::SSLContext::DecryptString Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/DecryptString Method.xml
Decrypts a string which has been encrypted and converted to base64 encoding.
INET::SSLContext::CreateCertificateRequest Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/CreateCertificateRequest Method.xml
Create a request for a certificate.
INET::SSLContext::CreatePrivateKey Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/CreatePrivateKey Method.xml
Create a private key with an optional password and write to KeyFileName. Bits must be one of 512, 1024, 2048, or 4096
INET::SSLContext::EstablishContext Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/EstablishContext Method.xml
Create and verify SSL parameters and settings. This function is optional. Use it if you want to verify a context.
INET::SSLContext Class
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/index.xml
Methods for working with SSL certificates and encrypted data.
INET::SSLContext::CreateTestCertificate Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/CreateTestCertificate Method.xml
The path and name of the private key file.
INET::SSLContext::EncryptString Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/EncryptString Method.xml
Encrypts the string provided and encodes the encryption result using base64 encoding.
INET Namespace
/documentation/pages/Ref/Api/Namespace/INET/index.xml
Socket and SSL support classes.
INET::Socket::Read Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Read Method.xml
The INET::Socket::Read() method reads characters from socket into string.
INET::SSLSocket::Connect Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Connect Method.xml
The INET::SSLSocket::Connect() method opens a connection to the requested host and port. Note: ConnectTimeout is in milliseconds.