Uses of Class
net.jsign.pe.SectionFlag
-
Packages that use SectionFlag Package Description net.jsign.pe -
-
Uses of SectionFlag in net.jsign.pe
Methods in net.jsign.pe that return SectionFlag Modifier and Type Method Description static SectionFlagSectionFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static SectionFlag[]SectionFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jsign.pe that return types with arguments of type SectionFlag Modifier and Type Method Description List<SectionFlag>Section. getCharacteristics()The flags that describe the characteristics of the section.
-