Skip to main content

com.eruces.teagent.TEAgentSSLAuthenticConnection

The TEAgentSSLAuthenticConnection class opens an TLS (formerly SSL) secured connection with username and password authentication.

Inheritance

Static Public Attributes

TypeNameDescription
final StringSSL_VERSION_SYS_PROPERTYSystem property that pins the KS-facing TLS protocol to a single explicit version (e.g.
final StringDEFAULT_SSL_VERSIONSSLContext factory algorithm for the agile default.
final String[]DEFAULT_SSL_PROTOCOLSAgile default enabled-protocol list.

Public Member Functions

MemberDescription
TEAgentSSLAuthenticConnection()The TEAgentSSLAuthenticConnection constructor constructs a non-connected object.
TEAgentSSLAuthenticConnection(String strServerName, int nPort, String strUserName, String strPasswd)The TEAgentSSLAuthenticConnection constructor specifies a server name, port number, username and password.

Member Function Documentation

TEAgentSSLAuthenticConnection()

The TEAgentSSLAuthenticConnection constructor constructs a non-connected object.

TEAgentSSLAuthenticConnection(String strServerName, int nPort, String strUserName, String strPasswd)

The TEAgentSSLAuthenticConnection constructor specifies a server name, port number, username and password.

Parameters

ParameterDescription
strServerNameA string representing the name or IP of the Key Server.
nPortAn integer representing a Key Service communication port number.
strUserNameA string representing a username.
strPasswdA string representing a password.