org.apache.juddi.keygen
Class KeyGeneratorFactory
java.lang.Object
org.apache.juddi.keygen.KeyGeneratorFactory
public abstract class KeyGeneratorFactory
- extends Object
Used to create the org.apache.juddi.keygen.KeyGenerator implementation
as specified by the 'juddi.keygenerator' property. Defaults to
org.apache.juddi.cryptor.DefaultKeyGenerator if an implementation is not
specified.
- Author:
- Jeff Faath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyGeneratorFactory
public KeyGeneratorFactory()
getKeyGenerator
public static KeyGenerator getKeyGenerator()
forceNewKeyGenerator
public static KeyGenerator forceNewKeyGenerator()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.