Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeCryptoAesCipher

Hierarchy

  • NodeCryptoAesCipher

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

createCipher

createDecipher

createDecipher: NodeCryptoCreateDecipher

Methods

decrypt

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

encrypt

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

Generated using TypeDoc