| AesCmacPrfKey |
Represents a key computing AES CMAC PRF.
|
| AesCmacPrfKeyManager |
This key manager generates new AesCmacKeyPrf keys and produces new instances of
AesCmacPrf.
|
| AesCmacPrfParameters |
|
| HkdfPrfKey |
Represents a key computing HKDF PRF.
|
| HkdfPrfKey.Builder |
Builder for HkdfPrfKey.
|
| HkdfPrfKeyManager |
This key manager generates new HkdfPrfKey keys and produces new instances of
HkdfStreamingPrf and HkdfPrf.
|
| HkdfPrfParameters |
|
| HkdfPrfParameters.Builder |
Builder for HkdfPrfParameters.
|
| HkdfPrfParameters.HashType |
The Hash algorithm used.
|
| HmacPrfKey |
Represents a key computing HMAC PRF.
|
| HmacPrfKey.Builder |
Builder for HmacPrfKey.
|
| HmacPrfKeyManager |
This key manager generates new HmacPrfKey keys and produces new instances of
PrfHmacJce.
|
| HmacPrfParameters |
|
| HmacPrfParameters.Builder |
Builder for HmacPrfParameters.
|
| HmacPrfParameters.HashType |
The Hash algorithm used.
|
| PredefinedPrfParameters |
Predefined Parameters for PRF-Keys.
|
| PrfConfig |
Static methods and registering with the Registry all instances of StreamingPrf key types supported in a particular release of
Tink.
|
| PrfKey |
Represents functions to compute a PRF.
|
| PrfKeyTemplates |
Deprecated.
|
| PrfParameters |
Represents a description of a PrfKey excluding the randomly chosen key material.
|
| PrfSet |
A Tink Keyset can be converted into a set of PRFs using this primitive.
|
| PrfSetWrapper |
PrfSetWrapper is the implementation of PrimitiveWrapper for the PrfSet primitive.
|