A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W 

L

LegacyMessageException - class in org.signal.libsignal.protocol
 
loadClassAsync(java.lang.String) - function in org.signal.libsignal.internal.TokioAsyncContext
 
loadExistingSessions(java.util.List) - function in org.signal.libsignal.protocol.state.SessionStore
Returns the SessionRecords corresponding to the given addresses.
loadExistingSessions(java.util.List) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Returns the SessionRecords corresponding to the given addresses.
loadExistingSessions(java.util.List) - function in org.signal.libsignal.protocol.state.impl.InMemorySessionStore
Returns the SessionRecords corresponding to the given addresses.
loadExistingSessions(java.util.List) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Returns the SessionRecords corresponding to the given addresses.
loadKyberPreKey(int) - function in org.signal.libsignal.protocol.state.KyberPreKeyStore
Load a local KyberPreKeyRecord.
loadKyberPreKey(int) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Load a local KyberPreKeyRecord.
loadKyberPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemoryKyberPreKeyStore
Load a local KyberPreKeyRecord.
loadKyberPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Load a local KyberPreKeyRecord.
loadKyberPreKeys() - function in org.signal.libsignal.protocol.state.KyberPreKeyStore
Load all local KyberPreKeyRecords.
loadKyberPreKeys() - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Load all local KyberPreKeyRecords.
loadKyberPreKeys() - function in org.signal.libsignal.protocol.state.impl.InMemoryKyberPreKeyStore
Load all local KyberPreKeyRecords.
loadKyberPreKeys() - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Load all local KyberPreKeyRecords.
loadPreKey(int) - function in org.signal.libsignal.protocol.state.PreKeyStore
Load a local PreKeyRecord.
loadPreKey(int) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Load a local PreKeyRecord.
loadPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemoryPreKeyStore
Load a local PreKeyRecord.
loadPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Load a local PreKeyRecord.
loadSenderKey(org.signal.libsignal.protocol.SignalProtocolAddress,java.util.UUID) - function in org.signal.libsignal.protocol.groups.state.InMemorySenderKeyStore
Returns a copy of the org.signal.libsignal.protocol.groups.state.SenderKeyRecord corresponding to the (distributionId + senderName + deviceId) tuple, or `null` if one does not exist.
loadSenderKey(org.signal.libsignal.protocol.SignalProtocolAddress,java.util.UUID) - function in org.signal.libsignal.protocol.groups.state.SenderKeyStore
Returns a copy of the org.signal.libsignal.protocol.groups.state.SenderKeyRecord corresponding to the (distributionId + senderName + deviceId) tuple, or `null` if one does not exist.
loadSenderKey(org.signal.libsignal.protocol.SignalProtocolAddress,java.util.UUID) - function in org.signal.libsignal.protocol.groups.state.SignalProtocolStore
Returns a copy of the org.signal.libsignal.protocol.groups.state.SenderKeyRecord corresponding to the (distributionId + senderName + deviceId) tuple, or `null` if one does not exist.
loadSenderKey(org.signal.libsignal.protocol.SignalProtocolAddress,java.util.UUID) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Returns a copy of the org.signal.libsignal.protocol.groups.state.SenderKeyRecord corresponding to the (distributionId + senderName + deviceId) tuple, or `null` if one does not exist.
loadSession(org.signal.libsignal.protocol.SignalProtocolAddress) - function in org.signal.libsignal.protocol.state.SessionStore
Returns a copy of the SessionRecord corresponding to the recipientId + deviceId tuple, or a new SessionRecord if one does not currently exist.
loadSession(org.signal.libsignal.protocol.SignalProtocolAddress) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Returns a copy of the SessionRecord corresponding to the recipientId + deviceId tuple, or a new SessionRecord if one does not currently exist.
loadSession(org.signal.libsignal.protocol.SignalProtocolAddress) - function in org.signal.libsignal.protocol.state.impl.InMemorySessionStore
Returns a copy of the SessionRecord corresponding to the recipientId + deviceId tuple, or a new SessionRecord if one does not currently exist.
loadSession(org.signal.libsignal.protocol.SignalProtocolAddress) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Returns a copy of the SessionRecord corresponding to the recipientId + deviceId tuple, or a new SessionRecord if one does not currently exist.
loadSignedPreKey(int) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Load a local SignedPreKeyRecord.
loadSignedPreKey(int) - function in org.signal.libsignal.protocol.state.SignedPreKeyStore
Load a local SignedPreKeyRecord.
loadSignedPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Load a local SignedPreKeyRecord.
loadSignedPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignedPreKeyStore
Load a local SignedPreKeyRecord.
loadSignedPreKeys() - function in org.signal.libsignal.protocol.state.SignalProtocolStore
Load all local SignedPreKeyRecords.
loadSignedPreKeys() - function in org.signal.libsignal.protocol.state.SignedPreKeyStore
Load all local SignedPreKeyRecords.
loadSignedPreKeys() - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
Load all local SignedPreKeyRecords.
loadSignedPreKeys() - function in org.signal.libsignal.protocol.state.impl.InMemorySignedPreKeyStore
Load all local SignedPreKeyRecords.
localHash(kotlin.Array) - function in org.signal.libsignal.svr2.Pin
Create an encoded password hash string.
Log - class in org.signal.libsignal.protocol.logging
 
log(int,java.lang.String,java.lang.String) - function in org.signal.libsignal.protocol.logging.SignalProtocolLogger
 
longToByteArray(long) - function in org.signal.libsignal.protocol.util.ByteUtil
 
lookUpUsernameHash(kotlin.ByteArray) - function in org.signal.libsignal.net.UnauthUsernamesService
Looks up a username hash on the service, like that computed by org.signal.libsignal.usernames.Username.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W