Class CertificateRetriever
java.lang.Object
software.amazon.awssdk.messagemanager.sns.internal.CertificateRetriever
- All Implemented Interfaces:
AutoCloseable,SdkAutoCloseable
Internal certificate retriever for SNS message validation.
This class retrieves the certificate used to sign a message, validates it, and caches them for future use.
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateRetriever(SdkHttpClient httpClient, String certHost, String certCommonName) -
Method Summary
-
Constructor Details
-
CertificateRetriever
-
-
Method Details
-
retrieveCertificate
-
close
public void close()Description copied from interface:SdkAutoCloseable- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSdkAutoCloseable
-