All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.crypt.BlockCipher | +----java.crypt.DES
The native code DES implementation used by the class was
developed by, and is owned by, Eric Young Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
All rights reserved.
BLOCK_LENGTH
KEY_LENGTH
DES(byte[])
blockDecrypt(byte[], int, byte[], int)
blockEncrypt(byte[], int, byte[], int)
blockLength()
keyLength()
BLOCK_LENGTH
public final static int BLOCK_LENGTH
KEY_LENGTH
public final static int KEY_LENGTH
DES
public DES(byte userKey[])
blockEncrypt
protected void blockEncrypt(byte in[],
int in_offset,
byte out[],
int out_offset)
blockDecrypt
protected void blockDecrypt(byte in[],
int in_offset,
byte out[],
int out_offset)
blockLength
public int blockLength()
keyLength
public int keyLength()
All Packages Class Hierarchy This Package Previous Next Index