Uses of Enum
io.inverno.mod.security.jose.jwa.EdECAlgorithm
Packages that use EdECAlgorithm
Package
Description
Octet Key Pair JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of EdECAlgorithm in io.inverno.mod.security.jose.internal.jwk.okp
Methods in io.inverno.mod.security.jose.internal.jwk.okp with parameters of type EdECAlgorithmModifier and TypeMethodDescriptionvoidGenericEdECJWK.setAlgorithm(EdECAlgorithm edecAlg) Sets the Edward-Curve JWA algorithm. -
Uses of EdECAlgorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return EdECAlgorithmModifier and TypeMethodDescriptionstatic EdECAlgorithmEdECAlgorithm.fromAlgorithm(String alg, OKPCurve curve) Returns the Edward-curve digital Signature algorithm corresponding to the specified JWA registered algorithm name and Octet Key Pair curve.static EdECAlgorithmReturns the enum constant of this type with the specified name.static EdECAlgorithm[]EdECAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.