com.rbnb.api
Class RBNBTrustManager
java.lang.Object
com.rbnb.api.RBNBTrustManager
- All Implemented Interfaces:
- TrustManager, X509TrustManager
public class RBNBTrustManager
- extends Object
- implements X509TrustManager
RBNBTrustManager
- Author:
- Eugen Kuleshov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RBNBTrustManager
public RBNBTrustManager()
checkClientTrusted
public void checkClientTrusted(X509Certificate[] cert,
String authType)
- Specified by:
checkClientTrusted in interface X509TrustManager
isClientTrusted
public boolean isClientTrusted(X509Certificate[] cert)
checkServerTrusted
public void checkServerTrusted(X509Certificate[] cert,
String authType)
- Specified by:
checkServerTrusted in interface X509TrustManager
isServerTrusted
public boolean isServerTrusted(X509Certificate[] cert)
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers in interface X509TrustManager