org.apache.commons.vfs2.util
public final class CryptorFactory extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CRYPTOR_CLASS
The System property name to identify the Cryptor class to be used.
|
Modifier and Type | Method and Description |
---|---|
static Cryptor |
getCryptor()
Return the Cryptor.
|
static void |
setCryptor(Cryptor cryptor)
Allows the Cryptor class to be set programmatically.
|
public static final java.lang.String CRYPTOR_CLASS
public static void setCryptor(Cryptor cryptor)
cryptor
- The Cryptor.public static Cryptor getCryptor()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.