Classes | |
struct | SSL |
interface | Current |
The following are TAO extensions. More... | |
struct | File |
struct | 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. |
typedef sequence<octet> SSLIOP::ASN_1_Cert |
typedef sequence<ASN_1_Cert> SSLIOP::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.
Definition at line 38 of file SSLIOP.idl.
enum SSLIOP::FileType |
const IOP::ComponentId SSLIOP::TAG_SSL_SEC_TRANS = 20 |
Definition at line 21 of file SSLIOP.idl.
Referenced by TAO::SSLIOP::Acceptor::create_new_profile(), TAO::SSLIOP::Acceptor::create_shared_profile(), TAO_SSLIOP_Profile::decode(), TAO::SSLIOP::Current::implementation(), and TAO::SSLIOP::Current_Impl::tag().