org.apache.juddi.cryptor
Class CryptorFactory

java.lang.Object
  |
  +--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)

Constructor Summary
CryptorFactory()
           
 
Method Summary
static Cryptor getCryptor()
          Returns a new instance of a CryptorFactory.
static void main(java.lang.String[] args)
           
 
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()
Returns a new instance of a CryptorFactory.

Returns:
Cryptor

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception


Copyright © 2003 Apache Software Foundation. All rights reserved.