Uses of Enum
io.inverno.mod.security.jose.jwa.ECAlgorithm
Packages that use ECAlgorithm
Package
Description
Elliptic Curve JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of ECAlgorithm in io.inverno.mod.security.jose.internal.jwk.ec
Methods in io.inverno.mod.security.jose.internal.jwk.ec with parameters of type ECAlgorithmModifier and TypeMethodDescriptionvoidGenericECJWK.setAlgorithm(ECAlgorithm ecAlg) Sets the Elliptic Curve JWA algorithm. -
Uses of ECAlgorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return ECAlgorithmModifier and TypeMethodDescriptionstatic ECAlgorithmECAlgorithm.fromAlgorithm(String alg) Returns the Elliptic Curve algorithm corresponding to the specified JWA registered algorithm name.static ECAlgorithmReturns the enum constant of this type with the specified name.static ECAlgorithm[]ECAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.