const TransportSecurity::AcquisitionMethod AQM_TLSArgs = "TLSArgs";This is the only acquisition mechanism for acquiring TLS Transport Credentials.
const TransportSecurity::AcquisitionMethod AQM_TLSKeyStoreArgs = "TLSKeyStoreArgs";This acquisition mechanism specifies getting TLS credential information from a Java KeyStore file. The Argument Factory and Builder inherit the TCPIP. The arguments used in TCPIP apply in setting up TCPIP sockets, because TCPIP lies below SSL/TLS.
If the TCPIPInitiatorOptions and/or TCPIPAcceptorOptions arguments are present, then they are followed, otherwise defaults for TCPIP are used.
The Arguments should have one of TLSKeyStoreWithStorePass or TLSKeyStoreNoStorePass. If neither of them is specified, the resulting Credentials will run in TLS anonymously.
const TransportSecurity::MechanismId MID_TLS = "TLS";