23 #ifndef NDN_DECRYPT_KEY_HPP
24 #define NDN_DECRYPT_KEY_HPP
26 #include "../util/blob.hpp"
Definition: decrypt-key.hpp:34
const Blob & getKeyBits() const
Get the key value.
Definition: decrypt-key.hpp:49
DecryptKey(const Blob &keyBits)
Create a DecryptKey with the given key value.
Definition: decrypt-key.hpp:40
A Blob holds a pointer to an immutable byte array implemented as const std::vector<uint8_t>.
Definition: blob.hpp:42