org.dvb.net.ssl
Class DVBTrustManagerFactorySpi

java.lang.Object
  extended byjavax.net.ssl.TrustManagerFactorySpi
      extended byorg.dvb.net.ssl.DVBTrustManagerFactorySpi

public abstract class DVBTrustManagerFactorySpi
extends javax.net.ssl.TrustManagerFactorySpi

This class defines the Service Provider Interface for the DVBTrustManagerFactory class.


Constructor Summary
DVBTrustManagerFactorySpi()
          Creates a new instance of DVBTrustManagerFactorySpi
 
Method Summary
protected abstract  void engineInit(KeyStoreBuilder[] builders)
          This method is used to initialize the factory with an array of KeyStoreBuilder instances.
 
Methods inherited from class javax.net.ssl.TrustManagerFactorySpi
engineGetTrustManagers, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVBTrustManagerFactorySpi

public DVBTrustManagerFactorySpi()
Creates a new instance of DVBTrustManagerFactorySpi

Method Detail

engineInit

protected abstract void engineInit(KeyStoreBuilder[] builders)
This method is used to initialize the factory with an array of KeyStoreBuilder instances.

Parameters:
builders - an array of KeyStoreBuilders.