Classes | |
struct | SSLIOP::SSL |
interface | SSLIOP::Current |
The following are TAO extensions. More... | |
exception | SSLIOP::Current::NoContext |
struct | SSLIOP::File |
struct | SSLIOP::AuthData |
Typedefs | |
typedef sequence< octet > | ASN_1_Cert |
A DER encoded X.509 certificate. | |
typedef sequence< ASN_1_Cert > | SSL_Cert |
Enumerations | |
enum | FileType { ASN1, PEM } |
Variables | |
const IOP::ComponentId | TAG_SSL_SEC_TRANS = 20 |
Security mechanism SSL. |
|
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. |
|
|
|
|