A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
R
- RateLimitChallengeException - class in org.signal.libsignal.net
- Thrown when a request should be retried after waiting.
- read() - function in org.signal.libsignal.protocol.incrementalmac.IncrementalMacInputStream
- Read a single byte from input.
- read(kotlin.Array,int,int) - function in org.signal.libsignal.protocol.incrementalmac.IncrementalMacInputStream
- Read several bytes into the destination array.
- readAllBytes() - function in java.io.InputStream
- readNBytes(kotlin.Array,int,int) - function in java.io.InputStream
- readNBytes(int) - function in java.io.InputStream
- readUnencrypted(org.signal.libsignal.messagebackup.MessageBackup.Purpose,java.io.InputStream,long) - function in org.signal.libsignal.messagebackup.ComparableBackup
- Reads an unencrypted message backup bundle into memory for comparison.
- ReceiptCredential - class in org.signal.libsignal.zkgroup.receipts
- ReceiptCredentialPresentation - class in org.signal.libsignal.zkgroup.receipts
- ReceiptCredentialRequest - class in org.signal.libsignal.zkgroup.receipts
- ReceiptCredentialRequestContext - class in org.signal.libsignal.zkgroup.receipts
- ReceiptCredentialResponse - class in org.signal.libsignal.zkgroup.receipts
- ReceiptSerial - class in org.signal.libsignal.zkgroup.receipts
- receive(org.signal.libsignal.protocol.ServiceId.Aci,java.time.Instant,org.signal.libsignal.zkgroup.GenericServerPublicParams) - function in org.signal.libsignal.zkgroup.calllinks.CallLinkAuthCredentialResponse
- receive(java.util.List,org.signal.libsignal.protocol.ServiceId.Aci,java.time.Instant,org.signal.libsignal.zkgroup.groups.GroupSecretParams,org.signal.libsignal.zkgroup.ServerPublicParams) - function in org.signal.libsignal.zkgroup.groupsend.GroupSendEndorsementsResponse
- Receives, validates, and extracts the endorsements from a response, assuming a specific current time.
- receive(java.util.List,org.signal.libsignal.protocol.ServiceId.Aci,org.signal.libsignal.zkgroup.groups.GroupSecretParams,org.signal.libsignal.zkgroup.ServerPublicParams) - function in org.signal.libsignal.zkgroup.groupsend.GroupSendEndorsementsResponse
- Receives, validates, and extracts the endorsements from a response.
- receive(java.util.List,org.signal.libsignal.zkgroup.groups.UuidCiphertext,java.time.Instant,org.signal.libsignal.zkgroup.ServerPublicParams) - function in org.signal.libsignal.zkgroup.groupsend.GroupSendEndorsementsResponse
- Receives, validates, and extracts the endorsements from a response, assuming a specific current time.
- receive(java.util.List,org.signal.libsignal.zkgroup.groups.UuidCiphertext,org.signal.libsignal.zkgroup.ServerPublicParams) - function in org.signal.libsignal.zkgroup.groupsend.GroupSendEndorsementsResponse
- Receives, validates, and extracts the endorsements from a response.
- receiveAuthCredentialWithPniAsServiceId(org.signal.libsignal.protocol.ServiceId.Aci,org.signal.libsignal.protocol.ServiceId.Pni,long,org.signal.libsignal.zkgroup.auth.AuthCredentialWithPniResponse) - function in org.signal.libsignal.zkgroup.auth.ClientZkAuthOperations
- Produces the AuthCredentialWithPni from a server-generated AuthCredentialWithPniResponse.
- receiveExpiringProfileKeyCredential(org.signal.libsignal.zkgroup.profiles.ProfileKeyCredentialRequestContext,org.signal.libsignal.zkgroup.profiles.ExpiringProfileKeyCredentialResponse) - function in org.signal.libsignal.zkgroup.profiles.ClientZkProfileOperations
- receiveExpiringProfileKeyCredential(org.signal.libsignal.zkgroup.profiles.ProfileKeyCredentialRequestContext,org.signal.libsignal.zkgroup.profiles.ExpiringProfileKeyCredentialResponse,java.time.Instant) - function in org.signal.libsignal.zkgroup.profiles.ClientZkProfileOperations
- receiveReceiptCredential(org.signal.libsignal.zkgroup.receipts.ReceiptCredentialRequestContext,org.signal.libsignal.zkgroup.receipts.ReceiptCredentialResponse) - function in org.signal.libsignal.zkgroup.receipts.ClientZkReceiptOperations
- receiveResponse(org.signal.libsignal.zkgroup.backups.BackupAuthCredentialResponse,java.time.Instant,org.signal.libsignal.zkgroup.GenericServerPublicParams) - function in org.signal.libsignal.zkgroup.backups.BackupAuthCredentialRequestContext
- receiveResponse(org.signal.libsignal.zkgroup.calllinks.CreateCallLinkCredentialResponse,org.signal.libsignal.protocol.ServiceId.Aci,org.signal.libsignal.zkgroup.GenericServerPublicParams) - function in org.signal.libsignal.zkgroup.calllinks.CreateCallLinkCredentialRequestContext
- RECEIVING - enum entry in org.signal.libsignal.protocol.state.IdentityKeyStore.Direction
- registerAccount(java.lang.String,boolean,org.signal.libsignal.net.RegistrationService.AccountAttributes,java.lang.String,org.signal.libsignal.protocol.ecc.ECPublicKey,org.signal.libsignal.protocol.ecc.ECPublicKey,org.signal.libsignal.protocol.SignedPublicPreKey,org.signal.libsignal.protocol.SignedPublicPreKey,org.signal.libsignal.protocol.SignedPublicPreKey,org.signal.libsignal.protocol.SignedPublicPreKey) - function in org.signal.libsignal.net.RegistrationService
- Send a register account request.
- RegisterAccountResponse - class in org.signal.libsignal.net
- RegisterAccountResponse.BackupEntitlement - class in org.signal.libsignal.net.RegisterAccountResponse
- RegisterAccountResponse.BadgeEntitlement - class in org.signal.libsignal.net.RegisterAccountResponse
- RegistrationCodeNotDeliverableException - class in org.signal.libsignal.net
- The attempt to send a verification code failed because an external service (e.g.
- RegistrationException - class in org.signal.libsignal.net
- Error thrown by an unsuccessful registration request.
- RegistrationLockException - class in org.signal.libsignal.net
- Thrown when a registration request is made for an account that has registration lock enabled.
- RegistrationRecoveryFailedException - class in org.signal.libsignal.net
- Thrown when verification fails for registration request with a recovery password.
- RegistrationService - class in org.signal.libsignal.net
- A client for the the registration service.
- RegistrationService.AccountAttributes - class in org.signal.libsignal.net.RegistrationService
- Account attributes sent as part of a registerAccount request.
- RegistrationService.CreateSession - class in org.signal.libsignal.net.RegistrationService
- Values passed to the server by createSession.
- RegistrationService.Svr2CredentialsResult - class in org.signal.libsignal.net.RegistrationService
- RegistrationService.VerificationTransport - class in org.signal.libsignal.net.RegistrationService
- RegistrationSessionIdInvalidException - class in org.signal.libsignal.net
- The session ID is not valid.
- RegistrationSessionNotFoundException - class in org.signal.libsignal.net
- No session with the specified ID could be found.
- RegistrationSessionNotReadyException - class in org.signal.libsignal.net
- The session is already verified or not in a state to request a code because requested information hasn't been provided yet.
- RegistrationSessionSendCodeException - class in org.signal.libsignal.net
- The request to send a verification code with the given transport could not be fulfilled, but may succeed with a different transport.
- RegistrationSessionState - class in org.signal.libsignal.net
- The state of a registration verification session as reported by the server.
- REMOTE_BACKUP - enum entry in org.signal.libsignal.messagebackup.MessageBackup.Purpose
- remove() - function in org.signal.libsignal.net.SvrB
- Attempts to remove the info stored with SVR-B for this particular username/password pair.
- removePreKey(int) - function in org.signal.libsignal.protocol.state.PreKeyStore
- Delete a PreKeyRecord from local storage.
- removePreKey(int) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
- Delete a PreKeyRecord from local storage.
- removePreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemoryPreKeyStore
- Delete a PreKeyRecord from local storage.
- removePreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
- Delete a PreKeyRecord from local storage.
- removeSignedPreKey(int) - function in org.signal.libsignal.protocol.state.SignalProtocolStore
- Delete a SignedPreKeyRecord from local storage.
- removeSignedPreKey(int) - function in org.signal.libsignal.protocol.state.SignedPreKeyStore
- Delete a SignedPreKeyRecord from local storage.
- removeSignedPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignalProtocolStore
- Delete a SignedPreKeyRecord from local storage.
- removeSignedPreKey(int) - function in org.signal.libsignal.protocol.state.impl.InMemorySignedPreKeyStore
- Delete a SignedPreKeyRecord from local storage.
- REPLACED_EXISTING - enum entry in org.signal.libsignal.protocol.state.IdentityKeyStore.IdentityChange
- requestPushChallenge(java.lang.String) - function in org.signal.libsignal.net.RegistrationService
- Request a push challenge sent to the provided FCM token.
- RequestResult - class in org.signal.libsignal.net
- High-level result type for chat server requests.
- RequestResult.ApplicationError - class in org.signal.libsignal.net.RequestResult
- A client-side issue prevented the request from completing.
- RequestResult.NonSuccess - class in org.signal.libsignal.net.RequestResult
- We successfully made the request, but the server returned an error.
- RequestResult.RetryableNetworkError - class in org.signal.libsignal.net.RequestResult
- A retryable network failure occurred before receiving a response.
- RequestResult.Success - class in org.signal.libsignal.net.RequestResult
- The request completed successfully and produced a result.
- RequestResultKt - class in org.signal.libsignal.net
- requestVerificationCode(org.signal.libsignal.net.RegistrationService.VerificationTransport,java.lang.String,java.util.Locale) - function in org.signal.libsignal.net.RegistrationService
- Request that a verification code be sent via the given transport method.
- reregisterAccount(org.signal.libsignal.net.Network,java.lang.String,java.lang.String,boolean,org.signal.libsignal.net.RegistrationService.AccountAttributes,java.lang.String,org.signal.libsignal.protocol.ecc.ECPublicKey,org.signal.libsignal.protocol.ecc.ECPublicKey,org.signal.libsignal.protocol.SignedPublicPreKey,org.signal.libsignal.protocol.SignedPublicPreKey,org.signal.libsignal.protocol.SignedPublicPreKey,org.signal.libsignal.protocol.SignedPublicPreKey) - function in org.signal.libsignal.net.RegistrationService
- Send a request to re-register an account.
- reset() - function in java.io.InputStream
- restore(org.signal.libsignal.messagebackup.BackupKey,kotlin.ByteArray) - function in org.signal.libsignal.net.SvrB
- Fetches the forward secrecy token needed to decrypt a backup.
- RestoreFailedException - class in org.signal.libsignal.svr
- resumeSession(org.signal.libsignal.net.Network,java.lang.String,java.lang.String) - function in org.signal.libsignal.net.RegistrationService
- Resume an existing registration session.
- RetryLaterException - class in org.signal.libsignal.net
- Thrown when a request should be retried after waiting.
- ReusedBaseKeyException - class in org.signal.libsignal.protocol
- run() - function in org.signal.libsignal.internal.FilterExceptions.ThrowingNativeIntOperation
- run() - function in org.signal.libsignal.internal.FilterExceptions.ThrowingNativeLongOperation
- run() - function in org.signal.libsignal.internal.FilterExceptions.ThrowingNativeOperation
- run() - function in org.signal.libsignal.internal.FilterExceptions.ThrowingNativeVoidOperation