Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.security.AbstractStringEncryption

Packages that use AbstractStringEncryption
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
com.jcorporate.expresso.core.security.strongencryption Package for containing Hashing and Symmetric encryption.  
 

Uses of AbstractStringEncryption in com.jcorporate.expresso.core.security
 

Fields in com.jcorporate.expresso.core.security declared as AbstractStringEncryption
protected  AbstractStringEncryption CryptoManager.stringEncryptor
           
 

Methods in com.jcorporate.expresso.core.security that return AbstractStringEncryption
 AbstractStringEncryption CryptoManager.getStringEncryption()
          Factory method that returns an instantiated subclass of AbstractStringEncryption depending of strong or weak crypto is desired.
 

Uses of AbstractStringEncryption in com.jcorporate.expresso.core.security.strongencryption
 

Subclasses of AbstractStringEncryption in com.jcorporate.expresso.core.security.strongencryption
 class StringEncryption
          StringEncryption.java

Copyright 2000, 2001 Jcorporate Ltd.

 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.