isCbcEncrypted property

bool isCbcEncrypted

Implementation

bool get isCbcEncrypted =>
    properties.encryption?.algorithm ==
    "http://www.w3.org/2001/04/xmlenc#aes256-cbc";