Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.DukptDerivationAttributes.Builder
-
Packages that use DukptDerivationAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of DukptDerivationAttributes.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return DukptDerivationAttributes.Builder Modifier and Type Method Description static DukptDerivationAttributes.BuilderDukptDerivationAttributes. builder()DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. dukptKeyDerivationType(String dukptKeyDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. dukptKeyVariant(String dukptKeyVariant)The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. dukptKeyVariant(DukptKeyVariant dukptKeyVariant)The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. keySerialNumber(String keySerialNumber)The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method.DukptDerivationAttributes.BuilderDukptDerivationAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type DukptDerivationAttributes.Builder Modifier and Type Method Description static Class<? extends DukptDerivationAttributes.Builder>DukptDerivationAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type DukptDerivationAttributes.Builder Modifier and Type Method Description default TranslatePinDataRequest.BuilderTranslatePinDataRequest.Builder. incomingDukptAttributes(Consumer<DukptDerivationAttributes.Builder> incomingDukptAttributes)The attributes and values to use for incoming DUKPT encryption key for PIN block tranlation.default TranslatePinDataRequest.BuilderTranslatePinDataRequest.Builder. outgoingDukptAttributes(Consumer<DukptDerivationAttributes.Builder> outgoingDukptAttributes)The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
-