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