Searched defs:SHA512withRSA (Results 1 - 2 of 2) 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";
/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 65 milliseconds