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
Fields in org.jose4j.jwe declared as AlgorithmConstraintsModifier and TypeFieldDescriptionprivate AlgorithmConstraintsJsonWebEncryption.contentEncryptionAlgorithmConstraintsprivate static final AlgorithmConstraintsJsonWebEncryption.DEFAULT_BLOCKEDMethods in org.jose4j.jwe with parameters of type AlgorithmConstraintsModifier and TypeMethodDescriptionvoidJsonWebEncryption.setContentEncryptionAlgorithmConstraints(AlgorithmConstraints contentEncryptionAlgorithmConstraints) -
Uses of AlgorithmConstraints in org.jose4j.jwt.consumer
Fields in org.jose4j.jwt.consumer declared as AlgorithmConstraintsModifier and TypeFieldDescriptionprivate AlgorithmConstraintsJwtConsumer.jweAlgorithmConstraintsprivate AlgorithmConstraintsJwtConsumerBuilder.jweAlgorithmConstraintsprivate AlgorithmConstraintsJwtConsumer.jweContentEncryptionAlgorithmConstraintsprivate AlgorithmConstraintsJwtConsumerBuilder.jweContentEncryptionAlgorithmConstraintsprivate AlgorithmConstraintsJwtConsumer.jwsAlgorithmConstraintsprivate AlgorithmConstraintsJwtConsumerBuilder.jwsAlgorithmConstraintsMethods in org.jose4j.jwt.consumer with parameters of type AlgorithmConstraintsModifier and TypeMethodDescription(package private) voidJwtConsumer.setJweAlgorithmConstraints(AlgorithmConstraints constraints) JwtConsumerBuilder.setJweAlgorithmConstraints(AlgorithmConstraints constraints) Set the JWE algorithm constraints to be applied to key management when processing the JWT.(package private) voidJwtConsumer.setJweContentEncryptionAlgorithmConstraints(AlgorithmConstraints constraints) JwtConsumerBuilder.setJweContentEncryptionAlgorithmConstraints(AlgorithmConstraints constraints) Set the JWE algorithm constraints to be applied to content encryption when processing the JWT.(package private) voidJwtConsumer.setJwsAlgorithmConstraints(AlgorithmConstraints constraints) JwtConsumerBuilder.setJwsAlgorithmConstraints(AlgorithmConstraints constraints) Set the JWS algorithm constraints to be applied when processing the JWT. -
Uses of AlgorithmConstraints in org.jose4j.jwx
Fields in org.jose4j.jwx declared as AlgorithmConstraintsModifier and TypeFieldDescriptionprivate AlgorithmConstraintsJsonWebStructure.algorithmConstraintsMethods 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)