Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static aesDecrypt

  • aesDecrypt(payload: string, key?: CipherKey): Promise<string>

Static aesEncrypt

  • aesEncrypt(payload: string, key?: CipherKey): Promise<string>

Static decrypt

  • decrypt(algorithm: string, payload: string): Promise<string>

Static encrypt

  • encrypt(algorithm: string, payload: string): Promise<string>

Static hybridDecrypt

  • hybridDecrypt(payload: string): Promise<string>

Static hybridEncrypt

  • hybridEncrypt(payload: string): Promise<string>

Static rsaDecrypt

  • rsaDecrypt(payload: string): Promise<string>

Static rsaEncrypt

  • rsaEncrypt(payload: string): Promise<string>

Generated using TypeDoc