Searched refs:_macAlgorithm (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.java68 /** Field _macAlgorithm */
69 private Mac _macAlgorithm = null; field in class:IntegrityHmac
87 this._macAlgorithm = Mac.getInstance(algorithmID);
111 _macAlgorithm.reset();
133 byte[] completeResult = this._macAlgorithm.doFinal();
160 this._macAlgorithm.init(secretKey);
164 Mac mac = this._macAlgorithm;
166 this._macAlgorithm = Mac.getInstance
167 (_macAlgorithm.getAlgorithm());
173 this._macAlgorithm
[all...]

Completed in 29 milliseconds