|
|
| OpenSslEVP_PKEY () |
| | Constructs an OpenSslEVP_PKEY instance.
|
| |
|
| OpenSslEVP_PKEY (const OpenSslEVP_PKEY &arg)=delete |
| | Copy constructor.
|
| |
|
OpenSslEVP_PKEY & | operator= (const OpenSslEVP_PKEY &arg)=delete |
| | Assignment operator.
|
| |
|
OpenSslEVP_PKEY & | operator= (EVP_PKEY *key) |
| |
|
| ~OpenSslEVP_PKEY (void) |
| | Destructs this instance and frees all resources.
|
| |
|
| operator EVP_PKEY * () const |
| |
|
void | LoadFromFilePEM (const String &filename) |
| |
|
void | LoadFromMemoryPEM (const std::vector< byte > &pemData) |
| |
|
void | SaveToFilePEM (const String &filename) |
| |
The documentation for this class was generated from the following files:
- Arp/System/Commons/Security/Internal/OpenSslEVP_PKEY.hpp
- Arp/System/Commons/Security/Internal/OpenSslEVP_PKEY.cpp