Module SL3TLS

Module SL3TLS

Local Interface Index

ArgumentFactory
This object allows to create the Builder for use with TLS and a Java KeyStore.
TLSKeyStoreArgBuilder
The TLS KeyStore Acquisition Builder extends the TCPIP Builder.
TLSX509IdentityVerifier
Implementers may create their own local version of this interface to verify chains of X509 Certificates.

Constant Index

AQM_TLSArgs
This is the only acquisition mechanism for acquiring TLS Transport Credentials.
AQM_TLSKeyStoreArgs
This acquisition mechanism specifies getting TLS credential information from a Java KeyStore file.
MID_TLS

Constants

AQM_TLSArgs
const TransportSecurity::AcquisitionMethod AQM_TLSArgs = "TLSArgs";

This is the only acquisition mechanism for acquiring TLS Transport Credentials.

AQM_TLSKeyStoreArgs
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.

MID_TLS
const TransportSecurity::MechanismId MID_TLS = "TLS";


Generated by the ORBacus IDL-to-HTML translator