Compounds | |
struct | SSLIOP::AuthData |
The AuthData structure is the SSLIOP-specific authentication data that will be passed to the SecurityLevel2::PrincipalAuthenticator::authenticate() method. Note that this TAO-specific. More... | |
interface | SSLIOP::Current |
The following are TAO extensions. The SSLIOP::Current interface provides methods to gain access to the SSL session state for the current execution context. More... | |
exception | SSLIOP::Current::NoContext |
Exception that indicates a SSLIOP::Current operation was invoked outside of an SSL session. More... | |
struct | SSLIOP::File |
struct | SSLIOP::SSL |
Typedefs | |
typedef sequence< octet > | ASN_1_Cert |
A DER encoded X.509 certificate. More... | |
typedef sequence< ASN_1_Cert > | SSL_Cert |
A chain of DER encoded X.509 certificates. The chain is actually a sequence, according CORBA CDR encapsulation rules. The sender's certificate is first, followed by any Certificate Authority certificates proceeding sequentially upward. More... | |
Enumerations | |
enum | FileType { ASN1, PEM } |
Variables | |
const IOP::ComponentId | TAG_SSL_SEC_TRANS = 20 |
Security mechanism SSL. More... |
|
A DER encoded X.509 certificate.
|
|
A chain of DER encoded X.509 certificates. The chain is actually a sequence, according CORBA CDR encapsulation rules. The sender's certificate is first, followed by any Certificate Authority certificates proceeding sequentially upward.
|
|
|
|
|