A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
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.
- checkSigchainHash(java.lang.String,java.lang.String,java.lang.Long) - function in io.seald.seald_sdk.SealdSDK
- Verify if a given hash is included in the recipient's sigchain.
- checkSigchainHash(java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Verify if a given hash is included in the recipient's sigchain.
- checkSigchainHashAsync(java.lang.String,java.lang.String,java.lang.Long) - function in io.seald.seald_sdk.SealdSDK
- Verify if a given hash is included in the recipient's sigchain.
- checkSigchainHashAsync(java.lang.String,java.lang.String) - function in io.seald.seald_sdk.SealdSDK
- Verify if a given hash is included in the recipient's sigchain.
- CheckSigchainResponse - class in io.seald.seald_sdk
- Represents the results of a call to SealdSDK.checkSigchainHash.
- 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.
- convertTmrAccesses(java.lang.String,kotlin.ByteArray,io.seald.seald_sdk.TMRAccessesConvertFilters,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
- Convert all TMR Accesses addressed to a given auth factor and matching specified filters to classic message keys.
- convertTmrAccesses(java.lang.String,kotlin.ByteArray,io.seald.seald_sdk.TMRAccessesConvertFilters) - function in io.seald.seald_sdk.SealdSDK
- Convert all TMR Accesses addressed to a given auth factor and matching specified filters to classic message keys.
- convertTmrAccesses(java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSDK
- Convert all TMR Accesses addressed to a given auth factor and matching specified filters to classic message keys.
- convertTmrAccessesAsync(java.lang.String,kotlin.ByteArray,io.seald.seald_sdk.TMRAccessesConvertFilters,java.lang.Boolean) - function in io.seald.seald_sdk.SealdSDK
- Convert all TMR Accesses addressed to a given auth factor and matching specified filters to classic message keys.
- convertTmrAccessesAsync(java.lang.String,kotlin.ByteArray,io.seald.seald_sdk.TMRAccessesConvertFilters) - function in io.seald.seald_sdk.SealdSDK
- Convert all TMR Accesses addressed to a given auth factor and matching specified filters to classic message keys.
- convertTmrAccessesAsync(java.lang.String,kotlin.ByteArray) - function in io.seald.seald_sdk.SealdSDK
- Convert all TMR Accesses addressed to a given auth factor and matching specified filters to classic message keys.
- ConvertTmrAccessesResponse - class in io.seald.seald_sdk
- ConvertTmrAccessesResponse holds the information about the converted tmr accesses.
- createAccount(java.lang.String,java.lang.String,java.lang.String,io.seald.seald_sdk.PreGeneratedKeys,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,io.seald.seald_sdk.PreGeneratedKeys) - 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,io.seald.seald_sdk.PreGeneratedKeys,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,io.seald.seald_sdk.PreGeneratedKeys) - 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.
- CREATED - enum entry in io.seald.seald_sdk.EncryptionSessionRetrievalFlow
The session was created locally.
- 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,io.seald.seald_sdk.PreGeneratedKeys) - 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,io.seald.seald_sdk.PreGeneratedKeys) - function in io.seald.seald_sdk.SealdSDK
- Create a group, and returns the created group's ID.
- createSubIdentity(java.lang.String,io.seald.seald_sdk.PreGeneratedKeys,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,io.seald.seald_sdk.PreGeneratedKeys) - 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.
- createSubIdentity() - function in io.seald.seald_sdk.SealdSDK
- Create a new sub-identity, or new device, for the current user account.
- createSubIdentityAsync(java.lang.String,io.seald.seald_sdk.PreGeneratedKeys,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,io.seald.seald_sdk.PreGeneratedKeys) - 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.
- createSubIdentityAsync() - 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.