Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.DukptAttributes.Builder
-
Packages that use DukptAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of DukptAttributes.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return DukptAttributes.Builder Modifier and Type Method Description static DukptAttributes.BuilderDukptAttributes. builder()DukptAttributes.BuilderDukptAttributes.Builder. dukptDerivationType(String dukptDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptAttributes.BuilderDukptAttributes.Builder. dukptDerivationType(DukptDerivationType dukptDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptAttributes.BuilderDukptAttributes.Builder. keySerialNumber(String keySerialNumber)The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method.DukptAttributes.BuilderDukptAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type DukptAttributes.Builder Modifier and Type Method Description static Class<? extends DukptAttributes.Builder>DukptAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type DukptAttributes.Builder Modifier and Type Method Description default VerifyPinDataRequest.BuilderVerifyPinDataRequest.Builder. dukptAttributes(Consumer<DukptAttributes.Builder> dukptAttributes)The attributes and values for the DUKPT encrypted PIN block data.
-