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.X509TrustManager
certs
- 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.X509TrustManager
certs
- the supplied certs (ignored)authType
- the supplied type (ignored)public java.security.cert.X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface javax.net.ssl.X509TrustManager
Copyright © 2014 Red Hat. All Rights Reserved.