| Package | Description |
|---|---|
| org.jose4j.jwa | |
| org.jose4j.jwt.consumer |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmConstraints.ConstraintType |
AlgorithmConstraints.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmConstraints.ConstraintType[] |
AlgorithmConstraints.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlgorithmConstraints(AlgorithmConstraints.ConstraintType type,
String... algorithms) |
| Modifier and Type | Method and Description |
|---|---|
JwtConsumerBuilder |
JwtConsumerBuilder.setJweAlgorithmConstraints(AlgorithmConstraints.ConstraintType type,
String... algorithms)
Set the JWE algorithm constraints to be applied to key management when processing the JWT.
|
JwtConsumerBuilder |
JwtConsumerBuilder.setJweContentEncryptionAlgorithmConstraints(AlgorithmConstraints.ConstraintType type,
String... algorithms)
Set the JWE algorithm constraints to be applied to content encryption when processing the JWT.
|
JwtConsumerBuilder |
JwtConsumerBuilder.setJwsAlgorithmConstraints(AlgorithmConstraints.ConstraintType type,
String... algorithms)
Set the JWS algorithm constraints to be applied when processing the JWT.
|
Copyright © 2022. All rights reserved.