Uses of Class
io.helidon.security.jwt.EncryptedJwt.Builder
-
Packages that use EncryptedJwt.Builder Package Description io.helidon.security.jwt JWT (JSON web token) support. -
-
Uses of EncryptedJwt.Builder in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return EncryptedJwt.Builder Modifier and Type Method Description EncryptedJwt.BuilderEncryptedJwt.Builder. algorithm(EncryptedJwt.SupportedAlgorithm algorithm)Algorithm which should be used as content key encryption.static EncryptedJwt.BuilderEncryptedJwt. builder(SignedJwt jwt)Builder of the Encrypted JWT.EncryptedJwt.BuilderEncryptedJwt.Builder. encryption(EncryptedJwt.SupportedEncryption encryption)Encryption which should be used for content encryption.EncryptedJwt.BuilderEncryptedJwt.Builder. jwk(Jwk jwk)SpecificJwkwhich should be used for content key encryption.EncryptedJwt.BuilderEncryptedJwt.Builder. jwks(JwkKeys jwkKeys, String kid)JwkKeyswhich should be searched for key with specific kid.
-