Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun decryptAesHmacSha2(content: SecretKeyEventContent.AesHmacSha2Key.AesHmacSha2EncryptedData, key: ByteArray, name: String): ByteArray
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun encryptAesHmacSha2(content: ByteArray, key: ByteArray, name: String, initialisationVector: ByteArray = SecureRandom.nextBytes(16)): SecretKeyEventContent.AesHmacSha2Key.AesHmacSha2EncryptedData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard