Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.GetPublicKeyCertificateRequest
-
Packages that use GetPublicKeyCertificateRequest 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.software.amazon.awssdk.services.paymentcryptography.transform -
-
Uses of GetPublicKeyCertificateRequest in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography with parameters of type GetPublicKeyCertificateRequest Modifier and Type Method Description default CompletableFuture<GetPublicKeyCertificateResponse>PaymentCryptographyAsyncClient. getPublicKeyCertificate(GetPublicKeyCertificateRequest getPublicKeyCertificateRequest)Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment Cryptography.default GetPublicKeyCertificateResponsePaymentCryptographyClient. getPublicKeyCertificate(GetPublicKeyCertificateRequest getPublicKeyCertificateRequest)Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment Cryptography. -
Uses of GetPublicKeyCertificateRequest in software.amazon.awssdk.services.paymentcryptography.transform
Methods in software.amazon.awssdk.services.paymentcryptography.transform with parameters of type GetPublicKeyCertificateRequest Modifier and Type Method Description SdkHttpFullRequestGetPublicKeyCertificateRequestMarshaller. marshall(GetPublicKeyCertificateRequest getPublicKeyCertificateRequest)
-