cryptix.provider.key
Class CAST5KeyGenerator
java.lang.Object
|
+--xjava.security.KeyGenerator
|
+--cryptix.provider.key.RawKeyGenerator
|
+--cryptix.provider.key.CAST5KeyGenerator
- public class CAST5KeyGenerator
- extends RawKeyGenerator
A variable-length key generator for CAST5.
The minimum, default, and maximum key lengths are 40, 128, and 128
bits respectively.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
- Since:
- Cryptix 2.2.2
- Author:
- David Hopwood
Methods inherited from class cryptix.provider.key.RawKeyGenerator |
engineGenerateKey,
generateKey,
generateKey,
getDefaultKeyLength,
getMaximumKeyLength,
getMinimumKeyLength,
initialize,
initialize,
isValidKeyLength,
isWeak,
isWeakAllowed,
setWeakAllowed |
Methods inherited from class xjava.security.KeyGenerator |
clone,
engineGetParameter,
engineSetParameter,
getAlgorithm,
getAlgorithms,
getAlgorithms,
getInstance,
getInstance,
getParameter,
setParameter,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
CAST5KeyGenerator
public CAST5KeyGenerator()
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.