#include <key-params.hpp>
Public Member Functions | |
| EcdsaKeyParams (const Name::Component &keyId, uint32_t size=EcKeyParams::getDefaultSize()) | |
| EcdsaKeyParams (uint32_t size=EcKeyParams::getDefaultSize(), KeyIdType keyIdType=KEY_ID_TYPE_RANDOM) | |
Public Member Functions inherited from ndn::EcKeyParams | |
| EcKeyParams (const Name::Component &keyId, uint32_t size=EcKeyParams::getDefaultSize()) | |
| EcKeyParams (uint32_t size=EcKeyParams::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::Component & | getKeyId () const |
Additional Inherited Members | |
Static Public Member Functions inherited from ndn::EcKeyParams | |
| static uint32_t | getDefaultSize () |
| static KeyType | getType () |
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... | |
1.8.6