gnu.inet.util

Class EmptyX509TrustManager

Implemented Interfaces:
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

Nested Class Summary

Method Summary

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()

Method Details

checkClientTrusted

public void checkClientTrusted(java.security.cert.X509Certificate chain,
                               java.lang.String authType)
            throws java.security.cert.CertificateException


checkServerTrusted

public void checkServerTrusted(java.security.cert.X509Certificate chain,
                               java.lang.String authType)
            throws java.security.cert.CertificateException


getAcceptedIssuers

public java.security.cert.X509Certificate[] getAcceptedIssuers()


© Copyright 2003 The Free Software Foundation, all rights reserved