Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ImportKeyResponse
-
Packages that use ImportKeyResponse 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 ImportKeyResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return ImportKeyResponse Modifier and Type Method Description default ImportKeyResponsePaymentCryptographyClient. importKey(Consumer<ImportKeyRequest.Builder> importKeyRequest)Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.default ImportKeyResponsePaymentCryptographyClient. importKey(ImportKeyRequest importKeyRequest)Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type ImportKeyResponse Modifier and Type Method Description default CompletableFuture<ImportKeyResponse>PaymentCryptographyAsyncClient. importKey(Consumer<ImportKeyRequest.Builder> importKeyRequest)Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.default CompletableFuture<ImportKeyResponse>PaymentCryptographyAsyncClient. importKey(ImportKeyRequest importKeyRequest)Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.
-