#include <LibcryptoPrivateKey.h>
Libcrypto-implementation of a private key definition.
|
| | LibcryptoPrivateKey (EVP_PKEY *key, std::string type) |
| | Constructs new instance.
|
| | LibcryptoKey (EVP_PKEY *key, std::string type) |
| | Constructs new instance.
|
| EVP_PKEY * | getKey () const |
| | Returns the libcrypto-specific pointer to the key.
|
| const std::string & | getType () const |
| | Returns type of the key.
|
|
|
const std::string | type |
| | Type of the key.
|
|
EVP_PKEY * | key |
| | libcurl handle for the key.
|
◆ LibcryptoPrivateKey()
| tenduke::crypto::libcrypto::LibcryptoPrivateKey::LibcryptoPrivateKey |
( |
EVP_PKEY * | key, |
|
|
std::string | type ) |
Constructs new instance.
- Parameters
-
| key | the libcrypto handle |
| type | type of the key |
The documentation for this class was generated from the following files:
- core/services/default/src/crypto/LibcryptoPrivateKey.h
- core/services/default/src/crypto/LibcryptoPrivateKey.cpp