Class SHA1.State

  • Enclosing class:
    SHA1

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

      Fields 
      Modifier and Type Field Description
      (package private) int a  
      (package private) int b  
      (package private) int c  
      (package private) int d  
      (package private) int e  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private State()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void init()  
      (package private) void save​(int a1, int b1, int c1, int d1, int e1)  
      (package private) ObjectId toObjectId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        int a
      • b

        int b
      • c

        int c
      • d

        int d
      • e

        int e
    • Constructor Detail

      • State

        private State()
    • Method Detail

      • init

        final void init()
      • save

        final void save​(int a1,
                        int b1,
                        int c1,
                        int d1,
                        int e1)