AbstractPrivateKeyStore class
This base abstract class should be extended to provide platform specific implementations that are usable by kms-local.
Implementations of this class are used to store mappings between key aliases and key material.
Signature:
export declare abstract class AbstractPrivateKeyStore
Methods
| Method | Modifiers | Description | 
|---|---|---|
| deleteKey(args) | abstract | |
| getKey(args) | abstract | |
| importKey(args) | abstract | |
| listKeys(args) | abstract |