Class NonOpTrustManager
- java.lang.Object
-
- org.apache.abdera.protocol.client.util.NonOpTrustManager
-
- All Implemented Interfaces:
TrustManager,X509TrustManager
@Deprecated public class NonOpTrustManager extends Object implements X509TrustManager
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description NonOpTrustManager()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcheckClientTrusted(X509Certificate[] arg0, String arg1)Deprecated.voidcheckServerTrusted(X509Certificate[] arg0, String arg1)Deprecated.X509Certificate[]getAcceptedIssuers()Deprecated.
-
-
-
Method Detail
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
Deprecated.- Specified by:
checkClientTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
Deprecated.- Specified by:
checkServerTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
Deprecated.- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-
-