IdentityKeyStore class abstract

Implementers

Constructors

IdentityKeyStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIdentity(SignalProtocolAddress address) Future<IdentityKey?>
getIdentityKeyPair() Future<IdentityKeyPair>
getLocalRegistrationId() Future<int>
isTrustedIdentity(SignalProtocolAddress address, IdentityKey? identityKey, Direction direction) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveIdentity(SignalProtocolAddress address, IdentityKey? identityKey) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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