public interface JwtCryptographyHandler
Modifier and Type | Method and Description |
---|---|
void |
decrypt(EncryptedThenSignedJwt jwt)
Decrypt the JWT.
|
void |
initialize(Map<String,Object> options)
Initialise the handler.
|
EncryptedJwtBuilder |
jwe(JwtBuilderFactory jwtbuilder)
Apply encryption to the JWT.
|
EncryptedThenSignedJwtBuilder |
sign(EncryptedJwtBuilder jwtbuilder)
Sign the JWT.
|
boolean |
verify(EncryptedThenSignedJwt jwt)
Verify the JWT.
|
void initialize(Map<String,Object> options) throws AuthenticationException
options
- The options to be used.AuthenticationException
- If the options are invalid.boolean verify(EncryptedThenSignedJwt jwt)
jwt
- The JWT.void decrypt(EncryptedThenSignedJwt jwt)
jwt
- The JWT.EncryptedJwtBuilder jwe(JwtBuilderFactory jwtbuilder)
jwtbuilder
- The JWT builder.EncryptedThenSignedJwtBuilder sign(EncryptedJwtBuilder jwtbuilder)
jwtbuilder
- The JWT builder.Copyright © 2010-2018, ForgeRock All Rights Reserved.