Package-level declarations
Types
Link copied to clipboard
Represents the cipher modes available for block ciphers.
Link copied to clipboard
Specifies the operation mode for cryptographic functions.
Link copied to clipboard
Specifies the intended use of a cryptographic key.
Link copied to clipboard
Defines how the key is derived or stored.
Link copied to clipboard
data class TypeInputCapturePin(var eKeyType: CryptoKeyType? = null, var iKeyIndex: Int? = null, var baSessionKey: ByteArray? = null, var baPan: ByteArray? = null, var iMaxPinLength: Int? = null, var iMinPinLength: Int? = null, var blIsKBDSoundEnabled: Boolean? = null, var iTimeout: Int? = null, var iTotalTimeout: Int? = null, var blIsBypassEnabled: Boolean? = null, var sPinCaptureMessage: String? = null) : Parcelable
Link copied to clipboard
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
Link copied to clipboard
data class TypeOutputCapturePin(var iNexusRet: NexusRet? = null, var baPinBlock: ByteArray? = null) : Parcelable
Link copied to clipboard
data class TypeOutputEncryptDecrypt(var iNexusRet: NexusRet? = null, var baOutputData: ByteArray? = null) : Parcelable
Link copied to clipboard
data class TypeOutputGetKSN(var iNexusRet: NexusRet? = null, var baKSN: ByteArray? = null) : Parcelable