#include <SSLIOP_OwnCredentials.h>
Inheritance diagram for TAO::SSLIOP::OwnCredentials:
Public Types | |
typedef OwnCredentials_ptr | _ptr_type |
typedef OwnCredentials_var | _var_type |
typedef OwnCredentials_out | _out_type |
Public Member Functions | |
OwnCredentials (::X509 *cert,::EVP_PKEY *evp) | |
Constructor. | |
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.
Definition at line 52 of file SSLIOP_OwnCredentials.h.
|
Reimplemented from TAO::SSLIOP_Credentials. Definition at line 59 of file SSLIOP_OwnCredentials.h. |
|
Reimplemented from TAO::SSLIOP_Credentials. Definition at line 57 of file SSLIOP_OwnCredentials.h. |
|
Reimplemented from TAO::SSLIOP_Credentials. Definition at line 58 of file SSLIOP_OwnCredentials.h. |
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. Definition at line 18 of file SSLIOP_OwnCredentials.cpp.
00019 { 00020 } |
|
Definition at line 23 of file SSLIOP_OwnCredentials.cpp. References TAO_Local_RefCounted_Object::_add_ref(), CORBA::is_nil(), and TAO::SSLIOP::OwnCredentials_ptr. Referenced by _narrow(), and TAO_SSLIOP_Endpoint::set_sec_attrs().
00024 { 00025 if (!CORBA::is_nil (obj)) 00026 obj->_add_ref (); 00027 00028 return obj; 00029 } |
|
Reimplemented from TAO::SSLIOP_Credentials. Definition at line 32 of file SSLIOP_OwnCredentials.cpp. References _duplicate().
00034 { 00035 return TAO::SSLIOP::OwnCredentials::_duplicate ( 00036 dynamic_cast<TAO::SSLIOP::OwnCredentials *> (obj)); 00037 } |
|
Reimplemented from TAO::SSLIOP_Credentials. Definition at line 40 of file SSLIOP_OwnCredentials.cpp.
00041 { 00042 return (OwnCredentials *) 0; 00043 00044 } |