public class LicenseSpringTrustManager extends Object implements X509TrustManager
Constructor and Description |
---|
LicenseSpringTrustManager(X509Certificate[] additionalTrustedCerts) |
LicenseSpringTrustManager(X509TrustManager defaultTrustManager,
X509Certificate[] additionalTrustedCerts) |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] x509Certificates,
String s) |
void |
checkServerTrusted(X509Certificate[] x509Certificates,
String s) |
X509Certificate[] |
getAcceptedIssuers() |
public LicenseSpringTrustManager(X509Certificate[] additionalTrustedCerts)
public LicenseSpringTrustManager(X509TrustManager defaultTrustManager, X509Certificate[] additionalTrustedCerts)
public void checkClientTrusted(X509Certificate[] x509Certificates, String s) throws CertificateException
checkClientTrusted
in interface X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] x509Certificates, String s) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Copyright © 2025 Cense Data Inc.. All rights reserved.