DSSEHint class

This submessage provides human-readable hints about the purpose of the authority.

Because the name of a note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should not be used to look up authorities in security sensitive contexts, such as when looking up attestations to verify.

Constructors

DSSEHint({String? humanReadableName})
DSSEHint.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
humanReadableName String?
The human readable name of this attestation authority, for example "cloudbuild-prod".
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited