Uses of Package
goldengate.common.crypto

Packages that use goldengate.common.crypto
goldengate.common.crypto Classes implementing Encryption for Password support or for File Encryption AES is the best compromise in term of security and efficiency. 
 

Classes in goldengate.common.crypto used by goldengate.common.crypto
AesManager
          This class implements a simple Key Manager for AES class from name
BlowfishManager
          This class implements a simple Key Manager for Blowfish class from name
DesManager
          This class implements a simple Key Manager for DES class from name
DynamicKeyManager
          Can implements AES, ARCFOUR, Blowfish, DES, DESede, RC2, RC4

The time ratio are: RC4,ARCFOUR=1; AES,RC2=1,5; DES=2; Blowfish,DESede=4
AES is the best compromise in term of security and efficiency.
DynamicKeyObject.INSTANCES
          Minimal key size
DynamicKeyObject.INSTANCESMAX
          Recommended key size when normal JVM installed (no extension on encrypt support)
KeyManager
          This class implements a simple Key Manager from name
KeyObject
          This class handles method to crypt and decrypt using the chosen algorithm.
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.