PassKeyPair class
Constructors
-
PassKeyPair(Uint8List credentialHexBytes, String credentialId, List<
Uint256> publicKey, String name, String aaGUID, DateTime registrationTime) - PassKeyPair.fromJson(String source)
-
factory
-
PassKeyPair.fromMap(Map<
String, dynamic> map) -
factory
Properties
- aaGUID → String
-
final
- credentialHexBytes → Uint8List
-
final
- credentialId → String
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
final
-
publicKey
→ List<
Uint256> -
final
- registrationTime → DateTime
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited