Uses of Class
org.jose4j.jwa.AlgorithmConstraints
Packages that use AlgorithmConstraints
-
Uses of AlgorithmConstraints in org.jose4j.jwa
Fields in org.jose4j.jwa declared as AlgorithmConstraintsModifier and TypeFieldDescriptionstatic final AlgorithmConstraintsAlgorithmConstraints.ALLOW_ONLY_NONEstatic final AlgorithmConstraintsAlgorithmConstraints.DISALLOW_NONEstatic final AlgorithmConstraintsAlgorithmConstraints.NO_CONSTRAINTS -
Uses of AlgorithmConstraints in org.jose4j.jwe
Methods in org.jose4j.jwe with parameters of type AlgorithmConstraintsModifier and TypeMethodDescriptionvoidJsonWebEncryption.setContentEncryptionAlgorithmConstraints(AlgorithmConstraints contentEncryptionAlgorithmConstraints) -
Uses of AlgorithmConstraints in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer with parameters of type AlgorithmConstraintsModifier and TypeMethodDescriptionJwtConsumerBuilder.setJweAlgorithmConstraints(AlgorithmConstraints constraints) Set the JWE algorithm constraints to be applied to key management when processing the JWT.JwtConsumerBuilder.setJweContentEncryptionAlgorithmConstraints(AlgorithmConstraints constraints) Set the JWE algorithm constraints to be applied to content encryption when processing the JWT.JwtConsumerBuilder.setJwsAlgorithmConstraints(AlgorithmConstraints constraints) Set the JWS algorithm constraints to be applied when processing the JWT. -
Uses of AlgorithmConstraints in org.jose4j.jwx
Methods in org.jose4j.jwx that return AlgorithmConstraintsModifier and TypeMethodDescriptionprotected AlgorithmConstraintsJsonWebStructure.getAlgorithmConstraints()Methods in org.jose4j.jwx with parameters of type AlgorithmConstraintsModifier and TypeMethodDescriptionvoidJsonWebStructure.setAlgorithmConstraints(AlgorithmConstraints algorithmConstraints)