Package org.bouncycastle.tls.crypto
Interface TlsHMAC
- All Superinterfaces:
TlsMAC
- All Known Implementing Classes:
JceTlsHMAC
Interface for MAC services based on HMAC.
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the internal block size for the message digest underlying this HMAC service.Methods inherited from interface org.bouncycastle.tls.crypto.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).
-