Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ImportTr34KeyBlock.Builder
-
Packages that use ImportTr34KeyBlock.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ImportTr34KeyBlock.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ImportTr34KeyBlock.Builder Modifier and Type Method Description static ImportTr34KeyBlock.BuilderImportTr34KeyBlock. builder()ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)TheKeyARNof the certificate chain that signs the signing key certificate during TR-34 key import.ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. importToken(String importToken)The import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography.ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. keyBlockFormat(String keyBlockFormat)The key block format to use during key import.ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)The key block format to use during key import.ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. randomNonce(String randomNonce)A random number value that is unique to the TR-34 key block generated using 2 pass.ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. signingKeyCertificate(String signingKeyCertificate)The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.ImportTr34KeyBlock.BuilderImportTr34KeyBlock. toBuilder()ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. wrappedKeyBlock(String wrappedKeyBlock)The TR-34 wrapped key block to import.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ImportTr34KeyBlock.Builder Modifier and Type Method Description static Class<? extends ImportTr34KeyBlock.Builder>ImportTr34KeyBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type ImportTr34KeyBlock.Builder Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromTr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)Create an instance of this class withImportKeyMaterial.tr34KeyBlock()initialized to the given value.default ImportKeyMaterial.BuilderImportKeyMaterial.Builder. tr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)Parameter information for key material import using the asymmetric TR-34 key exchange method.
-