|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs2.util.CryptorFactory
public final class CryptorFactory
Factory to create an instance of a Cryptor.
Field Summary | |
---|---|
static java.lang.String |
CRYPTOR_CLASS
The System property name to identify the Cryptor class to be used. |
Method Summary | |
---|---|
static Cryptor |
getCryptor()
Return the Cryptor. |
static void |
setCryptor(Cryptor cryptor)
Allows the Cryptor class to be set programmatically. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CRYPTOR_CLASS
Method Detail |
---|
public static void setCryptor(Cryptor cryptor)
cryptor
- The Cryptor.public static Cryptor getCryptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |