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

S

saveIdentity(java.lang.String,io.seald.seald_sdk.AuthFactor,java.lang.String,kotlin.ByteArray,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSSKSTmrPlugin
Save the Seald account to SSKS.
saveIdentityAsync(java.lang.String,io.seald.seald_sdk.AuthFactor,java.lang.String,kotlin.ByteArray,kotlin.ByteArray) - 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.
SealdSDK - class in io.seald.seald_sdk
This is the main class for the 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.
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
setForceLocalAccountUpdate(java.lang.Boolean) - function in io.seald.seald_sdk.MassReencryptOptions
Whether to update the local account before trying the reencryption.
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.
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.
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.
A  B  C  D  E  G  H  I  L  M  P  R  S  U  V