javax.net.ssl
Class TrustManagerFactorySpi

java.lang.Object
  extended by javax.net.ssl.TrustManagerFactorySpi

public abstract class TrustManagerFactorySpi
extends Object

This class defines the Service Provider Interface (SPI) for the TrustManagerFactory class.

All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a particular trust manager factory.

Since:
1.4
Version:
1.11
See Also:
TrustManagerFactory, TrustManager

Constructor Summary
TrustManagerFactorySpi()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustManagerFactorySpi

public TrustManagerFactorySpi()