But I found that when I annotated this code line, it can run w/o any problem.
Code: Select all
HMACKey hmacKey = (HMACKey) KeyBuilder.buildKey(KeyBuilder.TYPE_HMAC,KeyBuilder.LENGTH_HMAC_SHA_1_BLOCK_64, false);
Does this line have any problem?
Code: Select all
HMACKey hmacKey = (HMACKey) KeyBuilder.buildKey(KeyBuilder.TYPE_HMAC,KeyBuilder.LENGTH_HMAC_SHA_1_BLOCK_64, false);
popmun09 wrote:JCIDE doesn't support HMAC. You can use SHA1 instead.
Users browsing this forum: No registered users and 29 guests