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

/openjdk7/jdk/src/share/classes/java/security/interfaces/
H A DDSAPrivateKey.java41 public interface DSAPrivateKey extends DSAKey, java.security.PrivateKey { interface in inherits:DSAKey,java.security.PrivateKey
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAPrivateKey.java56 public final class DSAPrivateKey extends PKCS8Key class in inherits:PKCS8Key,java.security.interfaces.DSAPrivateKey,Serializable
57 implements java.security.interfaces.DSAPrivateKey, Serializable {
68 public DSAPrivateKey() { method in class:DSAPrivateKey
74 public DSAPrivateKey(BigInteger x, BigInteger p, method in class:DSAPrivateKey
95 public DSAPrivateKey(byte[] encoded) throws InvalidKeyException { method in class:DSAPrivateKey

Completed in 29 milliseconds