Optional
algorithm?: "aes"
The algorithm to use for encryption. Only AES
is supported.
The private key used to encrypt and decrypt payloads.
Optional
keyThe length of the key in bits; for example 128 or 256.
Optional
mode?: "cbc"
The cipher mode. Only CBC
is supported.
Generated using TypeDoc
Contains the properties used to generate a CipherParams object.