Uses of Enum Class
uk.co.spudsoft.jwtvalidatorvertx.JsonWebAlgorithm
Packages that use JsonWebAlgorithm
-
Uses of JsonWebAlgorithm in uk.co.spudsoft.jwtvalidatorvertx
Methods in uk.co.spudsoft.jwtvalidatorvertx that return JsonWebAlgorithmModifier and TypeMethodDescriptionJWT.getJsonWebAlgorithm()
Get the algorithm specified in the JWT header as aJsonWebAlgorithm
.static JsonWebAlgorithm
Returns the enum constant of this class with the specified name.static JsonWebAlgorithm[]
JsonWebAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.co.spudsoft.jwtvalidatorvertx that return types with arguments of type JsonWebAlgorithmModifier and TypeMethodDescriptionJwtValidatorVertx.getPermittedAlgorithms()
Get a copy of the current set of permitted algorithms.Methods in uk.co.spudsoft.jwtvalidatorvertx with parameters of type JsonWebAlgorithmModifier and TypeMethodDescriptionJwtValidatorVertx.addPermittedAlgorithm
(JsonWebAlgorithm algorithm) Add a single algorithm to the current set of permitted algorithms.boolean
JWK.verify
(JsonWebAlgorithm algorithm, byte[] signature, byte[] data) Verify a signature using the key in this JWK.Method parameters in uk.co.spudsoft.jwtvalidatorvertx with type arguments of type JsonWebAlgorithmModifier and TypeMethodDescriptionJwtValidatorVertx.setPermittedAlgorithms
(EnumSet<JsonWebAlgorithm> algorithms) Replace the current set of permitted algorithms with a new set. -
Uses of JsonWebAlgorithm in uk.co.spudsoft.jwtvalidatorvertx.impl
Methods in uk.co.spudsoft.jwtvalidatorvertx.impl that return types with arguments of type JsonWebAlgorithmMethods in uk.co.spudsoft.jwtvalidatorvertx.impl with parameters of type JsonWebAlgorithmModifier and TypeMethodDescriptionJwtValidatorVertxImpl.addPermittedAlgorithm
(JsonWebAlgorithm algorithm) Method parameters in uk.co.spudsoft.jwtvalidatorvertx.impl with type arguments of type JsonWebAlgorithmModifier and TypeMethodDescriptionJwtValidatorVertxImpl.setPermittedAlgorithms
(EnumSet<JsonWebAlgorithm> algorithms)