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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java302 signValue == SignatureAlgorithm.DSA.value) ||
373 DSA( "dsa", 2), enum constant in enum:SignatureAndHashAlgorithm.SignatureAlgorithm
396 algorithm = DSA;
417 supports(HashAlgorithm.SHA1, SignatureAlgorithm.DSA,
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSA.java64 abstract class DSA extends SignatureSpi { class in inherits:SignatureSpi
97 * Construct a blank DSA object. It must be
100 DSA() { method in class:DSA
117 public static final class SHA1withDSA extends DSA {
160 public static final class RawDSA extends DSA {
207 * Initialize the DSA object with a DSA private key.
209 * @param privateKey the DSA private key
211 * @exception InvalidKeyException if the key is not a valid DSA private
217 throw new InvalidKeyException("not a DSA privat
[all...]

Completed in 29 milliseconds