| AesCmacKey |
Represents a key computing AES-CMAC.
|
| AesCmacKey.Builder |
Builder for AesCmacKey.
|
| AesCmacKeyManager |
This key manager generates new AesCmacKey keys and produces new instances of
AesCmac.
|
| AesCmacParameters |
|
| AesCmacParameters.Builder |
Builds a new AesCmacParameters instance.
|
| AesCmacParameters.Variant |
Describes details of the mac computation.
|
| ChunkedMacWrapper |
ChunkedMacWrapper is the implementation of PrimitiveWrapper for the ChunkedMac primitive.
|
| HmacKey |
Represents a key computing HMAC.
|
| HmacKey.Builder |
Builder for HmacKey.
|
| HmacKeyManager |
This key manager generates new HmacKey keys and produces new instances of
PrfHmacJce.
|
| HmacParameters |
Describes the parameters of an HmacKey.
|
| HmacParameters.Builder |
Builds a new HmacParameters instance.
|
| HmacParameters.HashType |
The Hash algorithm used.
|
| HmacParameters.Variant |
Describes details of the mac computation.
|
| MacConfig |
Static methods and constants for registering with the Registry all
instances of Mac key types supported in a particular release of
Tink.
|
| MacFactory |
Deprecated.
|
| MacKey |
Represents functions to compute and verify a cryptographic MAC.
|
| MacKeyTemplates |
Deprecated.
|
| MacParameters |
Represents a description of a MacKey excluding the randomly chosen key material.
|
| MacWrapper |
MacWrapper is the implementation of PrimitiveWrapper for the Mac primitive.
|
| PredefinedMacParameters |
Pre-defined Parameter objects for Mac.
|