org.apache.juddi.keygen
Class KeyGeneratorFactory

java.lang.Object
  extended by org.apache.juddi.keygen.KeyGeneratorFactory

public abstract class KeyGeneratorFactory
extends java.lang.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 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()


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