Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

SSLIOP Namespace Reference


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_CertSSL_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...


Typedef Documentation

typedef sequence<octet> SSLIOP::ASN_1_Cert
 

A DER encoded X.509 certificate.

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

enum SSLIOP::FileType
 

Enumeration values:
ASN1 
PEM 


Variable Documentation

const IOP::ComponentId SSLIOP::TAG_SSL_SEC_TRANS = 20
 

Security mechanism SSL.


Generated on Thu Dec 26 00:18:20 2002 for TAO_SSLIOP by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001