RecoveredKeyData class
Data recovered for a data owner.
Constructors
-
RecoveredKeyData.new({required Map<
CardinalRsaPublicKeyFingerprint, CardinalRsaPrivateKey> recoveredKeys, required Map<CardinalRsaPublicKeyFingerprint, bool> keyAuthenticity}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keyAuthenticity
→ Map<
CardinalRsaPublicKeyFingerprint, bool> -
associates each public key fingerprint its authenticity. Note that if any of the keys from
unknownKeys
is completely missing from this object the key will be considered as unverified in this api instance (same as if associated to false), but this value won't be cached (will be again part ofunknownKeys
in future instances.final -
recoveredKeys
→ Map<
CardinalRsaPublicKeyFingerprint, CardinalRsaPrivateKey> -
All private keys recovered for the data owner (will be automatically considered as verified), by fingerprint.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited