Uses of Enum
jadx.api.security.JadxSecurityFlag
Packages that use JadxSecurityFlag
-
Uses of JadxSecurityFlag in jadx.api.security
Methods in jadx.api.security that return JadxSecurityFlagModifier and TypeMethodDescriptionstatic JadxSecurityFlagReturns the enum constant of this type with the specified name.static JadxSecurityFlag[]JadxSecurityFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.api.security that return types with arguments of type JadxSecurityFlagModifier and TypeMethodDescriptionstatic Set<JadxSecurityFlag> JadxSecurityFlag.all()static Set<JadxSecurityFlag> JadxSecurityFlag.none() -
Uses of JadxSecurityFlag in jadx.api.security.impl
Fields in jadx.api.security.impl with type parameters of type JadxSecurityFlagConstructor parameters in jadx.api.security.impl with type arguments of type JadxSecurityFlagModifierConstructorDescriptionJadxSecurity(Set<JadxSecurityFlag> flags) JadxSecurity(Set<JadxSecurityFlag> flags, IJadxZipSecurity zipSecurity)