| Package | Description |
|---|---|
| org.jose4j.jwa | |
| org.jose4j.jwe | |
| org.jose4j.jwt.consumer | |
| org.jose4j.jwx |
| Modifier and Type | Field and Description |
|---|---|
static AlgorithmConstraints |
AlgorithmConstraints.ALLOW_ONLY_NONE |
static AlgorithmConstraints |
AlgorithmConstraints.DISALLOW_NONE |
static AlgorithmConstraints |
AlgorithmConstraints.NO_CONSTRAINTS |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWebEncryption.setContentEncryptionAlgorithmConstraints(AlgorithmConstraints contentEncryptionAlgorithmConstraints) |
| Modifier and Type | Method and Description |
|---|---|
JwtConsumerBuilder |
JwtConsumerBuilder.setJweAlgorithmConstraints(AlgorithmConstraints constraints)
Set the JWE algorithm constraints to be applied to key management when processing the JWT.
|
JwtConsumerBuilder |
JwtConsumerBuilder.setJweContentEncryptionAlgorithmConstraints(AlgorithmConstraints constraints)
Set the JWE algorithm constraints to be applied to content encryption when processing the JWT.
|
JwtConsumerBuilder |
JwtConsumerBuilder.setJwsAlgorithmConstraints(AlgorithmConstraints constraints)
Set the JWS algorithm constraints to be applied when processing the JWT.
|
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmConstraints |
JsonWebStructure.getAlgorithmConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWebStructure.setAlgorithmConstraints(AlgorithmConstraints algorithmConstraints) |
Copyright © 2022. All rights reserved.