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

Method getRadioButton4State

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

Source from the content-addressed store, hash-verified

393
394
395 public static boolean getRadioButton4State() { // 请求包、响应包的解密方式是否分开
396 return RadioButton4.isSelected();
397 }
398
399 public static boolean getRadioButton5State() { // 请求包、响应包的解密方式是否分开
400 return RadioButton5.isSelected();

Callers 3

SaveMethod · 0.95
processHttpMessageMethod · 0.95
setMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected