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.Builder
EncryptedJwt.Builder. algorithm(EncryptedJwt.SupportedAlgorithm algorithm)
Algorithm which should be used as content key encryption.static EncryptedJwt.Builder
EncryptedJwt. builder(SignedJwt jwt)
Builder of the Encrypted JWT.EncryptedJwt.Builder
EncryptedJwt.Builder. encryption(EncryptedJwt.SupportedEncryption encryption)
Encryption which should be used for content encryption.EncryptedJwt.Builder
EncryptedJwt.Builder. jwk(Jwk jwk)
SpecificJwk
which should be used for content key encryption.EncryptedJwt.Builder
EncryptedJwt.Builder. jwks(JwkKeys jwkKeys, String kid)
JwkKeys
which should be searched for key with specific kid.
-