Searched defs:DESKeySpec (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DDESKeySpec.java37 public class DESKeySpec implements java.security.spec.KeySpec { class in inherits:java.security.spec.KeySpec
116 * Creates a DESKeySpec object using the first 8 bytes in
130 public DESKeySpec(byte[] key) throws InvalidKeyException { method in class:DESKeySpec
135 * Creates a DESKeySpec object using the first 8 bytes in
153 public DESKeySpec(byte[] key, int offset) throws InvalidKeyException { method in class:DESKeySpec

Completed in 30 milliseconds