org.apache.juddi.cryptor
Class CryptorFactory

java.lang.Object
  extended by org.apache.juddi.cryptor.CryptorFactory

public abstract class CryptorFactory
extends java.lang.Object

Used to create the org.apache.juddi.cryptor.Cryptor implementation as specified by the 'juddi.cryptor' property. Defaults to org.apache.juddi.cryptor.DefaultCryptor if an implementation is not specified.

Author:
Steve Viens (sviens@apache.org), Jeff Faath

Constructor Summary
CryptorFactory()
           
 
Method Summary
static Cryptor getCryptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptorFactory

public CryptorFactory()
Method Detail

getCryptor

public static Cryptor getCryptor()


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