TAO_SSLIOP
2.1.5
|
The following are TAO extensions. More...
import "SSLIOP.idl";
Classes | |
exception | NoContext |
Public Member Functions | |
ASN_1_Cert | get_peer_certificate () raises (NoContext) |
SSL_Cert | get_peer_certificate_chain () raises (NoContext) |
boolean | no_context () |
The following are TAO extensions.
The SSLIOP::Current interface provides methods to gain access to the SSL session state for the current execution context.
ASN_1_Cert SSLIOP::Current::get_peer_certificate | ( | ) | raises (NoContext) |
Return the peer certificate associated with the current request.
Return the certificate chain associated with the current execution context. If no SSL session is being used for the request or upcall, then the NoContext exception is raised. 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 | ( | ) |