Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual fun ERROR CLASS: Symbol not found for ByteArrayFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ERROR CLASS: Symbol not found for ByteArrayFlow
expect fun ByteArrayFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
actual fun ByteArrayFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
actual fun ByteArrayFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
actual fun ByteArrayFlow.decryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
Link copied to clipboard
suspend fun decryptAesHmacSha2(content: AesHmacSha2EncryptedData, key: ByteArray, name: String): ByteArray
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual fun ERROR CLASS: Symbol not found for ByteArrayFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ERROR CLASS: Symbol not found for ByteArrayFlow
expect fun ByteArrayFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
actual fun ByteArrayFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
actual fun ByteArrayFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
actual fun ByteArrayFlow.encryptAes256Ctr(key: ByteArray, initialisationVector: ByteArray): ByteArrayFlow
Link copied to clipboard
suspend fun encryptAesHmacSha2(content: ByteArray, key: ByteArray, name: String, initialisationVector: ByteArray = SecureRandom.nextBytes(16)): AesHmacSha2EncryptedData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ERROR CLASS: Symbol not found for ByteArrayFlow.withCCCryptor(operation: ERROR CLASS: Symbol not found for CCOperation, key: ByteArray, initialisationVector: ByteArray): ERROR CLASS: Symbol not found for ByteArrayFlow