Uses of Class
io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
Packages that use EncryptedJwt.SupportedAlgorithm Package Description io.helidon.security.jwt JWT (JSON web token) support. -
-
Uses of EncryptedJwt.SupportedAlgorithm in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return EncryptedJwt.SupportedAlgorithm Modifier and Type Method Description static EncryptedJwt.SupportedAlgorithm
EncryptedJwt.SupportedAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncryptedJwt.SupportedAlgorithm[]
EncryptedJwt.SupportedAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.security.jwt with parameters of type EncryptedJwt.SupportedAlgorithm Modifier and Type Method Description EncryptedJwt.Builder
EncryptedJwt.Builder. algorithm(EncryptedJwt.SupportedAlgorithm algorithm)
Algorithm which should be used as content key encryption.
-