87 std::shared_ptr<Secret_Impl> impl;
Secret(unsigned int new_key_length)
Constructs a key to a specified length.
Secret()
Constructs a key (unset)
unsigned int get_size() const
Get the key size.
unsigned char * get_data() const
Get the key data.
Key class.
Definition: secret.h:46