Uses of Enum
io.inverno.mod.security.jose.jwa.RSAAlgorithm
Packages that use RSAAlgorithm
Package
Description
RSA JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of RSAAlgorithm in io.inverno.mod.security.jose.internal.jwk.rsa
Methods in io.inverno.mod.security.jose.internal.jwk.rsa with parameters of type RSAAlgorithmModifier and TypeMethodDescriptionvoidGenericRSAJWK.setAlgorithm(RSAAlgorithm rsaAlg) Sets the RSA JWA algorithm. -
Uses of RSAAlgorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return RSAAlgorithmModifier and TypeMethodDescriptionstatic RSAAlgorithmRSAAlgorithm.fromAlgorithm(String alg) Returns the RSA algorithm corresponding to the specified JWA registered algorithm name.static RSAAlgorithmReturns the enum constant of this type with the specified name.static RSAAlgorithm[]RSAAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.