Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.GetParametersForImportResponse
-
Packages that use GetParametersForImportResponse Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations. -
-
Uses of GetParametersForImportResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return GetParametersForImportResponse Modifier and Type Method Description default GetParametersForImportResponsePaymentCryptographyClient. getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.default GetParametersForImportResponsePaymentCryptographyClient. getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type GetParametersForImportResponse Modifier and Type Method Description default CompletableFuture<GetParametersForImportResponse>PaymentCryptographyAsyncClient. getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.default CompletableFuture<GetParametersForImportResponse>PaymentCryptographyAsyncClient. getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
-