- java.lang.Object
-
- gnu.inet.util.EmptyX509TrustManager
-
- All Implemented Interfaces:
- javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
public class EmptyX509TrustManager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager
Empty implementation of an X509 trust manager.
This implementation does not check any certificates in the chain.
- Author:
- Chris Burdess
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
checkClientTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
void |
checkServerTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
java.security.cert.X509Certificate[] |
getAcceptedIssuers() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
© Copyright 2003 The Free Software Foundation,
all rights reserved