()
| 376 | |
| 377 | |
| 378 | public static boolean getRadioButton1State() { // 获取是否通过加解密算法进行加解密 |
| 379 | return RadioButton1.isSelected(); |
| 380 | } // 使用自带加解密 |
| 381 | |
| 382 | public static boolean getRadioButton2State() { // 获取是否通过接口进行加解密 |
| 383 | return RadioButton2.isSelected(); |
no outgoing calls
no test coverage detected