Class SHA1.State

java.lang.Object
org.eclipse.jgit.util.sha1.SHA1.State
Enclosing class:
SHA1

private static final class SHA1.State extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
     
    (package private) int
     
    (package private) int
     
    (package private) int
     
    (package private) int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) final void
     
    (package private) final void
    save(int a1, int b1, int c1, int d1, int e1)
     
    (package private) ObjectId
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()