org.apache.juddi.keygen
Class KeyGeneratorFactory

java.lang.Object
  extended by 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

Constructor Summary
KeyGeneratorFactory()
           
 
Method Summary
static KeyGenerator forceNewKeyGenerator()
           
static KeyGenerator getKeyGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyGeneratorFactory

public KeyGeneratorFactory()
Method Detail

getKeyGenerator

public static KeyGenerator getKeyGenerator()

forceNewKeyGenerator

public static KeyGenerator forceNewKeyGenerator()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.