
public class WaarpX509TrustManager extends Object implements X509TrustManager
| Constructor and Description |
|---|
WaarpX509TrustManager()
Create an "always-valid" X509TrustManager
|
WaarpX509TrustManager(TrustManagerFactory tmf)
Create a "default" X509TrustManager
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] arg0,
String arg1) |
void |
checkServerTrusted(X509Certificate[] arg0,
String arg1) |
X509Certificate[] |
getAcceptedIssuers() |
public WaarpX509TrustManager()
public WaarpX509TrustManager(TrustManagerFactory tmf) throws CryptoException
tmf - CryptoExceptionpublic final void checkClientTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionpublic final void checkServerTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionpublic final X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerCopyright © 2009–2022 Waarp. All rights reserved.