Uses of Enum Class
io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
Packages that use EncryptedJwt.SupportedAlgorithm
-
Uses of EncryptedJwt.SupportedAlgorithm in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return EncryptedJwt.SupportedAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EncryptedJwt.SupportedAlgorithm[]
EncryptedJwt.SupportedAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.security.jwt with parameters of type EncryptedJwt.SupportedAlgorithmModifier and TypeMethodDescriptionEncryptedJwt.Builder.algorithm
(EncryptedJwt.SupportedAlgorithm algorithm) Algorithm which should be used as content key encryption.