X509 | structure. |
#include <SSLIOP_X509.h>
Inheritance diagram for TAO_SSLIOP_X509_var:
Public Methods | |
~TAO_SSLIOP_X509_var (void) | |
Destructor. | |
TAO_SSLIOP_X509_var & | operator= (X509 *) |
TAO_SSLIOP_X509_var & | operator= (const TAO_SSLIOP_X509_var &) |
TAO_SSLIOP_X509_var & | operator= (const X509 &) |
const X509 * | operator-> (void) const |
X509 * | operator-> (void) |
operator const X509 & () const | |
operator X509 & () | |
X509 * | in (void) const |
X509 *& | inout (void) |
X509 *& | out (void) |
X509 * | _retn (void) |
X509 * | ptr (void) const |
Constructors | |
TAO_SSLIOP_X509_var (void) | |
TAO_SSLIOP_X509_var (X509 *x) | |
TAO_SSLIOP_X509_var (const TAO_SSLIOP_X509_var &) | |
TAO_SSLIOP_X509_var (const X509 &x) | |
Private Methods | |
TAO_SSLIOP_X509_var (const TAO_Base_var &rhs) | |
TAO_SSLIOP_X509_var & | operator= (const TAO_Base_var &rhs) |
Private Attributes | |
X509 * | x509_ |
The OpenSSL X509 structure that represents a X.509 certificate. |
X509 | structure. |
This class is simply used to make operations on instances of the OpenSSL
X509 | structures exception safe. It is only used internally by the SSLIOP pluggable protocol. |
|
|
|
|
|
|
|
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TAO_Base_var. |
|
|
|
|
|
|
|
|
|
|
|
The OpenSSL X509 structure that represents a X.509 certificate.
|