mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
SM2解密时,兼容GmSSL非压缩省略的04头的密文
This commit is contained in:
@@ -34,4 +34,9 @@ public class ConvertToBooleanTest {
|
||||
Assertions.assertFalse(bool);
|
||||
}
|
||||
|
||||
@Test
|
||||
void toBooleanWithDefaultTest() {
|
||||
Assertions.assertFalse(ConvertUtil.toBoolean("ddddd", false));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user