symmetric
Class Blowfish

java.lang.Object
  extended by symmetric.Blowfish

public class Blowfish
extends java.lang.Object

Author:
Dominik

Constructor Summary
Blowfish()
          creates a secret key for the Blowfish algorithm.
 
Method Summary
 javax.crypto.spec.SecretKeySpec getSkeySpec()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blowfish

public Blowfish()
creates a secret key for the Blowfish algorithm.

Method Detail

getSkeySpec

public javax.crypto.spec.SecretKeySpec getSkeySpec()
Returns:
Returns the Secret Key.