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

/libcore/luni/src/main/java/javax/crypto/spec/
H A DDESKeySpec.java26 public class DESKeySpec implements KeySpec { class in inherits:KeySpec
93 * Creates a new <code>DESKeySpec</code> from the first 8 bytes of the
101 public DESKeySpec(byte[] key) throws InvalidKeyException { method in class:DESKeySpec
106 * Creates a new <code>DESKeySpec</code> from the first 8 bytes of the
117 public DESKeySpec(byte[] key, int offset) throws InvalidKeyException { method in class:DESKeySpec

Completed in 48 milliseconds