Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ExportTr34KeyBlock.Builder
-
Packages that use ExportTr34KeyBlock.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportTr34KeyBlock.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportTr34KeyBlock.Builder Modifier and Type Method Description static ExportTr34KeyBlock.BuilderExportTr34KeyBlock. builder()ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)TheKeyARNof the certificate chain that signs the wrapping key certificate during TR-34 key export.ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. exportToken(String exportToken)The export token to initiate key export from Amazon Web Services Payment Cryptography.ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. keyBlockFormat(String keyBlockFormat)The format of key block that Amazon Web Services Payment Cryptography will use during key export.ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)The format of key block that Amazon Web Services Payment Cryptography will use during key export.ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. randomNonce(String randomNonce)A random number value that is unique to the TR-34 key block generated using 2 pass.ExportTr34KeyBlock.BuilderExportTr34KeyBlock. toBuilder()ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. wrappingKeyCertificate(String wrappingKeyCertificate)TheKeyARNof the wrapping key certificate.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ExportTr34KeyBlock.Builder Modifier and Type Method Description static Class<? extends ExportTr34KeyBlock.Builder>ExportTr34KeyBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type ExportTr34KeyBlock.Builder Modifier and Type Method Description static ExportKeyMaterialExportKeyMaterial. fromTr34KeyBlock(Consumer<ExportTr34KeyBlock.Builder> tr34KeyBlock)Create an instance of this class withExportKeyMaterial.tr34KeyBlock()initialized to the given value.default ExportKeyMaterial.BuilderExportKeyMaterial.Builder. tr34KeyBlock(Consumer<ExportTr34KeyBlock.Builder> tr34KeyBlock)Parameter information for key material export using the asymmetric TR-34 key exchange method.
-