JSecurity

Uses of Interface
org.jsecurity.crypto.Cipher

Packages that use Cipher
org.jsecurity.crypto Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior. 
org.jsecurity.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application. 
org.jsecurity.subject Components supporting the Subject interface, the most important concept in JSecurity's API. 
 

Uses of Cipher in org.jsecurity.crypto
 

Classes in org.jsecurity.crypto that implement Cipher
 class BlowfishCipher
          JSecurity's default symmetric block Cipher using the Blowfish algorithm.
 

Uses of Cipher in org.jsecurity.mgt
 

Methods in org.jsecurity.mgt with parameters of type Cipher
 void DefaultSecurityManager.setRememberMeCipher(Cipher cipher)
           
 

Uses of Cipher in org.jsecurity.subject
 

Methods in org.jsecurity.subject that return Cipher
 Cipher AbstractRememberMeManager.getCipher()
           
 

Methods in org.jsecurity.subject with parameters of type Cipher
 void AbstractRememberMeManager.setCipher(Cipher cipher)
           
 


JSecurity

Copyright © 2004-2008 JSecurity.