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

Method getSignPara

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

Source from the content-addressed store, hash-verified

614 }
615
616 public String getSignPara(){
617 return textFieldSign.getText();
618 }
619
620 public String getSignAlgorithm() {
621 if (chckbxMD5.isSelected()){

Callers 2

actionPerformedMethod · 0.95
getParaFromTableMethod · 0.95

Calls 1

getTextMethod · 0.80

Tested by

no test coverage detected