MemoryKeyStore class
An implementation of AbstractKeyStore that holds everything in memory.
This is usable by KeyManager to hold the key metadata and relationship to the KMS implementation.
Signature:
export declare class MemoryKeyStore extends AbstractKeyStore
Extends: AbstractKeyStore
Methods
Method | Modifiers | Description |
---|---|---|
deleteKey({ kid }) | ||
getKey({ kid }) | ||
importKey(args) | ||
listKeys(args) |