Uses of Enum Class
org.jose4j.jwa.AlgorithmConstraints.ConstraintType
Packages that use AlgorithmConstraints.ConstraintType
-
Uses of AlgorithmConstraints.ConstraintType in org.jose4j.jwa
Methods in org.jose4j.jwa that return AlgorithmConstraints.ConstraintTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AlgorithmConstraints.ConstraintType[]AlgorithmConstraints.ConstraintType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jose4j.jwa with parameters of type AlgorithmConstraints.ConstraintTypeModifierConstructorDescriptionAlgorithmConstraints(AlgorithmConstraints.ConstraintType type, String... algorithms) -
Uses of AlgorithmConstraints.ConstraintType in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer with parameters of type AlgorithmConstraints.ConstraintTypeModifier and TypeMethodDescriptionJwtConsumerBuilder.setJweAlgorithmConstraints(AlgorithmConstraints.ConstraintType type, String... algorithms) Set the JWE algorithm constraints to be applied to key management when processing the JWT.JwtConsumerBuilder.setJweContentEncryptionAlgorithmConstraints(AlgorithmConstraints.ConstraintType type, String... algorithms) Set the JWE algorithm constraints to be applied to content encryption when processing the JWT.JwtConsumerBuilder.setJwsAlgorithmConstraints(AlgorithmConstraints.ConstraintType type, String... algorithms) Set the JWS algorithm constraints to be applied when processing the JWT.