MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / decode

Method decode

src/main/java/com/opslab/util/encrypt/ASEUtil.java:142–144  ·  view source on GitHub ↗

解密字符串 @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}

Callers 1

testMethod · 0.95

Calls 2

AESDncodeMethod · 0.95
hexStr2StrMethod · 0.95

Tested by 1

testMethod · 0.76