JoseRecipient class abstract
Per-recipient content of a JoseObject
Contains a signature for JsonWebSignature objects or an encrypted Content Encryption Key for JsonWebEncryption
Constructors
-
JoseRecipient({required List<
int> data, JsonObject? protectedHeader, JsonObject? unprotectedHeader})
Properties
-
data
→ List<
int> -
Per-recipient binary data
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → JoseHeader
-
Per-recipient combined protected and unprotected header
final
- protectedHeader → JsonObject?
-
Per-recipient protected header
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unprotectedHeader → JsonObject?
-
Per-recipient unprotected header
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited