Type Input Encrypt Decrypt
data class TypeInputEncryptDecrypt(var eEncryptionMode: CryptoEncryptionMode? = null, var eCipherMethod: CryptoCipherMethod? = null, var eKeyType: CryptoKeyType? = null, var eKeyPurpose: CryptoKeyPurpose? = null, var iKeyIndex: Int? = null, var baSessionKey: ByteArray? = null, var baInitializationVector: ByteArray? = null, var baData: ByteArray? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(eEncryptionMode: CryptoEncryptionMode? = null, eCipherMethod: CryptoCipherMethod? = null, eKeyType: CryptoKeyType? = null, eKeyPurpose: CryptoKeyPurpose? = null, iKeyIndex: Int? = null, baSessionKey: ByteArray? = null, baInitializationVector: ByteArray? = null, baData: ByteArray? = null)