Uses of Class
io.helidon.security.jwt.EncryptedJwt.Builder
Packages that use EncryptedJwt.Builder
-
Uses of EncryptedJwt.Builder in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return EncryptedJwt.BuilderModifier and TypeMethodDescriptionEncryptedJwt.Builder.algorithm
(EncryptedJwt.SupportedAlgorithm algorithm) Algorithm which should be used as content key encryption.static EncryptedJwt.Builder
Builder of the Encrypted JWT.EncryptedJwt.Builder.encryption
(EncryptedJwt.SupportedEncryption encryption) Encryption which should be used for content encryption.SpecificJwk
which should be used for content key encryption.JwkKeys
which should be searched for key with specific kid.