|
10Duke Enterprise C++ SDK
|
#include <SecretKey.h>
A secret key.
Public Member Functions | |
| virtual std::size_t | size () const =0 |
| Returns the size of the key in bytes. | |
| virtual const unsigned char * | raw () const =0 |
| Returns the raw key data as a byte array. | |
|
pure virtual |
Returns the raw key data as a byte array.
Implemented in AESSecretKey, and tenduke::crypto::aes::AESSecretKey.
|
pure virtual |
Returns the size of the key in bytes.
Implemented in AESSecretKey, and tenduke::crypto::aes::AESSecretKey.