COSESignBuilder class
Constructors
-
COSESignBuilder({required COSEHeaders headers, required List<
int> payload, required List<int> ? externalAad, bool hashPayload = false}) -
factory
Properties
-
externalAad
→ List<
int> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headers → COSEHeaders
-
final
-
payload
→ List<
int> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSign(
List< int> signature, {bool payloadExternal = false}) → COSESign1 -
toSignBytes(
List< int> signature, {bool payloadExternal = false}) → List<int> -
toSignHex(
List< int> signature, {bool payloadExternal = false}) → String -
toSignMessageBytes(
) → List< int> -
toSigStruct(
) → COSESigStructure -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited