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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java72 /** Field _HMACOutputLength */
73 int _HMACOutputLength = 0; field in class:IntegrityHmac
109 _HMACOutputLength=0;
126 if (this._HMACOutputLengthSet && this._HMACOutputLength < getDigestLength()) {
189 if (this._HMACOutputLengthSet && this._HMACOutputLength < getDigestLength()) {
374 this._HMACOutputLength = HMACOutputLength;
395 this._HMACOutputLength = Integer.parseInt(hmaclength.getData());
417 doc.createTextNode(new Integer(this._HMACOutputLength).toString());

Completed in 31 milliseconds