AttestationAuthenticator class
An attestation authenticator that will be used to verify attestations.
Typically this is just a set of public keys. Conceptually, an authenticator can be treated as always returning either "authenticated" or "not authenticated" when presented with a signed attestation (almost always assumed to be a DSSE attestation). The details of how an authenticator makes this decision are specific to the type of 'authenticator' that this message wraps.
Constructors
- AttestationAuthenticator({String? displayName, PkixPublicKeySet? pkixPublicKeySet})
- AttestationAuthenticator.fromJson(Map json_)
Properties
- displayName ↔ String?
-
A user-provided name for this
AttestationAuthenticator
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- pkixPublicKeySet ↔ PkixPublicKeySet?
-
A set of raw PKIX SubjectPublicKeyInfo format public keys.
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