Method
decode
解密字符串 @param secretKey @param str @return
(String secretKey, String str)
Source from the content-addressed store, hash-verified
| 140 | * @return |
| 141 | */ |
| 142 | public static String decode(String secretKey, String str) { |
| 143 | return AESDncode(secretKey, Decode.hexStr2Str(str)); |
| 144 | } |
| 145 | } |