public static class UcmdbServiceFactory.DefaultTruststoreManger extends Object implements X509TrustManager
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_CERT_VALIDATION |
Constructor and Description |
---|
DefaultTruststoreManger() |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] x509Certificates,
String s) |
void |
checkServerTrusted(X509Certificate[] x509Certificates,
String s) |
X509Certificate[] |
getAcceptedIssuers() |
public static final String DISABLE_CERT_VALIDATION
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
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.