KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > spec > DESKeySpec

javax.crypto.spec
Class DESKeySpec

java.lang.Object
  extended by javax.crypto.spec.DESKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Source Code

public DESKeySpec(byte[] key)
           throws InvalidKeyException
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DESKeySpec(byte[] key,
                  int offset)
           throws InvalidKeyException
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DES_KEY_LEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte[] getKey()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean isParityAdjusted(byte[] key,
                                       int offset)
                                throws InvalidKeyException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean isWeak(byte[] key,
                             int offset)
                      throws InvalidKeyException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags