Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ExportAttributes.Builder
-
Packages that use ExportAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportAttributes.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportAttributes.Builder Modifier and Type Method Description static ExportAttributes.BuilderExportAttributes. builder()default ExportAttributes.BuilderExportAttributes.Builder. exportDukptInitialKey(Consumer<ExportDukptInitialKey.Builder> exportDukptInitialKey)Parameter information for IPEK export.ExportAttributes.BuilderExportAttributes.Builder. exportDukptInitialKey(ExportDukptInitialKey exportDukptInitialKey)Parameter information for IPEK export.ExportAttributes.BuilderExportAttributes.Builder. keyCheckValueAlgorithm(String keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).ExportAttributes.BuilderExportAttributes.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).ExportAttributes.BuilderExportAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ExportAttributes.Builder Modifier and Type Method Description static Class<? extends ExportAttributes.Builder>ExportAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type ExportAttributes.Builder Modifier and Type Method Description default ExportKeyRequest.BuilderExportKeyRequest.Builder. exportAttributes(Consumer<ExportAttributes.Builder> exportAttributes)The attributes for IPEK generation during export.
-