| Package | Description |
|---|---|
| com.google.crypto.tink.prf | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
HmacPrfKey |
HmacPrfKey.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Prf |
PrfHmacJce.create(HmacPrfKey key)
Given an HmacPrfKey, returns an instance of the Prf interface.
|