Uses of Class
goldengate.common.crypto.KeyObject

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

Uses of KeyObject in goldengate.common.crypto
 

Subclasses of KeyObject in goldengate.common.crypto
 class Aes
          This class handles methods to crypt and decrypt messages with AES algorithm (very efficient: 11000/s).
 class Blowfish
          This class handles methods to crypt and decrypt messages with Blowfish (efficient: 4000/s both at 56 and 128 keysize).
 class Des
          This class handles methods to crypt and decrypt messages with DES algorithm (very efficient: 8600/s).
 class DynamicKeyObject
          This class handles methods to encrypt and unencrypt messages with any available algorithms in the JVM.
 

Methods in goldengate.common.crypto that return KeyObject
abstract  KeyObject KeyManager.createKeyObject()
           
 KeyObject DynamicKeyManager.createKeyObject()
           
 KeyObject DesManager.createKeyObject()
           
 KeyObject BlowfishManager.createKeyObject()
           
 KeyObject AesManager.createKeyObject()
           
 KeyObject KeyManager.getKey(String name)
           
 

Methods in goldengate.common.crypto with parameters of type KeyObject
 void KeyManager.setKey(String name, KeyObject keyObject)
          Add or set a new key associated to the given name
 



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