public static String getPrivateKeyStr(PrivateKey privateKey) throws Exception { return new String(base64.encode(privateKey.getEncoded()));
確定! 回上一頁