Class SHA1

java.lang.Object
org.apache.jackrabbit.vault.util.SHA1

@Deprecated public class SHA1 extends Object
Deprecated.
SHA1 abstraction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SHA1
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SHA1(byte[] bytes)
    Deprecated.
     
    SHA1(int w0, int w1, int w2, int w3, int w4)
    Deprecated.
     
    SHA1(String str)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SHA1
    digest(File file)
    Deprecated.
     
    static SHA1
    Deprecated.
     
    boolean
    Deprecated.
     
    byte[]
    Deprecated.
     
    int[]
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NULL

      public static final SHA1 NULL
      Deprecated.
  • Constructor Details

    • SHA1

      public SHA1(int w0, int w1, int w2, int w3, int w4)
      Deprecated.
    • SHA1

      public SHA1(String str)
      Deprecated.
    • SHA1

      public SHA1(byte[] bytes)
      Deprecated.
  • Method Details