Hierarchy

  • EncryptedMessageObject

Properties

cipher: AES128GCM
cipherparams: {
    iv: string;
    tag: string;
}

Type declaration

  • iv: string
  • tag: string
ciphertext: string
kdf: KDF
kdfparams: {
    iterations: number;
    memorySize: number;
    parallelism: number;
    salt: string;
}

Type declaration

  • iterations: number
  • memorySize: number
  • parallelism: number
  • salt: string
mac: string
version: string

Generated using TypeDoc