KeyManager.(constructor)
Constructs a new instance of the KeyManager class
Signature:
constructor(options: {
store: AbstractKeyStore;
kms: Record<string, AbstractKeyManagementSystem>;
});
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | { store: AbstractKeyStore; kms: Record<string, AbstractKeyManagementSystem>; } |