public final class AllCertificatesTrustManager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager
| Constructor and Description |
|---|
AllCertificatesTrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
Null implementation.
|
void |
checkServerTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
Null implementation.
|
java.security.cert.X509Certificate[] |
getAcceptedIssuers()
Null implementation.
|
public void checkServerTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
checkServerTrusted in interface javax.net.ssl.X509TrustManagercerts - the supplied certs (ignored)authType - the supplied type (ignored)public void checkClientTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
checkClientTrusted in interface javax.net.ssl.X509TrustManagercerts - the supplied certs (ignored)authType - the supplied type (ignored)public java.security.cert.X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface javax.net.ssl.X509TrustManagerCopyright © 2017 Red Hat. All Rights Reserved.