#include <openssl_wrappers.h>
Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< RSA, RSA_new, RSA_free >.
|
| | Unique_SSL_OBJECT () |
| | C-tor with new pointer via T's c-tor.
|
| |
| | Unique_SSL_OBJECT (T *ptr, void(*dtor)(T *), bool check_null=true) |
| | C-tor with pointer created in base class.
|
| |
| | Unique_SSL_OBJECT () |
| | C-tor with new pointer via T's c-tor.
|
| |
| | Unique_SSL_OBJECT (RSA *ptr, void(*dtor)(RSA *), bool check_null=true) |
| | C-tor with pointer created in base class.
|
| |
| | operator RSA * () |
| | Type cast to underlying pointer.
|
| |
| | operator RSA * () const |
| | Type cast to underlying pointer.
|
| |
| void | reset (RSA *other) |
| | Reset pointer, free old if any.
|
| |
| RSA * | release () |
| | Release pointer, so it's freed elsewhere (CAUTION!)
|
| |
|
| std::unique_ptr< RSA, void(*)(RSA *)> | p |
| | Pointer owning storage.
|
| |
◆ Unique_SSL_OBJECT() [1/2]
C-tor with new pointer via T's c-tor.
◆ Unique_SSL_OBJECT() [2/2]
C-tor with pointer created in base class.
The documentation for this struct was generated from the following file: