Class CryptoJSAesJson

Custom class for CryptoJS encryption serialization.

Hierarchy

  • CryptoJSAesJson

Index

Constructors

Methods

Constructors

constructor

Methods

parse

  • parse(jsonStr: any): object
  • Parameters

    • jsonStr: any

    Returns object

    • ciphertext: any
    • iv: string
    • salt: string

stringify

  • stringify(cipherParams: any): string
  • Parameters

    • cipherParams: any

    Returns string

Powered by DECENT