Uses of Class
io.helidon.security.jwt.EncryptedJwt.Builder
-
Uses of EncryptedJwt.Builder in io.helidon.security.jwt
Modifier 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.