|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.net.ssl.KeyManagerFactory
org.dvb.net.ssl.DVBKeyManagerFactory
This class is used to create a KeyManagerFactory initialized with an array of KeyStoreBuilder instances. The (inherited) method getInstance shall return an instance of DVBKeyManagerFactory where provider is an instance of DVBPKCS11Provider.
Constructor Summary | |
protected |
DVBKeyManagerFactory(DVBKeyManagerFactorySpi factorySpi,
java.security.Provider provider,
java.lang.String algorithm)
Creates a new instance of DVBKeyManagerFactory |
Method Summary | |
void |
init(KeyStoreBuilder[] builders)
This method is used to initialize the factory with an array of KeyStoreBuilder instances. |
Methods inherited from class javax.net.ssl.KeyManagerFactory |
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getKeyManagers, getProvider, init, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DVBKeyManagerFactory(DVBKeyManagerFactorySpi factorySpi, java.security.Provider provider, java.lang.String algorithm)
Method Detail |
public final void init(KeyStoreBuilder[] builders)
builders
- an array of KeyStoreBuilder instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |