Bulk Operations in HMAC
The bulk operation in HMAC is supported only with HmacSHA256
. To perform the bulk operation follow the steps below:
Create an instance of HmacSHA256
Call doFinalBulk method and pass the array of data to be encrypted.
Your suggested change has been received. Thank you.
Please Note:
You are not viewing the most recent version of this page. 8.17.1 is the latest version available.
The bulk operation in HMAC is supported only with HmacSHA256
. To perform the bulk operation follow the steps below:
Create an instance of HmacSHA256
HmacSHA256 hmc = new HmacSHA256( hkey );
Call doFinalBulk method and pass the array of data to be encrypted.
byte[][] macValue = hmc.doFinalBulk( dataToEncrypt);
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….