|
Cryptix V3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xjava.security.KeyGenerator | +--cryptix.provider.key.RawKeyGenerator | +--cryptix.provider.key.DESKeyGenerator | +--cryptix.provider.key.DES2XKeyGenerator
A key generator for DES2X with one DES key and three XOR key.
Copyright © 1998
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
Constructor Summary | |
DES2XKeyGenerator()
|
Method Summary | |
protected boolean |
isWeak(byte[] key)
Returns true iff the first 8 bytes of key represent a weak DES key. |
Methods inherited from class cryptix.provider.key.DESKeyGenerator |
engineGenerateKey,
isWeak,
setParity |
Methods inherited from class cryptix.provider.key.RawKeyGenerator |
generateKey,
generateKey,
getDefaultKeyLength,
getMaximumKeyLength,
getMinimumKeyLength,
initialize,
initialize,
isValidKeyLength,
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 |
Constructor Detail |
public DES2XKeyGenerator()
Method Detail |
protected boolean isWeak(byte[] key)
|
Cryptix V3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |