|
TAO_SSLIOP 4.0.0
|
Credentials representing our identity, not our peer's identity. More...
#include <SSLIOP_OwnCredentials.h>


Public Types | |
| typedef OwnCredentials_ptr | _ptr_type |
| typedef OwnCredentials_var | _var_type |
| typedef OwnCredentials_out | _out_type |
Public Types inherited from TAO::SSLIOP_Credentials | |
| typedef SSLIOP::Credentials_ptr | _ptr_type |
| typedef SSLIOP::Credentials_var | _var_type |
| typedef SSLIOP::Credentials_out | _out_type |
Public Types inherited from CORBA::LocalObject | |
| typedef LocalObject_ptr | _ptr_type |
| typedef LocalObject_var | _var_type |
| typedef LocalObject_out | _out_type |
Public Types inherited from CORBA::Object | |
| typedef Object_ptr | _ptr_type |
| typedef Object_var | _var_type |
| typedef Object_out | _out_type |
Public Member Functions | |
| OwnCredentials (::X509 *cert, ::EVP_PKEY *evp) | |
| Constructor. | |
SecurityLevel3::TargetCredentials Methods | |
Methods required by the SecurityLevel3::Credentials interface. | |
| SecurityLevel3::CredentialsType | creds_type () |
Public Member Functions inherited from TAO::SSLIOP_Credentials | |
| SSLIOP_Credentials (::X509 *cert, ::EVP_PKEY *evp) | |
| Constructor. | |
| virtual char * | creds_id () |
| 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 |
Public Member Functions inherited from CORBA::LocalObject | |
| virtual | ~LocalObject () |
| virtual CORBA::Boolean | _non_existent () |
| virtual char * | _repository_id () |
| virtual CORBA::InterfaceDef_ptr | _get_interface () |
| virtual CORBA::Object_ptr | _get_component () |
| virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
| virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
| virtual CORBA::Request_ptr | _request (const char *operation) |
| virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
| virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
| virtual CORBA::ORB_ptr | _get_orb () |
| virtual TAO::ObjectKey * | _key () |
Public Member Functions inherited from CORBA::Object | |
| virtual | ~Object () |
| virtual void | _add_ref () |
| virtual void | _remove_ref () |
| virtual CORBA::ULong | _refcount_value () const |
| virtual TAO_Abstract_ServantBase * | _servant () const |
| virtual CORBA::Boolean | _is_collocated () const |
| virtual CORBA::Boolean | _is_local () const |
| Object (TAO_Stub *p, CORBA::Boolean collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
| Object (IOP::IOR *ior, TAO_ORB_Core *orb_core) | |
| virtual TAO_Stub * | _stubobj () const |
| virtual TAO_Stub * | _stubobj () |
| virtual void | _proxy_broker (TAO::Object_Proxy_Broker *proxy_broker) |
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
| CORBA::Boolean | is_evaluated () const |
| TAO_ORB_Core * | orb_core () const |
| IOP::IOR * | steal_ior () |
| const IOP::IOR & | ior () const |
| virtual bool | can_convert_to_ior () const |
| virtual char * | convert_to_ior (bool use_omg_ior_format, const char *ior_prefix) const |
| void | _decr_refcount () |
| virtual CORBA::Boolean | _is_a (const char *logical_type_id) |
| virtual const char * | _interface_repository_id () const |
SecurityLevel3::OwnCredentials Methods | |
Methods required by the SecurityLevel3::OwnCredentials interface. | |
| virtual SecurityLevel3::CredsInitiator_ptr | creds_initiator () |
| Destructor. | |
| virtual SecurityLevel3::CredsAcceptor_ptr | creds_acceptor () |
| Destructor. | |
| virtual void | release_credentials () |
| Destructor. | |
| ~OwnCredentials () | |
| Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from TAO::SSLIOP_Credentials | |
| ~SSLIOP_Credentials () | |
| Destructor. | |
Protected Member Functions inherited from CORBA::LocalObject | |
| LocalObject () | |
Protected Member Functions inherited from CORBA::Object | |
| Object (int dummy=0) | |
| TAO::Object_Proxy_Broker * | proxy_broker () const |
Protected Attributes inherited from TAO::SSLIOP_Credentials | |
| 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. | |
Protected Attributes inherited from CORBA::Object | |
| std::atomic< uint32_t > | refcount_ |
Credentials representing our identity, not our peer's identity.
OwnCredentials are a representation of our identity, not our peer's identity.
| TAO::SSLIOP::OwnCredentials::OwnCredentials | ( | ::X509 * | cert, |
| ::EVP_PKEY * | evp ) |
Constructor.
|
protected |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
static |
|
static |
|
static |
|
virtual |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
virtual |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
virtual |
Reference to the X.509 certificate associated with this SSLIOP Credentials object.
Implements TAO::SSLIOP_Credentials.
|
virtual |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.