org.exolab.castor.persist
public final class KeyGeneratorFactoryRegistry extends Object
Version: $Revision: 5951 $ $Date: 2006-04-10 16:39:24 -0600 (Mon, 10 Apr 2006) $
Method Summary | |
---|---|
static KeyGeneratorFactory | getKeyGeneratorFactory(String name)
Returns a key generator factory with the specified name.
|
static String[] | getKeyGeneratorFactoryNames()
Returns the names of all the configured key generator factories
The names can be used to obtain a key generator factory
from KeyGeneratorFactoryRegistry.
|
Parameters: name The key generator name
Returns: The KeyGeneratorFactory, null if no key generator factory with this name exists
Returns: Names of key generator factories