encryptionAlgorithm property

String? get encryptionAlgorithm

The content encryption algorithm used to perform authenticated encryption on the plaintext to produce the ciphertext and the Authentication Tag.

Only for JsonWebEncryption objects

Implementation

String? get encryptionAlgorithm => getTyped('enc');