DukptDerivationAttributes
Parameters required for encryption or decryption of data using DUKPT.
Types
Properties
Link copied to clipboard
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less than or equal to the strength of the BDK. For example, you can't use AES_128
as a derivation type for a BDK of AES_128
or TDES_2KEY
Link copied to clipboard
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
Link copied to clipboard
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.
Functions
Link copied to clipboard
inline fun copy(block: DukptDerivationAttributes.Builder.() -> Unit = {}): DukptDerivationAttributes