compressionAlgorithm property

String? compressionAlgorithm

Compression algorithm applied to the plaintext before encryption, if any.

Only for JsonWebEncryption objects

Implementation

String? get compressionAlgorithm => getTyped('zip');