| Package | Description |
|---|---|
| com.google.crypto.tink.prf | |
| com.google.crypto.tink.subtle | |
| com.google.crypto.tink.subtle.prf |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Integer,Prf> |
PrfSet.getPrfs()
A map of the PRFs represented by the keys in this keyset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrfHmacJce
Prf implementation using JCE. |
| Constructor and Description |
|---|
PrfMac(Prf wrappedPrf,
int tagSize)
Wrap
wrappedPrf in a Mac primitive with the specified tagSize |
| Modifier and Type | Class and Description |
|---|---|
class |
PrfImpl
Class that implements the Prf primitive by wrapping a StreamingPrf.
|