All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
   |
   +----java.crypt.BlockCipher
           |
           +----java.crypt.IDEA
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
 
 BLOCK_LENGTH
	BLOCK_LENGTH
   KEY_LENGTH
	KEY_LENGTH
   
 IDEA(byte[])
	IDEA(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
 
 IDEA
IDEA
public IDEA(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