javax.crypto.spec
Class DESedeKeySpec
java.lang.Object
javax.crypto.spec.DESedeKeySpec
- All Implemented Interfaces:
- KeySpec
public class DESedeKeySpec
- extends Object
- implements KeySpec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DES_EDE_KEY_LEN
public static final int DES_EDE_KEY_LEN
- See Also:
- Constant Field Values
DESedeKeySpec
public DESedeKeySpec(byte[] key)
throws InvalidKeyException
- Throws:
InvalidKeyException
DESedeKeySpec
public DESedeKeySpec(byte[] key,
int offset)
throws InvalidKeyException
- Throws:
InvalidKeyException
getKey
public byte[] getKey()
isParityAdjusted
public static boolean isParityAdjusted(byte[] key,
int offset)
throws InvalidKeyException
- Throws:
InvalidKeyException
Please submit a feedback, bug or feature