KickJava   Java API By Example, From Geeks To Geeks.

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

javax.crypto.spec
Class DESedeKeySpec

java.lang.Object
  extended by javax.crypto.spec.DESedeKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Top Examples, Source Code

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


public DESedeKeySpec(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_EDE_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
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags