| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Modifier and Type | Field and Description |
|---|---|
static JwtHmacParameters.KidStrategy |
JwtHmacParameters.KidStrategy.BASE64_ENCODED_KEY_ID
The "kid" is the URL safe (RFC 4648 Section 5) base64-encoded big-endian key_id in the
keyset.
|
static JwtHmacParameters.KidStrategy |
JwtHmacParameters.KidStrategy.CUSTOM
The "kid" is fixed.
|
static JwtHmacParameters.KidStrategy |
JwtHmacParameters.KidStrategy.IGNORED
The "kid" header is ignored.
|
| Modifier and Type | Method and Description |
|---|---|
JwtHmacParameters.KidStrategy |
JwtHmacParameters.getKidStrategy() |
| Modifier and Type | Method and Description |
|---|---|
JwtHmacParameters.Builder |
JwtHmacParameters.Builder.setKidStrategy(JwtHmacParameters.KidStrategy kidStrategy) |