#include <SSLIOP_EVP_PKEY.h>
Static Public Methods | |
CORBA-style Reference Count Manipulation Methods | |
EVP_PKEY * | _duplicate (EVP_PKEY *key) |
Increase the reference count on the given EVP_PKEY structure. | |
void | release (EVP_PKEY *key) |
Decrease the reference count on the given EVP_PKEY structure. |
This class provides CORBA-like _duplicate() and release() methods. They are simply EVP_PKEY CORBA-style reference count manipulation methods.
|
Increase the reference count on the given EVP_PKEY structure.
|
|
Decrease the reference count on the given EVP_PKEY structure.
|