()
| 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(); |
no outgoing calls
no test coverage detected