Uses of Enum
io.inverno.mod.security.jose.jwa.OCTAlgorithm
Packages that use OCTAlgorithm
Package
Description
Octet JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of OCTAlgorithm in io.inverno.mod.security.jose.internal.jwk.oct
Methods in io.inverno.mod.security.jose.internal.jwk.oct with parameters of type OCTAlgorithmModifier and TypeMethodDescriptionvoidGenericOCTJWK.setAlgorithm(OCTAlgorithm octAlg) Sets the Octet JWA algorithm. -
Uses of OCTAlgorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return OCTAlgorithmModifier and TypeMethodDescriptionstatic OCTAlgorithmOCTAlgorithm.fromAlgorithm(String alg) Returns the Octet symmetric algorithm corresponding to the specified JWA registered algorithm name.static OCTAlgorithmReturns the enum constant of this type with the specified name.static OCTAlgorithm[]OCTAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.