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

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DDSAPrivateKeySpec.java25 public class DSAPrivateKeySpec implements KeySpec { class in inherits:KeySpec
36 * Creates a new {@code DSAPrivateKeySpec} with the specified private key,
48 public DSAPrivateKeySpec(BigInteger x, BigInteger p, method in class:DSAPrivateKeySpec

Completed in 36 milliseconds