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.BuilderBuilder of the Encrypted JWT.EncryptedJwt.Builder.encryption(EncryptedJwt.SupportedEncryption encryption) Encryption which should be used for content encryption.SpecificJwkwhich should be used for content key encryption.JwkKeyswhich should be searched for key with specific kid.