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

An EncryptKey supplies the key for encrypt. More...

#include <encrypt-key.hpp>

Public Member Functions

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

Detailed Description

An EncryptKey supplies the key for encrypt.

Note
This class is an experimental feature. The API may change.

Constructor & Destructor Documentation

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

Create an EncryptKey with the given key value.

Parameters
keyBitsThe key value.

Member Function Documentation

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

Get the key value.

Returns
The key value.

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