Package org.bouncycastle.tls.crypto
Interface TlsHMAC
-
- All Superinterfaces:
TlsMAC
- All Known Implementing Classes:
JceTlsHMAC
public interface TlsHMAC extends TlsMAC
Interface for MAC services based on HMAC.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInternalBlockSize()
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
-
-