Uses of Class
io.helidon.security.jwt.EncryptedJwt
-
Uses of EncryptedJwt in io.helidon.security.jwt
Modifier and TypeMethodDescriptionEncryptedJwt.Builder.build()
static EncryptedJwt
Create new EncryptedJwt.static EncryptedJwt
EncryptedJwt.parseToken
(JwtHeaders header, String token) Parse a token received over network.static EncryptedJwt
EncryptedJwt.parseToken
(String token) Parse a token received over network.Modifier and TypeMethodDescriptionstatic void
EncryptedJwt.addKekValidator
(Collection<Validator<EncryptedJwt>> validators, String expectedKekAlg, boolean mandatory) Add validator of kek algorithm to the collection of validators.EncryptedJwt.validate
(List<Validator<EncryptedJwt>> validators) Validate this Encrypted JWT against provided validators.