Searched refs:DSA (Results 1 - 4 of 4) 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,
H A DServerHandshaker.java974 SignatureAlgorithm.DSA.value, 0);
1071 supportedSignAlgs, "DSA");
1078 if (setupPrivateKeyAndChain("DSA") == false) {
1350 * D-H parameters in its certificate (signed using RSA or DSS/DSA),
1646 } else if (keyAlgorithm.equals("DSA")) {
1647 authType = "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...]
H A DDSAKeyPairGenerator.java40 * This class generates DSA key parameters and public/private key
64 super("DSA");
85 * Initializes the DSA key pair generator. If <code>genParams</code>
106 * Initializes the DSA object using a DSA parameter object.
108 * @param params a fully initialized DSA parameter object.
120 * Initializes the DSA object using a parameter object.
149 * DSA implementation.
221 * pair. In the terminology used in the DSA specification
233 int[] tmp = DSA
[all...]

Completed in 34 milliseconds