All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
ndn::DecryptKey Class Reference

Public Member Functions

 DecryptKey (const Blob &keyBits)
 Create a DecryptKey with the given key value. More...
 
const BlobgetKeyBits () const
 Get the key value. More...
 

Constructor & Destructor Documentation

ndn::DecryptKey::DecryptKey ( const Blob keyBits)
inline

Create a DecryptKey with the given key value.

Parameters
keyBitsThe key value.

Member Function Documentation

const Blob& ndn::DecryptKey::getKeyBits ( ) const
inline

Get the key value.

Returns
The key value.

The documentation for this class was generated from the following file: