kinta-lib / com.dailymotion.kinta.integration.crypto / Crypto / EncryptionResult
EncryptionResult
class EncryptionResult
Constructors
Name | Summary |
---|---|
<init> | EncryptionResult(ouptut: ByteArray , key: ByteArray , iv: ByteArray ) |
Properties
Name | Summary |
---|---|
iv | val iv: ByteArray |
key | val key: ByteArray |
ouptut | val ouptut: ByteArray |