Uses of Enum Class
io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
Uses of EncryptedJwt.SupportedAlgorithm in io.helidon.security.jwt
Modifier 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.Modifier and TypeMethodDescriptionEncryptedJwt.Builder.algorithm
(EncryptedJwt.SupportedAlgorithm algorithm) Algorithm which should be used as content key encryption.