public class KeyStoreJwtCryptographyHandler extends Object implements JwtCryptographyHandler
JwtCryptographyHandler
that uses a KeyStore
to get keys.Constructor and Description |
---|
KeyStoreJwtCryptographyHandler() |
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 jwtBuilderFactory)
Apply encryption to the JWT.
|
EncryptedThenSignedJwtBuilder |
sign(EncryptedJwtBuilder jwtbuilder)
Sign the JWT.
|
boolean |
verify(EncryptedThenSignedJwt jwt)
Verify the JWT.
|
public void initialize(Map<String,Object> options) throws AuthenticationException
JwtCryptographyHandler
initialize
in interface JwtCryptographyHandler
options
- The options to be used.AuthenticationException
- If the options are invalid.public EncryptedJwtBuilder jwe(JwtBuilderFactory jwtBuilderFactory)
JwtCryptographyHandler
jwe
in interface JwtCryptographyHandler
jwtBuilderFactory
- The JWT builder.public EncryptedThenSignedJwtBuilder sign(EncryptedJwtBuilder jwtbuilder)
JwtCryptographyHandler
sign
in interface JwtCryptographyHandler
jwtbuilder
- The JWT builder.public boolean verify(EncryptedThenSignedJwt jwt)
JwtCryptographyHandler
verify
in interface JwtCryptographyHandler
jwt
- The JWT.public void decrypt(EncryptedThenSignedJwt jwt)
JwtCryptographyHandler
decrypt
in interface JwtCryptographyHandler
jwt
- The JWT.Copyright © 2010-2018, ForgeRock All Rights Reserved.