|
CCF
|
#include <openssl_wrappers.h>
Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_KEY, nullptr, nullptr >.
Public Member Functions | |
| Unique_EC_KEY (int nid) | |
| Unique_EC_KEY (EC_KEY *key) | |
Public Member Functions inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_KEY, nullptr, nullptr > | |
| Unique_SSL_OBJECT () | |
| C-tor with new pointer via T's c-tor. | |
| Unique_SSL_OBJECT (EC_KEY *ptr, void(*dtor)(EC_KEY *), bool check_null=true) | |
| C-tor with pointer created in base class. | |
| operator EC_KEY * () | |
| Type cast to underlying pointer. | |
| operator EC_KEY * () const | |
| Type cast to underlying pointer. | |
| void | reset (EC_KEY *other) |
| Reset pointer, free old if any. | |
| EC_KEY * | release () |
| Release pointer, so it's freed elsewhere (CAUTION!) | |
Additional Inherited Members | |
Protected Attributes inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_KEY, nullptr, nullptr > | |
| std::unique_ptr< EC_KEY, void(*)(EC_KEY *)> | p |
| Pointer owning storage. | |
|
inline |
|
inline |