Package org.eclipse.jgit.util.sha1
Class SHA1.State
java.lang.Object
org.eclipse.jgit.util.sha1.SHA1.State
- Enclosing class:
SHA1
-
Field Details
-
a
int a -
b
int b -
c
int c -
d
int d -
e
int e
-
-
Constructor Details
-
State
private State()
-
-
Method Details
-
init
final void init() -
save
final void save(int a1, int b1, int c1, int d1, int e1) -
toObjectId
ObjectId toObjectId()
-