加密解密接口优化整
This commit is contained in:
parent
c669e2ec1f
commit
218ec0f473
|
|
@ -58,9 +58,7 @@ public class RSAUtil {
|
|||
result = Base64.encodeBase64String(resultBytes);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue