public class BlindApplicationTrustManager extends ApplicationTrustManager
ApplicationTrustManager.Cause| Constructor and Description |
|---|
BlindApplicationTrustManager()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] chain,
String authType) |
void |
checkServerTrusted(X509Certificate[] chain,
String authType) |
BlindApplicationTrustManager |
createCopy()
Creates a copy of this ApplicationTrustManager.
|
X509Certificate[] |
getAcceptedIssuers() |
acceptCertificate, getLastRefusedAuthType, getLastRefusedCause, getLastRefusedChain, resetLastRefusedItems, setHostpublic BlindApplicationTrustManager()
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkClientTrusted in interface X509TrustManagercheckClientTrusted in class ApplicationTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkServerTrusted in interface X509TrustManagercheckServerTrusted in class ApplicationTrustManagerCertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagergetAcceptedIssuers in class ApplicationTrustManagerpublic BlindApplicationTrustManager createCopy()
createCopy in class ApplicationTrustManagerCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.