| Package | Description |
|---|---|
| com.google.crypto.tink.mac | |
| com.google.crypto.tink.mac.internal |
| Modifier and Type | Method and Description |
|---|---|
ChunkedMac |
ChunkedMacWrapper.wrap(PrimitiveSet<ChunkedMac> primitives) |
| Modifier and Type | Method and Description |
|---|---|
Class<ChunkedMac> |
ChunkedMacWrapper.getInputPrimitiveClass() |
Class<ChunkedMac> |
ChunkedMacWrapper.getPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
ChunkedMac |
ChunkedMacWrapper.wrap(PrimitiveSet<ChunkedMac> primitives) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedAesCmacImpl
AES-CMAC implementation of the ChunkedMac interface.
|
class |
ChunkedHmacImpl
Class that provides the functionality expressed by the ChunkedMac interface with HMAC.
|