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

/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
H A DDESKeySpec.java28 public class DESKeySpec implements KeySpec { class in inherits:KeySpec
95 * Creates a new <code>DESKeySpec</code> from the first 8 bytes of the
103 public DESKeySpec(byte[] key) throws InvalidKeyException { method in class:DESKeySpec
108 * Creates a new <code>DESKeySpec</code> from the first 8 bytes of the
119 public DESKeySpec(byte[] key, int offset) method in class:DESKeySpec

Completed in 76 milliseconds