MCPcopy Index your code
hub / github.com/f0ng/autoDecoder / getRadioButton2State

Method getRadioButton2State

src/burp/IndexautoDecoder.java:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 } // 使用自带加解密
381
382 public static boolean getRadioButton2State() { // 获取是否通过接口进行加解密
383 return RadioButton2.isSelected();
384 } // 使用接口加解密
385
386 public static boolean getRadioButton3State() { // 获取是否对header进行处理
387 return RadioButton3.isSelected();

Callers 7

DecodeMethod · 0.95
EncodeMethod · 0.95
getEncryptHostsMethod · 0.95
SaveMethod · 0.95
processHttpMessageMethod · 0.95
isEnabledMethod · 0.95
setMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected