public final class AllCertificatesTrustManager extends Object implements X509TrustManager
| Constructor and Description |
|---|
AllCertificatesTrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] certs,
String authType)
Null implementation.
|
void |
checkServerTrusted(X509Certificate[] certs,
String authType)
Null implementation.
|
X509Certificate[] |
getAcceptedIssuers()
Null implementation.
|
public void checkServerTrusted(X509Certificate[] certs, String authType)
checkServerTrusted in interface X509TrustManagercerts - the supplied certs (ignored)authType - the supplied type (ignored)public void checkClientTrusted(X509Certificate[] certs, String authType)
checkClientTrusted in interface X509TrustManagercerts - the supplied certs (ignored)authType - the supplied type (ignored)public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerCopyright © 2011–2014 Red Hat. All rights reserved.