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