Expresso 5-6

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

Packages that use AbstractRandomNumber
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 AbstractRandomNumber in com.jcorporate.expresso.core.security
 

Fields in com.jcorporate.expresso.core.security declared as AbstractRandomNumber
protected  AbstractRandomNumber CryptoManager.randomGenerator
           
 

Methods in com.jcorporate.expresso.core.security that return AbstractRandomNumber
 AbstractRandomNumber CryptoManager.getRandomGenerator()
          Returns an instantiated subclass of AbstractRandomNumber depending if strong or weak crypto is desired.
 

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

Subclasses of AbstractRandomNumber in com.jcorporate.expresso.core.security.strongencryption
 class RandomNumber
          Cryptographically Strong Version of the random number generator.
 


Expresso 5-6

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