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

/openjdk7/jdk/src/share/classes/java/security/spec/
H A DDSAPrivateKeySpec.java45 public class DSAPrivateKeySpec implements KeySpec { class in inherits:KeySpec
53 * Creates a new DSAPrivateKeySpec with the specified parameter values.
63 public DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, method in class:DSAPrivateKeySpec

Completed in 29 milliseconds