MemoryPrivateKeyStore class
An implementation of AbstractPrivateKeyStore that holds everything in memory.
This is usable by KeyManagementSystem to hold the private key data.
Signature:
export declare class MemoryPrivateKeyStore extends AbstractPrivateKeyStore
Extends: AbstractPrivateKeyStore
Methods
| Method | Modifiers | Description |
|---|---|---|
| deleteKey({ alias }) | ||
| getKey({ alias }) | ||
| importKey(args) | ||
| listKeys() |