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