de.cscc.crypto.provider.spec
Interface DESKeySpec

All Superinterfaces:
KeySpec
All Known Implementing Classes:
DES1KeySpec, DESede2KeySpec, DESede3KeySpec

public interface DESKeySpec
extends KeySpec

DESKeySpec interface. Defines a general interface for all 3 sorts of DES Keys, DES1KeySpec, DESede2KeySpec and DESede3KeySpec.

Version:
$Revision: 1.7 $
Author:
Uwe Günther

Method Summary
 byte[] getKey()
          Get the DES Key as byte[8,16 or 24].
 

Method Detail

getKey

public byte[] getKey()
Get the DES Key as byte[8,16 or 24].

Returns:
the DES Key as byte[8,16 or 24].


Copyright © 2001, 2002 by Uwe Günther. See the COPYING file for more details. Browse the source as HTML.