Uses of Interface
org.apache.commons.vfs.util.Cryptor

Packages that use Cryptor
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Uses of Cryptor in org.apache.commons.vfs.util
 

Classes in org.apache.commons.vfs.util that implement Cryptor
 class DefaultCryptor
          Allows passwords to be encrypted and decrypted.
 

Methods in org.apache.commons.vfs.util that return Cryptor
static Cryptor CryptorFactory.getCryptor()
          Return the Cryptor.
 

Methods in org.apache.commons.vfs.util with parameters of type Cryptor
static void CryptorFactory.setCryptor(Cryptor cryptor)
          Allows the Cryptor class to be set programmatically.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.