sun.misc.BASE64Decoder是内部专用 API, 可能会在未来发行版中删除

  /** * Description 根据键值进行解密 * * @return */ public static String decrypt(String data, String key) throws Exception { if (data == null) return null; BASE64Decoder decoder = new BASE
相关文章
相关标签/搜索