Uses of Enum
io.inverno.mod.security.jose.jwa.XECAlgorithm
Packages that use XECAlgorithm
Package
Description
Octet Key Pair JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of XECAlgorithm in io.inverno.mod.security.jose.internal.jwk.okp
Methods in io.inverno.mod.security.jose.internal.jwk.okp with parameters of type XECAlgorithmModifier and TypeMethodDescriptionvoidGenericXECJWK.setAlgorithm(XECAlgorithm xecAlg) Sets the extended Elliptic Curve JWA algorithm. -
Uses of XECAlgorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return XECAlgorithmModifier and TypeMethodDescriptionstatic XECAlgorithmXECAlgorithm.fromAlgorithm(String alg) Returns the OKP Elliptic curve key management algorithm corresponding to the specified JWA registered algorithm name.static XECAlgorithmReturns the enum constant of this type with the specified name.static XECAlgorithm[]XECAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.