cryptix.provider.key

Class DES2XKeyGenerator

public class DES2XKeyGenerator extends DESKeyGenerator

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 $

Since: Cryptix 3.0.4

Author: Sascha Kettler David Hopwood Raif Naffah

Constructor Summary
DES2XKeyGenerator()
Method Summary
protected booleanisWeak(byte[] key)
Returns true iff the first 8 bytes of key represent a weak DES key.

Constructor Detail

DES2XKeyGenerator

public DES2XKeyGenerator()

Method Detail

isWeak

protected boolean isWeak(byte[] key)
Returns true iff the first 8 bytes of key represent a weak DES key.