Uses of Enum
jadx.api.security.SanitizeType
Packages that use SanitizeType
-
Uses of SanitizeType in jadx.api.security
Methods in jadx.api.security that return SanitizeTypeModifier and TypeMethodDescriptionstatic SanitizeTypeReturns the enum constant of this type with the specified name.static SanitizeType[]SanitizeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.api.security with parameters of type SanitizeTypeModifier and TypeMethodDescriptionIJadxSecurity.sanitizeString(String str, SanitizeType type) Sanitize/escape string to make it safe for use in place described by SanitizeType -
Uses of SanitizeType in jadx.api.security.impl
Methods in jadx.api.security.impl with parameters of type SanitizeType