#include <evp-key.h>
Static Public Member Functions | |
static Ptr< EvpKey > | New (string keyId, EvpKeyType type) |
Static constructor method that creates and returns a new EvpKey object by loading the key value for the given id. | |
static void | SetKeysDir (string keysDir) |
Set the keys directory for loading keys using static constructor method. |
Static constructor method that creates and returns a new EvpKey object by loading the key value for the given id.
Note: You can choose to define more such static constructors for alternate ways of generating/loading the key.
keyId | The identifier used to load the key |