Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Symmetric"

Index

Enumerations

Classes

Type aliases

Type aliases

CipherConfig

CipherConfig: object

Type declaration

  • alg: string
  • ivSize: number
  • keySize: number
  • Optional mac?: undefined | number

EncryptedItem

EncryptedItem: object

Type declaration

  • alg: string
  • data: string
  • iv: string
  • keySize: number
  • salt: string
  • Optional tag?: undefined | string
  • Optional tagSize?: undefined | number

Generated using TypeDoc