Local Interface SL3TLS::ArgumentFactory

Local Interface SL3TLS::ArgumentFactory

local interface ArgumentFactory
    inherits from SL3TCPIP::ArgumentFactory
This object allows to create the Builder for use with TLS and a Java KeyStore.

Operation Index

createTLSEncodedKeyStoreNoStorePass
This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that may be protected with a password.
createTLSEncodedKeyStoreWithStorePass
This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that is protected with a password.
createTLSKeyStoreArgBuilder
This operation creates a TLS KeyStore Arg Builder object.
createTLSKeyStoreNoStorePass
This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that may be protected with a password.
createTLSKeyStoreWithStorePass
This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that is protected with a password.
createTLSX509IdentityVerifier
This operation creates a Tagged Argument containing a reference to a X509 Certificate Chain Verifier

Operations

createTLSEncodedKeyStoreNoStorePass
SL3AQArgs::Argument createTLSEncodedKeyStoreNoStorePass(in CORBA::OctetSeq keystore,
                                                        in string storetype,
                                                        in string keyalias,
                                                        in string keypass,
                                                        in CORBA::StringSeq trusted_cert_names);

This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that may be protected with a password.

For a description of the arguments, please see the corresponding operation in the TLSKeyStoreArgBuilder.

See Also:
TLSKeyStoreArgBuilder

createTLSEncodedKeyStoreWithStorePass
SL3AQArgs::Argument createTLSEncodedKeyStoreWithStorePass(in CORBA::OctetSeq keystore,
                                                          in string storetype,
                                                          in string storepass,
                                                          in string keyalias,
                                                          in string keypass,
                                                          in CORBA::StringSeq trusted_cert_names);

This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that is protected with a password.

For a description of the arguments, please see the corresponding operation in the TLSKeyStoreArgBuilder.

See Also:
TLSKeyStoreArgBuilder

createTLSKeyStoreArgBuilder
TLSKeyStoreArgBuilder createTLSKeyStoreArgBuilder(in TransportSecurity::CredentialsUsage usage);

This operation creates a TLS KeyStore Arg Builder object.

createTLSKeyStoreNoStorePass
SL3AQArgs::Argument createTLSKeyStoreNoStorePass(in string keystore,
                                                 in string storetype,
                                                 in string keyalias,
                                                 in string keypass,
                                                 in CORBA::StringSeq trusted_cert_names);

This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that may be protected with a password.

For a description of the arguments, please see the corresponding operation in the TLSKeyStoreArgBuilder.

See Also:
TLSKeyStoreArgBuilder

createTLSKeyStoreWithStorePass
SL3AQArgs::Argument createTLSKeyStoreWithStorePass(in string keystore,
                                                   in string storetype,
                                                   in string storepass,
                                                   in string keyalias,
                                                   in string keypass,
                                                   in CORBA::StringSeq trusted_cert_names);

This operation creates a Tagged Argument containing the following information for acquiring credentials from a Java KeyStore that is protected with a password.

For a description of the arguments, please see the corresponding operation in the TLSKeyStoreArgBuilder.

See Also:
TLSKeyStoreArgBuilder

createTLSX509IdentityVerifier
SL3AQArgs::Argument createTLSX509IdentityVerifier(in TLSX509IdentityVerifier verifier);

This operation creates a Tagged Argument containing a reference to a X509 Certificate Chain Verifier


Generated by the ORBacus IDL-to-HTML translator