AbstractKeyManagementSystem class
This base abstract class should be extended to provide cryptographic functions to other Veramo plugins.
Signature:export declare abstract class AbstractKeyManagementSystem
Methods
Method | Modifiers | Description |
---|---|---|
createKey(args) | ||
deleteKey(args) | ||
importKey(args) | ||
listKeys() | ||
sharedSecret(args) | ||
sign(args) | ||
signEthTX({ key, transaction }) | ||
signJWT({ key, data }) |