iaik.security.ssl
Interface TrustDecider

All Known Subinterfaces:
ClientTrustDecider, ServerTrustDecider

Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework

public interface TrustDecider


Method Summary
 boolean isTrustedPeer(SSLCertificate certificate)
          Deprecated. Decides if the peer certificate is trusted or not.
 

Method Detail

isTrustedPeer

boolean isTrustedPeer(SSLCertificate certificate)
Deprecated. 
Decides if the peer certificate is trusted or not. The handshaker calls this method with the certificate chain sent by the peer. The trust decider now can decide if this certificate is trusted or not. If the trust decider rejects the certificate a SSLException "Untrusted Certificate!" is thrown and the connection is closed.

To set your own TrustDecider use the method setTrustDecieder of class SSLContext.

If no trust decider is set every certificate is trusted.

Parameters:
certificate - the certificate (list) of the peer or null if the peer has no certificate
Returns:
true if the peer is trusted or false otherwise

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

iSaSiLk 6.0, (c) 2002 IAIK, (c) 2003 - 2015 SIC