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

Method getRadioButton1State

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

Source from the content-addressed store, hash-verified

376
377
378 public static boolean getRadioButton1State() { // 获取是否通过加解密算法进行加解密
379 return RadioButton1.isSelected();
380 } // 使用自带加解密
381
382 public static boolean getRadioButton2State() { // 获取是否通过接口进行加解密
383 return RadioButton2.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