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.
This class is a special instance that loads from the juddi server side config file.
Use org.apache.juddi.v3.client.cryptor.CryptorFactor for all client side actions