private Mac getHMAC(byte[] str){ try { SecretKeySpec secret=new SecretKeySpec(str,"HmacSHA1"); hmac.init(secret); } catch ( Exception e) { e.
確定! 回上一頁