TAO_SSLIOP 4.0.2
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations | Variables
SSLIOP Module Reference

Classes

struct  AuthData
 
local interface  Current
 The following are TAO extensions. More...
 
struct  File
 
struct  SSL
 

Typedefs

typedef sequence< octet > ASN_1_Cert
 A DER encoded X.509 certificate.
 
typedef sequence< ASN_1_CertSSL_Cert
 

Enumerations

enum  FileType { ASN1 , PEM }
 

Variables

const IOP::ComponentId TAG_SSL_SEC_TRANS = 20
 Security mechanism SSL.
 

Typedef Documentation

◆ ASN_1_Cert

typedef sequence<octet> SSLIOP::ASN_1_Cert

A DER encoded X.509 certificate.

◆ SSL_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.

Enumeration Type Documentation

◆ FileType

Enumerator
ASN1 
PEM 

Variable Documentation

◆ TAG_SSL_SEC_TRANS

const IOP::ComponentId SSLIOP::TAG_SSL_SEC_TRANS = 20

Security mechanism SSL.