MatrixCrossSigningKey class

Inheritance

Constructors

MatrixCrossSigningKey(String userId, List<String> usage, Map<String, String> keys, Map<String, Map<String, String>> signatures, {Map<String, Object?>? unsigned})
MatrixCrossSigningKey.fromJson(Map<String, Object?> json)

Properties

hashCode → int
The hash code for this object.
no setterinherited
identifier → String?
no setteroverride
keys ↔ Map<String, String>
getter/setter pairinherited
publicKey → String?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
signatures ↔ Map<String, Map<String, String>>?
getter/setter pairinherited
unsigned ↔ Map<String, Object?>?
getter/setter pairinherited
usage ↔ List<String>
getter/setter pair
userId ↔ String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited