Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.misc.ByteArrayCounter

Packages that use ByteArrayCounter
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.  
com.jcorporate.expresso.core.security.weakencryption Package for containing Hashing and Symmetric encryption.  
 

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

Fields in com.jcorporate.expresso.core.security declared as ByteArrayCounter
protected static ByteArrayCounter CryptoManager.ivCounter
           
 

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

Fields in com.jcorporate.expresso.core.security.strongencryption declared as ByteArrayCounter
protected static ByteArrayCounter StringEncryption.ivCounter64
           
protected static ByteArrayCounter StringEncryption.ivCounter128
           
 

Uses of ByteArrayCounter in com.jcorporate.expresso.core.security.weakencryption
 

Fields in com.jcorporate.expresso.core.security.weakencryption declared as ByteArrayCounter
protected static ByteArrayCounter StringEncryption.ivCounter
           
 


Expresso 5-6

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