#include <SSLIOP_OwnCredentials.h>
Inheritance diagram for TAO::SSLIOP::OwnCredentials:
Public Member Functions | |
OwnCredentials (::X509 *cert,::EVP_PKEY *evp) | |
Constructor. | |
SecurityLevel3::TargetCredentials Methods | |
Methods required by the SecurityLevel3::Credentials interface. | |
SecurityLevel3::CredentialsType | creds_type (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
SecurityLevel3::OwnCredentials Methods | |
Methods required by the SecurityLevel3::OwnCredentials interface. | |
virtual SecurityLevel3::CredsInitiator_ptr | creds_initiator (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::CredsAcceptor_ptr | creds_acceptor (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual void | release_credentials (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
Static Public Member Functions | |
OwnCredentials_ptr | _duplicate (OwnCredentials_ptr obj) |
OwnCredentials_ptr | _nil (void) |
OwnCredentials_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL) |
Protected Member Functions | |
~OwnCredentials (void) | |
Destructor. |
OwnCredentials
are a representation of our identity, not our peer's identity.
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. |
|
|
|
Reimplemented from TAO::SSLIOP_Credentials. |
|
Reimplemented from TAO::SSLIOP_Credentials. |
|
|
|
|
|
Implements TAO::SSLIOP_Credentials. |
|
|