Base class of key parameters. More...
#include <key-params.hpp>
Classes | |
class | Error |
Public Member Functions | |
virtual | ~KeyParams () |
const name::Component & | getKeyId () const |
KeyIdType | getKeyIdType () const |
KeyType | getKeyType () const |
void | setKeyId (const name::Component &keyId) |
Protected Member Functions | |
KeyParams (KeyType keyType, KeyIdType keyIdType) | |
Create a key generation parameter. More... | |
KeyParams (KeyType keyType, const name::Component &keyId) | |
Create a key generation parameter. More... | |
Base class of key parameters.
Its subclasses are used to store parameters for key generation.
Definition at line 35 of file key-params.hpp.
|
virtualdefault |
Create a key generation parameter.
keyType | Type of the created key |
keyIdType | The method how the key id should be generated; must not be KeyIdType::USER_SPECIFIED |
Definition at line 31 of file key-params.cpp.
|
protected |
Create a key generation parameter.
keyType | Type of the created key |
keyId | The user-specified key id. The keyIdType will be set to KeyIdType::USER_SPECIFIED. keyId MUST NOT be the empty component. |
Definition at line 38 of file key-params.cpp.
|
inline |
Definition at line 64 of file key-params.hpp.
|
inline |
Definition at line 58 of file key-params.hpp.
|
inline |
Definition at line 52 of file key-params.hpp.
|
inline |
Definition at line 70 of file key-params.hpp.