data property

List<int> data
final

Per-recipient binary data

For JsonWebSignature objects, this is the signature, for JsonWebEncryption objects, this is the encrypted Content Encryption Key

For JsonWebEncryption with direct encryption, this will be an empty list.

Implementation

final List<int> data;