PkixPublicKeySet class
A bundle of PKIX public keys, used to authenticate attestation signatures.
Generally, a signature is considered to be authenticated by a
PkixPublicKeySet
if any of the public keys verify it (i.e. it is an "OR"
of the keys).
Constructors
-
PkixPublicKeySet({List<
PkixPublicKey> ? pkixPublicKeys}) - PkixPublicKeySet.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pkixPublicKeys
↔ List<
PkixPublicKey> ? -
pkix_public_keys
must have at least one entry.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