Uses of Enum
io.inverno.mod.security.jose.jwa.NoAlgorithm
Packages that use NoAlgorithm
-
Uses of NoAlgorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return NoAlgorithmModifier and TypeMethodDescriptionstatic NoAlgorithmNoAlgorithm.fromAlgorithm(String alg) Returns the NoOp algorithm corresponding to the specified JWA registered algorithm name.static NoAlgorithmReturns the enum constant of this type with the specified name.static NoAlgorithm[]NoAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.