InMemoryIdentityKeyStore class

Inheritance

Constructors

InMemoryIdentityKeyStore(IdentityKeyPair identityKeyPair, int localRegistrationId)

Properties

hashCode int
The hash code for this object.
no setterinherited
identityKeyPair IdentityKeyPair
final
localRegistrationId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustedKeys HashMap<SignalProtocolAddress, IdentityKey>
final

Methods

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

Operators

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