MCPcopy Index your code
hub / github.com/f0ng/autoDecoder / decryptBASE64

Method decryptBASE64

src/com/autoDecoder/util/RSAencode.java:108–110  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

106
107 //解码返回byte
108 public static byte[] decryptBASE64(String key) throws Exception {
109 return Base64.decodeBase64(key);
110 }
111
112
113

Callers 2

encryptMethod · 0.95
decryptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected