TAO_SSLIOP 4.0.0
|
SSLIOP-specific implementation of the SecurityLevel3::Credentials interface. More...
#include <SSLIOP_Credentials.h>
Public Types | |
typedef SSLIOP::Credentials_ptr | _ptr_type |
typedef SSLIOP::Credentials_var | _var_type |
typedef SSLIOP::Credentials_out | _out_type |
![]() | |
typedef LocalObject_ptr | _ptr_type |
typedef LocalObject_var | _var_type |
typedef LocalObject_out | _out_type |
![]() | |
typedef Object_ptr | _ptr_type |
typedef Object_var | _var_type |
typedef Object_out | _out_type |
SecurityLevel3::Credentials Methods | |
Methods required by the SecurityLevel3::Credentials interface. | |
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. | |
virtual char * | creds_id () |
virtual SecurityLevel3::CredentialsType | creds_type ()=0 |
virtual SecurityLevel3::CredentialsUsage | creds_usage () |
virtual TimeBase::UtcT | expiry_time () |
virtual SecurityLevel3::CredentialsState | creds_state () |
virtual char * | add_relinquished_listener (SecurityLevel3::RelinquishedCredentialsListener_ptr listener) |
virtual void | remove_relinquished_listener (const char *id) |
::X509 * | x509 () |
Return a pointer to the underlying X.509 certificate. | |
::EVP_PKEY * | evp () |
Return a pointer to the underlying private key. | |
bool | operator== (const SSLIOP_Credentials &rhs) |
CORBA::ULong | hash () const |
static SSLIOP::Credentials_ptr | _duplicate (SSLIOP::Credentials_ptr obj) |
static SSLIOP::Credentials_ptr | _narrow (CORBA::Object_ptr obj) |
static SSLIOP::Credentials_ptr | _nil () |
~SSLIOP_Credentials () | |
Destructor. | |
Additional Inherited Members | |
![]() | |
static LocalObject_ptr | _duplicate (LocalObject_ptr obj) |
static LocalObject_ptr | _nil () |
static LocalObject_ptr | _narrow (CORBA::Object_ptr obj) |
![]() | |
static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
static void | _tao_any_destructor (void *) |
static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
static void | tao_object_initialize (Object *) |
static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
static CORBA::Object_ptr | _nil () |
static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
![]() | |
LocalObject () | |
![]() | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
![]() | |
std::atomic< uint32_t > | refcount_ |
SSLIOP-specific implementation of the SecurityLevel3::Credentials interface.
This class encapsulates the X.509 certificate associated with a given a principal.
TAO::SSLIOP_Credentials::SSLIOP_Credentials | ( | ::X509 * | cert, |
::EVP_PKEY * | evp ) |
Constructor.
|
protected |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
static |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
static |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
inlinestatic |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
pure virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
Implemented in TAO::SSLIOP::ClientCredentials, TAO::SSLIOP::OwnCredentials, and TAO::SSLIOP::TargetCredentials.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
EVP_PKEY * TAO::SSLIOP_Credentials::evp | ( | ) |
Return a pointer to the underlying private key.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
CORBA::ULong TAO::SSLIOP_Credentials::hash | ( | ) | const |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
bool TAO::SSLIOP_Credentials::operator== | ( | const SSLIOP_Credentials & | rhs | ) |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
X509 * TAO::SSLIOP_Credentials::x509 | ( | ) |
Return a pointer to the underlying X.509 certificate.
|
protected |
The validity of the Credentials.
|
protected |
The intended usage of the Credentials.
|
protected |
Reference to the private key associated with the X.509 certificate.
|
protected |
The time these Credentials expire.
|
protected |
Credentials Identifier.
|
protected |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.