All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.provider.key.BlowfishKeyGenerator

java.lang.Object
   |
   +----java.security.KeyGenerator
           |
           +----cryptix.provider.key.RawKeyGenerator
                   |
                   +----cryptix.provider.key.BlowfishKeyGenerator

public class BlowfishKeyGenerator
extends RawKeyGenerator
A variable-length key generator for Blowfish.

The minimum, default, and maximum key lengths are 40, 128, and 448 bits respectively.

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $

Author:
David Hopwood

Constructor Index

 o BlowfishKeyGenerator()

Constructors

 o BlowfishKeyGenerator
 public BlowfishKeyGenerator()

All Packages  Class Hierarchy  This Package  Previous  Next  Index