HMACOutputLength
Truncates the output of the HMAC algorithm to length bits. If specified, this value must be
•a multiple of 8
•larger than 80
•larger than half of the underlying hash algorithm's output length
COM and .NET
Signature: HMACOutputLength(int length)
Java
Signature: public void setHMACOutputLength(int length)