Identity key storage base on @peculiar/webcrypto

Export

Hierarchy

Constructors

Properties

identities: IdentityList = {}
remoteIdentities: {
    [key: string]: RemoteIdentity;
} = {}

Associative array of remote identities

Type declaration

sessions: {
    [key: string]: ratchet.AsymmetricRatchet;
} = {}

Type declaration

  • [key: string]: ratchet.AsymmetricRatchet
IDENTITY_STORAGE: string = "identity"
REMOTE_STORAGE: string = "remoteIdentity"
SESSION_STORAGE: string = "sessions"
STORAGE_NAME: string = DOUBLE_KEY_RATCHET_STORAGE_DIR

Methods

Generated using TypeDoc