BuildSignature class
Message encapsulating the signature of the verified build.
Constructors
- BuildSignature({String? keyId, String? keyType, String? publicKey, String? signature})
- BuildSignature.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyId ↔ String?
-
An ID for the key used to sign.
getter/setter pair
- keyType ↔ String?
-
The type of the key, either stored in
public_key
or referenced inkey_id
. Possible string values are:getter/setter pair - publicKey ↔ String?
-
Public key of the builder which can be used to verify that the related
findings are valid and unchanged.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature ↔ String?
-
Signature of the related
BuildProvenance
.getter/setter pair -
signatureAsBytes
↔ List<
int> -
getter/setter pair
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