#include <SSLIOP_X509.h>
Public Types | |
enum | { LOCK_ID = CRYPTO_LOCK_X509 } |
Static Public Member Functions | |
::X509 * | _duplicate (::X509 *st) |
Increase the reference count on the given OpenSSL structure. | |
::X509 * | copy (::X509 const &st) |
Perform deep copy of the given OpenSSL structure. | |
static void | release (::X509 *st) |
anonymous enum |
::X509* TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::X509 >::_duplicate | ( | ::X509 * | st | ) | [inline, static] |
Increase the reference count on the given OpenSSL structure.
::X509* TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::X509 >::copy | ( | ::X509 const & | st | ) | [inline, static] |
Perform deep copy of the given OpenSSL structure.
static void TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::X509 >::release | ( | ::X509 * | st | ) | [inline, static] |
Decrease the reference count on the given OpenSSL structure.