Interface TlsHMAC
- All Superinterfaces:
TlsMAC
- All Known Implementing Classes:
JceTlsHMAC
Interface for MAC services based on HMAC.
-
Method Summary
Modifier and TypeMethodDescriptionintReturn the internal block size for the message digest underlying this HMAC service.Methods inherited from interface TlsMAC
calculateMAC, calculateMAC, getMacLength, reset, setKey, update
-
Method Details
-
getInternalBlockSize
int getInternalBlockSize()Return the internal block size for the message digest underlying this HMAC service.- Returns:
- the internal block size for the digest (in bytes).
-