MCPcopy Create free account
hub / github.com/bit4woo/ReSign / getSecKeyConfig

Method getSecKeyConfig

src/burp/BurpExtender.java:593–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591
592
593 public void getSecKeyConfig() {
594 if (secretKey != null && secretKey != ""){
595 secretKey = textFieldSecretKey.getText();
596 }
597 if(chckbxAppendToEnd.isSelected()){
598 howDealKey = "appendToEnd";
599 }
600 else if (chckbxSameAsPara.isSelected()) {
601 howDealKey = "sameAsPara";
602 }
603 }
604
605 public boolean getOnlyValueConfig() {
606 if(chckbxOnlyUseValue.isSelected()){

Callers 1

combineStringMethod · 0.95

Calls 1

getTextMethod · 0.80

Tested by

no test coverage detected