Searched refs:HMACOutputLength (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithmSpi.java175 * @param HMACOutputLength
178 protected abstract void engineSetHMACOutputLength(int HMACOutputLength) argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java165 * @param HMACOutputLength
169 Document doc, String BaseURI, String SignatureMethodURI, int HMACOutputLength)
171 this(doc, BaseURI, SignatureMethodURI, HMACOutputLength,
196 * @param HMACOutputLength
201 Document doc, String BaseURI, String SignatureMethodURI, int HMACOutputLength, String CanonicalizationMethodURI)
218 HMACOutputLength,
168 XMLSignature( Document doc, String BaseURI, String SignatureMethodURI, int HMACOutputLength) argument
200 XMLSignature( Document doc, String BaseURI, String SignatureMethodURI, int HMACOutputLength, String CanonicalizationMethodURI) argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java129 "HMACOutputLength must not be less than " + getDigestLength());
192 "HMACOutputLength must not be less than " + getDigestLength());
371 * @param HMACOutputLength
373 protected void engineSetHMACOutputLength(int HMACOutputLength) { argument
374 this._HMACOutputLength = HMACOutputLength;
H A DSignatureBaseRSA.java228 protected void engineSetHMACOutputLength(int HMACOutputLength) argument
H A DSignatureDSA.java373 * @param HMACOutputLength
376 protected void engineSetHMACOutputLength(int HMACOutputLength) argument
H A DSignatureECDSA.java348 protected void engineSetHMACOutputLength(int HMACOutputLength) argument

Completed in 36 milliseconds