Searched refs:SHA1withDSA (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java121 return new SHA1withDSA(smElem);
512 static final class SHA1withDSA extends DOMSignatureMethod { class in class:DOMSignatureMethod
513 SHA1withDSA(AlgorithmParameterSpec params) method in class:DOMSignatureMethod.SHA1withDSA
517 SHA1withDSA(Element dmElem) throws MarshalException { method in class:DOMSignatureMethod.SHA1withDSA
524 return "SHA1withDSA";
H A DDOMXMLSignatureFactory.java221 return new DOMSignatureMethod.SHA1withDSA(params);
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DAlgOptions.sh137 -sigalg SHA1withDSA \
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSA.java52 * commonly used SHA1withDSA (DSS) as well as RawDSA, used by TLS
115 * Standard SHA1withDSA implementation.
117 public static final class SHA1withDSA extends DSA { class in class:DSA
122 public SHA1withDSA() throws NoSuchAlgorithmException { method in class:DSA.SHA1withDSA

Completed in 37 milliseconds