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

Method getRadioButton6State

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

Source from the content-addressed store, hash-verified

401 } // 请求包base64编码
402
403 public static boolean getRadioButton6State() { // 响应包使用base64编码
404 return RadioButton6.isSelected();
405 } // 响应包base64编码
406
407 public static boolean getRadioButtonbase64decodeState() { // 请求包、响应包的解密方式是否分开
408 return RadioButtonbase64decode.isSelected();

Callers 3

SaveMethod · 0.95
processHttpMessageMethod · 0.95
setMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected