This commit is contained in:
Looly
2020-03-05 23:09:43 +08:00
parent 95561c1410
commit 3746c6048f
5 changed files with 83 additions and 10 deletions

View File

@@ -8,6 +8,9 @@ import cn.hutool.crypto.symmetric.DES;
import org.junit.Assert;
import org.junit.Test;
/**
* DES加密解密单元测试
*/
public class DesTest {
@Test