Constructors
constructor
-
Parameters
-
ciphertext: string
-
salt: string
Properties
ciphertext
ciphertext: string
Methods
Static isDataEncrypted
- isDataEncrypted(jsonObject: any): boolean
-
Parameters
Returns boolean
Static Private validateJson
- validateJson(json: string): any
-
Parameters
Returns any
json object
Class
EncryptedPayload
describes an encrypted payload with salt and ciphertext properties.0.3.0