Skip to main content

AbstractKeyStore class

This base abstract class should be extended to provide platform specific implementations that are usable by KeyManager.

Implementations of this class are used to store mappings between key IDs and their respective AbstractKeyManagementSystem implementations.

Signature:

export declare abstract class AbstractKeyStore

Methods

Method

Modifiers

Description

deleteKey(args)

abstract

getKey(args)

abstract

importKey(args)

abstract

listKeys(args)

abstract