Enum TamperingType

java.lang.Object
java.lang.Enum<TamperingType>
com.jsql.util.tampering.TamperingType
All Implemented Interfaces:
Serializable, Comparable<TamperingType>, java.lang.constant.Constable

public enum TamperingType extends Enum<TamperingType>
  • Enum Constant Details

    • BASE64

      public static final TamperingType BASE64
    • COMMENT_TO_METHOD_SIGNATURE

      public static final TamperingType COMMENT_TO_METHOD_SIGNATURE
    • EQUAL_TO_LIKE

      public static final TamperingType EQUAL_TO_LIKE
    • RANDOM_CASE

      public static final TamperingType RANDOM_CASE
    • SPACE_TO_DASH_COMMENT

      public static final TamperingType SPACE_TO_DASH_COMMENT
    • SPACE_TO_MULTILINE_COMMENT

      public static final TamperingType SPACE_TO_MULTILINE_COMMENT
    • SPACE_TO_SHARP_COMMENT

      public static final TamperingType SPACE_TO_SHARP_COMMENT
    • VERSIONED_COMMENT_TO_METHOD_SIGNATURE

      public static final TamperingType VERSIONED_COMMENT_TO_METHOD_SIGNATURE
    • HEX_TO_CHAR

      public static final TamperingType HEX_TO_CHAR
    • STRING_TO_CHAR

      public static final TamperingType STRING_TO_CHAR
    • QUOTE_TO_UTF8

      public static final TamperingType QUOTE_TO_UTF8
  • Method Details

    • values

      public static TamperingType[] 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 TamperingType 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
    • instance

      public ModelYamlTampering instance()