goldengate.common.crypto
Class BlowfishManager

java.lang.Object
  extended by goldengate.common.crypto.KeyManager
      extended by goldengate.common.crypto.BlowfishManager

public class BlowfishManager
extends KeyManager

This class implements a simple Key Manager for Blowfish class from name

Author:
frederic bregier

Field Summary
static BlowfishManager blowfishManager
           
 
Constructor Summary
BlowfishManager()
           
 
Method Summary
 KeyObject createKeyObject()
           
 
Methods inherited from class goldengate.common.crypto.KeyManager
crypt, decrypt, getKey, initFromList, saveToFiles, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blowfishManager

public static final BlowfishManager blowfishManager
Constructor Detail

BlowfishManager

public BlowfishManager()
Method Detail

createKeyObject

public KeyObject createKeyObject()
Specified by:
createKeyObject in class KeyManager


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