Skip to main content

KeyManager.(constructor)

Constructs a new instance of the KeyManager class

Signature:

constructor(options: {
store: AbstractKeyStore;
kms: Record<string, AbstractKeyManagementSystem>;
});

Parameters

ParameterTypeDescription
options{ store: AbstractKeyStore; kms: Record<string, AbstractKeyManagementSystem>; }