Searched refs:DSAPublicKeyImpl (Results 1 - 3 of 3) 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
H A DDSAKeyFactory.java71 * If false, then we generate sun.security.provider.DSAPublicKeyImpl.
103 return new DSAPublicKeyImpl(dsaPubKeySpec.getY(),
113 return new DSAPublicKeyImpl
H A DDSAKeyPairGenerator.java187 pub = new DSAPublicKeyImpl(y, p, q, g);

Completed in 30 milliseconds