| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Modifier and Type | Field and Description |
|---|---|
static JwtEcdsaParameters.Algorithm |
JwtEcdsaParameters.Algorithm.ES256
ECDSA using P-256 and SHA-256
|
static JwtEcdsaParameters.Algorithm |
JwtEcdsaParameters.Algorithm.ES384
ECDSA using P-384 and SHA-384
|
static JwtEcdsaParameters.Algorithm |
JwtEcdsaParameters.Algorithm.ES512
ECDSA using P-521 and SHA-512
|
| Modifier and Type | Method and Description |
|---|---|
JwtEcdsaParameters.Algorithm |
JwtEcdsaParameters.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
JwtEcdsaParameters.Builder |
JwtEcdsaParameters.Builder.setAlgorithm(JwtEcdsaParameters.Algorithm algorithm) |