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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java119 return new SHA512withRSA(smElem);
496 static final class SHA512withRSA extends DOMSignatureMethod { class in class:DOMSignatureMethod
497 SHA512withRSA(AlgorithmParameterSpec params) method in class:DOMSignatureMethod.SHA512withRSA
501 SHA512withRSA(Element dmElem) throws MarshalException { method in class:DOMSignatureMethod.SHA512withRSA
508 return "SHA512withRSA";
H A DDOMXMLSignatureFactory.java219 return new DOMSignatureMethod.SHA512withRSA(params);
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DAlgOptions.sh151 -sigalg SHA512withRSA \
200 -sigalg SHA512withRSA \
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSASignature.java296 // Nested class for SHA512withRSA signatures
297 public static final class SHA512withRSA extends RSASignature { class in class:RSASignature
298 public SHA512withRSA() { method in class:RSASignature.SHA512withRSA

Completed in 32 milliseconds