encryptionAlgorithm property

String? encryptionAlgorithm
getter/setter pair

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';