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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java98 * @param hMACOutputLength
104 int hMACOutputLength, String canonicalizationMethodURI)
117 if (hMACOutputLength > 0) {
119 signatureMethodURI, hMACOutputLength);
103 SignedInfo(Document doc, String signatureMethodURI, int hMACOutputLength, String canonicalizationMethodURI) argument

Completed in 29 milliseconds