getBytes()), Base64.DEFAULT); return hash; } String str = "1234"; String key = "1234"; try { Log.d("HMAC:", hash_hmac(str,key)); } catch (Exception e) ...
確定! 回上一頁