public final class PrfKeyTemplates extends Object
We recommend to avoid this class in order to keep dependencies small.
Instead, we recommend to use KeysetHandle.generateEntryFromParametersName or KeysetHandle.generateEntryFromParameters.
| Modifier and Type | Field and Description |
|---|---|
static KeyTemplate |
AES_CMAC_PRF |
static KeyTemplate |
HKDF_SHA256
Generates a
KeyTemplate for a HkdfPrfKey key with
the following parameters. |
static KeyTemplate |
HMAC_SHA256_PRF |
static KeyTemplate |
HMAC_SHA512_PRF |
public static final KeyTemplate HKDF_SHA256
KeyTemplate for a HkdfPrfKey key with
the following parameters.
public static final KeyTemplate HMAC_SHA256_PRF
public static final KeyTemplate HMAC_SHA512_PRF
public static final KeyTemplate AES_CMAC_PRF