KeyMetadata interface
This encapsulates data about a key.
Implementations of AbstractKeyManagementSystem should populate this object, for each key, with the algorithms that can be performed using it.
This can also be used to add various tags to the keys under management.
Signature:
export interface KeyMetadata
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
algorithms? | TAlg[] | (Optional) |