| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Modifier and Type | Field and Description |
|---|---|
static JwtRsaSsaPkcs1Parameters.KidStrategy |
JwtRsaSsaPkcs1Parameters.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 JwtRsaSsaPkcs1Parameters.KidStrategy |
JwtRsaSsaPkcs1Parameters.KidStrategy.CUSTOM
The "kid" is fixed.
|
static JwtRsaSsaPkcs1Parameters.KidStrategy |
JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED
The "kid" header is ignored.
|
| Modifier and Type | Method and Description |
|---|---|
JwtRsaSsaPkcs1Parameters.KidStrategy |
JwtRsaSsaPkcs1Parameters.getKidStrategy() |
| Modifier and Type | Method and Description |
|---|---|
JwtRsaSsaPkcs1Parameters.Builder |
JwtRsaSsaPkcs1Parameters.Builder.setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy kidStrategy) |