CrossSigning class

Constructors

CrossSigning(Encryption encryption)

Properties

client → Client
no setter
enabled → bool
no setter
encryption → Encryption
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

isCached() → Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selfSign({String? passphrase, String? recoveryKey, String? keyOrPassphrase, OpenSSSS? openSsss}) → Future<void>
sign(List<SignableKey> keys) → Future<void>
signable(List<SignableKey> keys) → bool
toString() → String
A string representation of this object.
inherited

Operators

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