|
|
javax > javax.crypto > javax.crypto.spec > javax.crypto.spec.deskeyspec >
Class: javax.crypto.spec.DESKeySpec java.lang.Object javax.crypto.spec.DESKeySpec
public class DESKeySpec extends Object implements KeySpec
FIELDS:
public static final int DES_KEY_LEN : 8 |
|
|
|
CONSTRUCTORS:
| | | public | DESKeySpec(byte[] key) |
| | public | DESKeySpec(byte[] key, int offset) |
| |
|
|
|
METHODS:
| | | | public | byte[] | getKey() |
| | public static | boolean | isParityAdjusted(byte[] key, int offset) Throws: InvalidKeyException |
| | public static | boolean | isWeak(byte[] key, int offset) Throws: InvalidKeyException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|