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
	BLOCK_LENGTH
   KEY_LENGTH
	KEY_LENGTH
  
  
 
  
 DES(byte[])
	DES(byte[])
  
  
 
  
 blockDecrypt(byte[], int, byte[], int)
	blockDecrypt(byte[], int, byte[], int)
   blockEncrypt(byte[], int, byte[], int)
	blockEncrypt(byte[], int, byte[], int)
   blockLength()
	blockLength()
   keyLength()
	keyLength()
  
  
 
 BLOCK_LENGTH
BLOCK_LENGTH
  public final static int BLOCK_LENGTH
  
 KEY_LENGTH
KEY_LENGTH
  public final static int KEY_LENGTH
  
  
 
 DES
DES
  public DES(byte userKey[])
  
    
  
 
 blockEncrypt
blockEncrypt
  protected void blockEncrypt(byte in[],
                              int in_offset,
                              byte out[],
                              int out_offset)
  
    
 blockDecrypt
blockDecrypt
  protected void blockDecrypt(byte in[],
                              int in_offset,
                              byte out[],
                              int out_offset)
  
    
 blockLength
blockLength
  public int blockLength()
  
    
 keyLength
keyLength
  public int keyLength()
  
    
All Packages  Class Hierarchy  This Package  Previous  Next  Index