Class UrlReadFunction.X509TrustAllManager
java.lang.Object
org.gvsig.expressionevaluator.impl.function.programming.UrlReadFunction.X509TrustAllManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
- Enclosing class:
UrlReadFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] xcs, String string) voidcheckServerTrusted(X509Certificate[] xcs, String string) static void
-
Constructor Details
-
X509TrustAllManager
public X509TrustAllManager()
-
-
Method Details
-
setDefaultSSLSocketFactory
public static void setDefaultSSLSocketFactory() throws NoSuchAlgorithmException, KeyManagementException -
checkClientTrusted
- Specified by:
checkClientTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
checkServerTrusted
- Specified by:
checkServerTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-