TypeInputEncryptDecrypt

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)