mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-21 10:01:49 +00:00
addessed checkstyle errors
This commit is contained in:
parent
96354113a5
commit
9e90356c25
@ -477,7 +477,7 @@ public class TpmPcrEvent {
|
|||||||
* @throws IOException if the event cannot be parsed.
|
* @throws IOException if the event cannot be parsed.
|
||||||
*/
|
*/
|
||||||
public String processEvent(final byte[] event, final byte[] eventContent, final int eventNumber,
|
public String processEvent(final byte[] event, final byte[] eventContent, final int eventNumber,
|
||||||
final String hashName)
|
final String hashName)
|
||||||
throws CertificateException, NoSuchAlgorithmException, IOException {
|
throws CertificateException, NoSuchAlgorithmException, IOException {
|
||||||
int eventID = (int) eventType;
|
int eventID = (int) eventType;
|
||||||
this.eventNumber = eventNumber;
|
this.eventNumber = eventNumber;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user