Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeCryptoCipher

Hierarchy

  • NodeCryptoCipher

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

createCipher

createDecipher

createDecipher: NodeCryptoCreateDecipher

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