#include <SSLIOP_Credentials.h>
Inheritance diagram for TAO::SSLIOP_Credentials:
Public Member Functions | |
SSLIOP_Credentials (::X509 *cert,::EVP_PKEY *evp) | |
Constructor. | |
::EVP_PKEY * | evp (void) |
Return a pointer to the underlying private key. | |
bool | operator== (const SSLIOP_Credentials &rhs) |
CORBA::ULong | hash (void) const |
SecurityLevel3::Credentials Methods | |
Methods required by the SecurityLevel3::Credentials interface. | |
virtual char * | creds_id (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::CredentialsType | creds_type (ACE_ENV_SINGLE_ARG_DECL)=0 throw (CORBA::SystemException) |
virtual SecurityLevel3::CredentialsUsage | creds_usage (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual TimeBase::UtcT | expiry_time (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::CredentialsState | creds_state (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual char * | add_relinquished_listener (SecurityLevel3::RelinquishedCredentialsListener_ptr listener ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
virtual void | remove_relinquished_listener (const char *id ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
::X509 * | x509 (void) |
Return a pointer to the underlying X.509 certificate. | |
Static Public Member Functions | |
SSLIOP::Credentials_ptr | _duplicate (SSLIOP::Credentials_ptr obj) |
SSLIOP::Credentials_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL) |
SSLIOP::Credentials_ptr | _nil (void) |
Protected Member Functions | |
~SSLIOP_Credentials (void) | |
Destructor. | |
Protected Attributes | |
SSLIOP::X509_var | x509_ |
SSLIOP::EVP_PKEY_var | evp_ |
CORBA::String_var | id_ |
Credentials Identifier. | |
SecurityLevel3::CredentialsUsage | creds_usage_ |
The intended usage of the Credentials. | |
TimeBase::UtcT | expiry_time_ |
The time these Credentials expire. | |
SecurityLevel3::CredentialsState | creds_state_ |
The validity of the Credentials. |
This class encapsulates the X.509 certificate associated with a given a principal.
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. |
|
|
|
Reimplemented from CORBA::LocalObject. Reimplemented in TAO::SSLIOP::OwnCredentials. |
|
Reimplemented from CORBA::LocalObject. Reimplemented in TAO::SSLIOP::OwnCredentials. |
|
|
|
|
|
|
|
Implemented in TAO::SSLIOP::ClientCredentials, TAO::SSLIOP::OwnCredentials, and TAO::SSLIOP::TargetCredentials. |
|
|
|
Return a pointer to the underlying private key.
|
|
|
|
|
|
|
|
|
|
Return a pointer to the underlying X.509 certificate.
|
|
The validity of the Credentials.
|
|
The intended usage of the Credentials.
|
|
Reference to the private key associated with the X.509 certificate. |
|
The time these Credentials expire.
|
|
Credentials Identifier.
|
|
Reference to the X.509 certificate associated with this SSLIOP Credentials object. |