A  B  C  D  E  G  H  I  L  M  P  R  S  U  V 

R

removeConnector(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Remove a connector belonging to the current account.
removeConnectorAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Remove a connector belonging to the current account.
REMOVED - enum entry in io.seald.seald_sdk.ConnectorState
 
removeGroupMembers(java.lang.String,kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
Remove members from the group.
removeGroupMembersAsync(java.lang.String,kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
Remove members from the group.
renewGroupKey(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Renew the group's private key.
renewGroupKeyAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Renew the group's private key.
renewKeys(java.time.Duration) - function in io.seald.seald_sdk.SealdSDK
Renew the keys of the current device, extending their validity.
renewKeys() - function in io.seald.seald_sdk.SealdSDK
Renew the keys of the current device, extending their validity.
renewKeysAsync(java.time.Duration) - function in io.seald.seald_sdk.SealdSDK
Renew the keys of the current device, extending their validity.
renewKeysAsync() - function in io.seald.seald_sdk.SealdSDK
Renew the keys of the current device, extending their validity.
retrieveConnector(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve a connector by its connectorId, then updates the local cache of connectors.
retrieveConnectorAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve a connector by its connectorId, then updates the local cache of connectors.
retrieveEncryptionSession(java.lang.String,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session with the sessionId, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSession(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session with the sessionId, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSessionAsync(java.lang.String,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session with the sessionId, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSessionAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session with the sessionId, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSessionFromBytes(kotlin.ByteArray,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a ByteArray, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromBytes(kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a ByteArray, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromBytesAsync(kotlin.ByteArray,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a ByteArray, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromBytesAsync(kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a ByteArray, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromFile(java.lang.String,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a file URI, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromFile(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a file URI, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromFileAsync(java.lang.String,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a file URI, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromFileAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a file URI, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt this file.
retrieveEncryptionSessionFromMessage(java.lang.String,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a seald message, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSessionFromMessage(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a seald message, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSessionFromMessageAsync(java.lang.String,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a seald message, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveEncryptionSessionFromMessageAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
Retrieve an encryption session from a seald message, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
retrieveIdentity(java.lang.String,io.seald.seald_sdk.AuthFactor,java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSTmrPlugin
Retrieve the Seald account previously saved with SealdSSKSTmrPlugin.saveIdentity.
retrieveIdentityAsync(java.lang.String,io.seald.seald_sdk.AuthFactor,java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSTmrPlugin
Retrieve the Seald account previously saved with SealdSSKSTmrPlugin.saveIdentity.
retrieveIdentityFromPassword(java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
Retrieve the identity stored on the SSKS server for the given userId, and decrypt it with the given password.
retrieveIdentityFromPasswordAsync(java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
Retrieve the identity stored on the SSKS server for the given userId, and decrypt it with the given password.
retrieveIdentityFromRawKeys(java.lang.String,java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
Retrieve the identity stored on the SSKS server for the given userId, and decrypt it with the given raw keys.
retrieveIdentityFromRawKeysAsync(java.lang.String,java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
Retrieve the identity stored on the SSKS server for the given userId, and decrypt it with the given raw keys.
RetrieveIdentityResponse - class in io.seald.seald_sdk
RetrieveIdentityResponse holds a retrieved identity
revokeAll() - function in io.seald.seald_sdk.EncryptionSession
Revoke this session entirely.
revokeAllAsync() - function in io.seald.seald_sdk.EncryptionSession
Revoke this session entirely.
REVOKED - enum entry in io.seald.seald_sdk.ConnectorState
 
revokeOthers() - function in io.seald.seald_sdk.EncryptionSession
Revoke all recipients besides yourself from this session.
revokeOthersAsync() - function in io.seald.seald_sdk.EncryptionSession
Revoke all recipients besides yourself from this session.
revokeRecipients(kotlin.Array) - function in io.seald.seald_sdk.EncryptionSession
Revoke some recipients from this session.
revokeRecipientsAsync(kotlin.Array) - function in io.seald.seald_sdk.EncryptionSession
Revoke some recipients from this session.
A  B  C  D  E  G  H  I  L  M  P  R  S  U  V