Package-level declarations
Functions
Link copied to clipboard
suspend fun checkRecoveryKey(key: ByteArray, info: SecretKeyEventContent.AesHmacSha2Key): Result<Unit>
Link copied to clipboard
Link copied to clipboard
suspend fun decryptSecret(key: ByteArray, keyId: String, keyInfo: SecretKeyEventContent, secretName: String, secret: SecretEventContent, json: Json): String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun recoveryKeyFromPassphrase(passphrase: String, info: SecretKeyEventContent.AesHmacSha2Key.SecretStorageKeyPassphrase): ByteArray