|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.cryptor.CryptorFactory
public abstract class CryptorFactory
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.
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 |
---|
public CryptorFactory()
Method Detail |
---|
public static Cryptor getCryptor()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |