SignalProtocolStore class abstract

Inheritance
Mixed in types
Implementers

Constructors

SignalProtocolStore()

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

containsPreKey(int preKeyId) Future<bool>
inherited
containsSession(SignalProtocolAddress address) Future<bool>
inherited
containsSignedPreKey(int signedPreKeyId) Future<bool>
inherited
deleteAllSessions(String name) Future<void>
inherited
deleteSession(SignalProtocolAddress address) Future<void>
inherited
getIdentity(SignalProtocolAddress address) Future<IdentityKey?>
inherited
getIdentityKeyPair() Future<IdentityKeyPair>
inherited
getLocalRegistrationId() Future<int>
inherited
getSubDeviceSessions(String name) Future<List<int>>
inherited
isTrustedIdentity(SignalProtocolAddress address, IdentityKey? identityKey, Direction direction) Future<bool>
inherited
loadPreKey(int preKeyId) Future<PreKeyRecord>
inherited
loadSession(SignalProtocolAddress address) Future<SessionRecord>
inherited
loadSignedPreKey(int signedPreKeyId) Future<SignedPreKeyRecord>
inherited
loadSignedPreKeys() Future<List<SignedPreKeyRecord>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePreKey(int preKeyId) Future<void>
inherited
removeSignedPreKey(int signedPreKeyId) Future<void>
inherited
saveIdentity(SignalProtocolAddress address, IdentityKey? identityKey) Future<bool>
inherited
storePreKey(int preKeyId, PreKeyRecord record) Future<void>
inherited
storeSession(SignalProtocolAddress address, SessionRecord record) Future<void>
inherited
storeSignedPreKey(int signedPreKeyId, SignedPreKeyRecord record) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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