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

SSLIOP::Current Interface Reference

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

import "SSLIOP.idl";

Inheritance diagram for SSLIOP::Current:

Inheritance graph
[legend]
Collaboration diagram for SSLIOP::Current:

Collaboration graph
[legend]
List of all members.

Public Methods

ASN_1_Cert get_peer_certificate () raises (NoContext)
 Return the peer certificate associated with the current request. More...

SSL_Cert get_peer_certificate_chain () raises (NoContext)
 On the client side, the chain does include the peer (server) certficate. More...

boolean no_context ()
 Returns true if the current execution context is not within a SSL session. This method is mostly useful as an inexpensive means of determining whether or not SSL session state is available. More...


Detailed Description

The following are TAO extensions. The SSLIOP::Current interface provides methods to gain access to the SSL session state for the current execution context.


Member Function Documentation

ASN_1_Cert SSLIOP::Current::get_peer_certificate   raises (NoContext)
 

Return the peer certificate associated with the current request.

SSL_Cert SSLIOP::Current::get_peer_certificate_chain   raises (NoContext)
 

On the client side, the chain does include the peer (server) certficate.

However, the certificate chain on the server side does NOT contain the peer (client) certificate.

boolean SSLIOP::Current::no_context  
 

Returns true if the current execution context is not within a SSL session. This method is mostly useful as an inexpensive means of determining whether or not SSL session state is available.


The documentation for this interface was generated from the following file:
Generated on Thu Oct 10 22:15:14 2002 for TAO_SSLIOP by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001