mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-20 20:58:40 +08:00
refactor: 解决 Sonar 问题,替换部分过期 API
This commit is contained in:
@@ -37,9 +37,9 @@ public enum Algorithm {
|
||||
DES(DesEncryptor.class),
|
||||
|
||||
/**
|
||||
* PBEWithMD5AndDES
|
||||
* PBE With MD5 And DES
|
||||
*/
|
||||
PBEWithMD5AndDES(PbeWithMd5AndDesEncryptor.class),
|
||||
PBE_WITH_MD5_AND_DES(PbeWithMd5AndDesEncryptor.class),
|
||||
|
||||
/**
|
||||
* RSA
|
||||
|
Reference in New Issue
Block a user