kinta-lib / com.dailymotion.kinta.integration.crypto / Crypto
Crypto
object Crypto
Types
Name | Summary |
---|---|
EncryptionResult | class EncryptionResult |
Functions
Name | Summary |
---|---|
aesCbcEncrypt | fun aesCbcEncrypt(input: ByteArray , key: ByteArray , iv: ByteArray ): ByteArray ? fun aesCbcEncrypt(input: ByteArray ): EncryptionResult |