Package 

Class ModuleHashesAttribute

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getAlgorithmIndex() Constant pool index of the CONSTANT_Utf8_info structure containing the algorithm name.
      final Unit setAlgorithmIndex(Integer algorithmIndex) Constant pool index of the CONSTANT_Utf8_info structure containing the algorithm name.
      final Array<HashEntry> getHashEntries() Constant pool index of the CONSTANT_Utf8_info structure containing the OS architecture.
      final Unit setHashEntries(Array<HashEntry> hashEntries) Constant pool index of the CONSTANT_Utf8_info structure containing the OS architecture.
      Integer getAttributeLength() Get the length of this attribute in bytes.
      • Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo

        getAttributeNameIndex, getName, setAttributeNameIndex
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

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

      • ModuleHashesAttribute

        ModuleHashesAttribute(ClassFile classFile)