Uses of Enum
io.inverno.mod.security.jose.jwa.PBES2Algorithm
Packages that use PBES2Algorithm
Package
Description
Password-based (
PBES2) JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of PBES2Algorithm in io.inverno.mod.security.jose.internal.jwk.pbes2
Methods in io.inverno.mod.security.jose.internal.jwk.pbes2 with parameters of type PBES2AlgorithmModifier and TypeMethodDescriptionvoidGenericPBES2JWK.setAlgorithm(PBES2Algorithm pbes2Alg) Sets the PBES2 JWA algorithm. -
Uses of PBES2Algorithm in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return PBES2AlgorithmModifier and TypeMethodDescriptionstatic PBES2AlgorithmPBES2Algorithm.fromAlgorithm(String alg) Returns the password-based encryption key management algorithm corresponding to the specified JWA registered algorithm name.static PBES2AlgorithmReturns the enum constant of this type with the specified name.static PBES2Algorithm[]PBES2Algorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.