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
相關文章
相關標籤/搜索