Uses of Interface
org.apache.commons.vfs2.util.Cryptor
-
Packages that use Cryptor Package Description org.apache.commons.vfs2.util Utility classes used by the VFS. -
-
Uses of Cryptor in org.apache.commons.vfs2.util
Classes in org.apache.commons.vfs2.util that implement Cryptor Modifier and Type Class Description classDefaultCryptorAllows passwords to be encrypted and decrypted.Methods in org.apache.commons.vfs2.util that return Cryptor Modifier and Type Method Description static CryptorCryptorFactory. getCryptor()Gets the Cryptor.Methods in org.apache.commons.vfs2.util with parameters of type Cryptor Modifier and Type Method Description static voidCryptorFactory. setCryptor(Cryptor cryptor)Allows the Cryptor class to be set programmatically.
-