Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AesKeyStorage

Hierarchy

  • AesKeyStorage

Index

Properties

Readonly aesEncryptedKeyStorage

aesEncryptedKeyStorage: AsyncStorage<AesEncryptedData>

Readonly aesStorageKeys

aesStorageKeys: { privateKey: string; publicKey: string }

Type declaration

  • Readonly privateKey: string
  • Readonly publicKey: string

Generated using TypeDoc