Uses of Interface
iaik.security.ssl.TrustDecider

Packages that use TrustDecider
iaik.security.ssl   
 

Uses of TrustDecider in iaik.security.ssl
 

Subinterfaces of TrustDecider in iaik.security.ssl
 interface ClientTrustDecider
          Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework
 interface ServerTrustDecider
          Deprecated. see SSLContext JavaDoc and separate document for the new authentication framework
 

Methods in iaik.security.ssl that return TrustDecider
 TrustDecider SSLContext.getTrustDecider()
          Deprecated. TrustDeciders should no longer be used. See ChainVerifier
 

Methods in iaik.security.ssl with parameters of type TrustDecider
 void SSLContext.setTrustDecider(TrustDecider trustDecider)
          Deprecated. TrustDeciders should no longer be used. See ChainVerifier