The algorithm to use for encryption. Only AES
is supported and is the default value.
"AES"
The private key used to encrypt and decrypt payloads. You should not set this value directly; rather, you should pass a key
of type CipherKeyParam to getDefaultParams.
The length of the key in bits; either 128 or 256.
The cipher mode. Only CBC
is supported and is the default value.
"CBC"
Generated using TypeDoc
Sets the properties to configure encryption for a ChannelBase or RealtimeChannelBase object.