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

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAPublicKeyImpl.java35 * The difference between DSAPublicKeyImpl and DSAPublicKey is that
36 * DSAPublicKeyImpl calls writeReplace with KeyRep, and DSAPublicKey
43 public final class DSAPublicKeyImpl extends DSAPublicKey { class in inherits:DSAPublicKey
60 public DSAPublicKeyImpl(BigInteger y, BigInteger p, BigInteger q, method in class:DSAPublicKeyImpl
69 public DSAPublicKeyImpl(byte[] encoded) throws InvalidKeyException { method in class:DSAPublicKeyImpl

Completed in 66 milliseconds