org.apache.juddi.cryptor
Class CryptorFactory
java.lang.Object
org.apache.juddi.cryptor.CryptorFactory
public abstract class CryptorFactory
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CryptorFactory
public CryptorFactory()
getCryptor
public static Cryptor getCryptor()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.