encryptionAlgorithm property
The content encryption algorithm to be used to perform authenticated encryption on the plaintext to produce the ciphertext and the Authentication Tag.
Implementation
String? encryptionAlgorithm = 'A128CBC-HS256';
The content encryption algorithm to be used to perform authenticated encryption on the plaintext to produce the ciphertext and the Authentication Tag.
String? encryptionAlgorithm = 'A128CBC-HS256';