A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
V
S
- saveIdentity(java.lang.String,io.seald.seald_sdk.AuthFactor,kotlin.ByteArray,kotlin.ByteArray,java.lang.String) - function in io.seald.seald_sdk.SealdSSKSTmrPlugin
- Save the Seald account to SSKS.
- saveIdentityAsync(java.lang.String,io.seald.seald_sdk.AuthFactor,kotlin.ByteArray,kotlin.ByteArray,java.lang.String) - function in io.seald.seald_sdk.SealdSSKSTmrPlugin
- Save the Seald account to SSKS.
- saveIdentityFromPassword(java.lang.String,java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
- Save the given identity for the given userId, encrypted with the given password.
- saveIdentityFromPasswordAsync(java.lang.String,java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
- Save the given identity for the given userId, encrypted with the given password.
- saveIdentityFromRawKeys(java.lang.String,java.lang.String,kotlin.ByteArray,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
- Save the given identity for the given userId, encrypted with the given raw keys.
- saveIdentityFromRawKeysAsync(java.lang.String,java.lang.String,kotlin.ByteArray,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
- Save the given identity for the given userId, encrypted with the given raw keys.
- SaveIdentityResponse - class in io.seald.seald_sdk
- SaveIdentityResponse is returned by SaveIdentity when an identity has been successfully saved
- SealdException - class in io.seald.seald_sdk
- SealdException represents an error that happened during a Seald operation.
- SealdSDK - class in io.seald.seald_sdk
- This is the main class for the Seald SDK.
- SealdSDKKt - class in io.seald.seald_sdk
- SealdSSKSPasswordPlugin - class in io.seald.seald_sdk
- The SealdSSKSPassword class allows to use the SSKS key storage service to store Seald identities easily and securely, encrypted by a user password.
- SealdSSKSTmrPlugin - class in io.seald.seald_sdk
- The SealdSSKSTmrPlugin class allows to use the SSKS key storage service to store Seald identities easily and securely, encrypted by a key stored on your back-end server.
- SealdUtils - class in io.seald.seald_sdk
- setAuthenticatedSessionId(java.lang.String) - function in io.seald.seald_sdk.GetFactorTokenResponse
- An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
- setAuthenticatedSessionId(java.lang.String) - function in io.seald.seald_sdk.RetrieveIdentityResponse
- An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
- setAuthenticatedSessionId(java.lang.String) - function in io.seald.seald_sdk.SaveIdentityResponse
- If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
- setFlow(io.seald.seald_sdk.EncryptionSessionRetrievalFlow) - function in io.seald.seald_sdk.EncryptionSessionRetrievalDetails
- The way the session was retrieved: as a direct recipient, as a member of a group, or through a proxy session.
- setForceLocalAccountUpdate(java.lang.Boolean) - function in io.seald.seald_sdk.MassReencryptOptions
- Whether to update the local account before trying the reencryption.
- setFromCache(java.lang.Boolean) - function in io.seald.seald_sdk.EncryptionSessionRetrievalDetails
- Indicates if this session was retrieved from the cache.
- setGroupAdmins(java.lang.String,kotlin.Array,kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
- Add some existing group members to the group admins, and/or removes admin status from some existing group admins.
- setGroupAdminsAsync(java.lang.String,kotlin.Array,kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
- Add some existing group members to the group admins, and/or removes admin status from some existing group admins.
- setGroupId(java.lang.String) - function in io.seald.seald_sdk.EncryptionSessionRetrievalDetails
- If the session was retrieved as a member of a group, the ID of the group in question.
- setProxySessionId(java.lang.String) - function in io.seald.seald_sdk.EncryptionSessionRetrievalDetails
- If the session was retrieved through a proxy session, the ID of this proxy session.
- setRetries(java.lang.Integer) - function in io.seald.seald_sdk.MassReencryptOptions
- Number of times to retry.
- setRetrieveBatchSize(java.lang.Integer) - function in io.seald.seald_sdk.MassReencryptOptions
- Default to 1000.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setWaitBetweenRetries(java.time.Duration) - function in io.seald.seald_sdk.MassReencryptOptions
- Time to wait between retries.
- setWaitProvisioning(java.lang.Boolean) - function in io.seald.seald_sdk.MassReencryptOptions
- Whether to wait for provisioning (new behaviour) or not.
- setWaitProvisioningRetries(java.lang.Integer) - function in io.seald.seald_sdk.MassReencryptOptions
- Maximum number of tries to check if the device is provisioned yet.
- setWaitProvisioningTime(java.time.Duration) - function in io.seald.seald_sdk.MassReencryptOptions
- Time to wait if device is not provisioned on the server yet.
- setWaitProvisioningTimeMax(java.time.Duration) - function in io.seald.seald_sdk.MassReencryptOptions
- Maximum time to wait if device is not provisioned on the server yet.
- setWaitProvisioningTimeStep(java.time.Duration) - function in io.seald.seald_sdk.MassReencryptOptions
- Amount to increase the time to wait if device is not provisioned on the server yet.