A
B
C
D
E
G
H
I
L
M
P
R
S
U
V
C
- changeIdentityPassword(java.lang.String,java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
- Change the password use to encrypt the identity for the userId.
- changeIdentityPasswordAsync(java.lang.String,java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSSKSPasswordPlugin
- Change the password use to encrypt the identity for the userId.
- ClearFile - class in io.seald.seald_sdk
- ClearFile represents a decrypted file.
- close() - function in io.seald.seald_sdk.SealdSDK
- Close the current SDK instance.
- closeAsync() - function in io.seald.seald_sdk.SealdSDK
- Close the current SDK instance.
- Connector - class in io.seald.seald_sdk
- Connector represents all details about a connector.
- ConnectorState - class in io.seald.seald_sdk
- ConnectorState represents the allowed values for Connector states.
- ConnectorType - class in io.seald.seald_sdk
- ConnectorType represents the allowed values for Connector types:
EMfor email connectorsAPfor App connectors
- ConnectorTypeValue - class in io.seald.seald_sdk
- ConnectorTypeValue is a simplified representation of a connector for which we don't know all details.
- createAccount(java.lang.String,java.lang.String,java.lang.String,java.time.Duration) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccount(java.lang.String,java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccount(java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccount(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccountAsync(java.lang.String,java.lang.String,java.lang.String,java.time.Duration) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccountAsync(java.lang.String,java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccountAsync(java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createAccountAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new Seald SDK account for this Seald SDK instance.
- createEncryptionSession(kotlin.Array,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
- Create an encryption session, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
- createEncryptionSession(kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
- Create an encryption session, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
- createEncryptionSessionAsync(kotlin.Array,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
- Create an encryption session, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
- createEncryptionSessionAsync(kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
- Create an encryption session, and returns the associated EncryptionSession instance, with which you can then encrypt / decrypt multiple messages.
- createGroup(java.lang.String,kotlin.Array,kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
- Create a group, and returns the created group's ID.
- createGroupAsync(java.lang.String,kotlin.Array,kotlin.Array) - function in io.seald.seald_sdk.SealdSDK
- Create a group, and returns the created group's ID.
- createSubIdentity(java.lang.String,java.time.Duration) - function in io.seald.seald_sdk.SealdSDK
- Create a new sub-identity, or new device, for the current user account.
- createSubIdentity(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new sub-identity, or new device, for the current user account.
- createSubIdentityAsync(java.lang.String,java.time.Duration) - function in io.seald.seald_sdk.SealdSDK
- Create a new sub-identity, or new device, for the current user account.
- createSubIdentityAsync(java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Create a new sub-identity, or new device, for the current user account.
- CreateSubIdentityResponse - class in io.seald.seald_sdk
- CreateSubIdentityResponse represents a newly created sub identity.