Uses of Enum Class
io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Uses of EncryptedJwt.SupportedEncryption in io.helidon.security.jwt
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EncryptedJwt.SupportedEncryption[]
EncryptedJwt.SupportedEncryption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEncryptedJwt.Builder.encryption
(EncryptedJwt.SupportedEncryption encryption) Encryption which should be used for content encryption.