org.dvb.net.ssl
Class DVBKeyManagerFactorySpi

java.lang.Object
  extended byjavax.net.ssl.KeyManagerFactorySpi
      extended byorg.dvb.net.ssl.DVBKeyManagerFactorySpi

public abstract class DVBKeyManagerFactorySpi
extends javax.net.ssl.KeyManagerFactorySpi

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


Constructor Summary
DVBKeyManagerFactorySpi()
          Creates a new instance of DVBKeyManagerFactorySpi
 
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.KeyManagerFactorySpi
engineGetKeyManagers, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVBKeyManagerFactorySpi

public DVBKeyManagerFactorySpi()
Creates a new instance of DVBKeyManagerFactorySpi

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 KeyStoreBuilder.