All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
ndn::RsaKeyParams Class Reference
Inheritance diagram for ndn::RsaKeyParams:
ndn::KeyParams

Public Member Functions

 RsaKeyParams (const Name::Component &keyId, uint32_t size=RsaKeyParams::getDefaultSize())
 
 RsaKeyParams (uint32_t size=RsaKeyParams::getDefaultSize(), KeyIdType keyIdType=KEY_ID_TYPE_RANDOM)
 
uint32_t getKeySize () const
 
- Public Member Functions inherited from ndn::KeyParams
KeyType getKeyType () const
 
KeyIdType getKeyIdType () const
 
void setKeyId (const Name::Component &keyId)
 
const Name::ComponentgetKeyId () const
 

Static Public Member Functions

static uint32_t getDefaultSize ()
 
static KeyType getType ()
 

Additional Inherited Members

- Protected Member Functions inherited from ndn::KeyParams
 KeyParams (KeyType keyType, KeyIdType keyIdType)
 Create a key generation parameter. More...
 
 KeyParams (KeyType keyType, const Name::Component &keyId)
 Create a key generation parameter. More...
 

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