Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Cipher

Hierarchy

  • Cipher

Implemented by

Index

Methods

Methods

decrypt

  • decrypt(algorithm: CipherAlgorithm, key: NodeJS.TypedArray, iv: NodeJS.TypedArray, data: NodeJS.TypedArray): Promise<Buffer>

encrypt

  • encrypt(algorithm: CipherAlgorithm, key: NodeJS.TypedArray, iv: NodeJS.TypedArray, data: NodeJS.TypedArray): Promise<Buffer>

Generated using TypeDoc