Enum PKWareExtraHeader.HashAlgorithm

java.lang.Object
java.lang.Enum<PKWareExtraHeader.HashAlgorithm>
org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
All Implemented Interfaces:
Serializable, Comparable<PKWareExtraHeader.HashAlgorithm>
Enclosing class:
PKWareExtraHeader

public static enum PKWareExtraHeader.HashAlgorithm extends Enum<PKWareExtraHeader.HashAlgorithm>
Enumerates hash Algorithm
Since:
1.11
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • HashAlgorithm

      private HashAlgorithm(int code)
      Constructs a new instance.
  • Method Details

    • values

      public static PKWareExtraHeader.HashAlgorithm[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PKWareExtraHeader.HashAlgorithm valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getAlgorithmByCode

      public static PKWareExtraHeader.HashAlgorithm getAlgorithmByCode(int code)
      Returns the HashAlgorithm for the given code or null if the method is not known.
      Parameters:
      code - the code of the algorithm
      Returns:
      the HashAlgorithm for the given code or null if the method is not known
    • getCode

      public int getCode()
      Gets the hash algorithm ID.
      Returns:
      the PKWare hashAlg