List of usage examples for org.eclipse.jgit.util NB decodeInt32
public static int decodeInt32(final byte[] intbuf, final int offset)
From source file:com.google.gerrit.gpg.Fingerprint.java
License:Apache License
@Override public int hashCode() { // Same hash code as ObjectId: second int word. return NB.decodeInt32(fp, 4); }