Credential class
A credential when it is stored.
- Annotations
-
- @HiveType(typeId: 0)
Constructors
- Credential(String hdPath, String w3cCredential, String plaintextCredential)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hdPath ↔ String
-
Path used to derive keypair for proofing that one own it.
getter/setter pair
- plaintextCredential ↔ String
-
Json-Structure containing hash, salt and value per attribute.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- w3cCredential ↔ String
-
Signed version according to W3C-Data Model with all attribute values hashed.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited