Package | Description |
---|---|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
org.forgerock.json.jose.jwe.handlers.encryption |
Encryption Handler classes for each possible encryption algorithm.
|
Modifier and Type | Method and Description |
---|---|
EncryptionHandler |
EncryptionManager.getEncryptionHandler(JweHeader header)
Gets the appropriate EncryptionHandler that can perform the required encryption algorithm, as described by the
JweAlgorithm and EncryptionMethod in the given JweHeader.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncryptionHandler
A base implementation of an EncryptionHandler that provides common encryption and decryption methods for all
concrete EncryptionHandler implementations.
|
class |
RSA15AES128CBCHS256EncryptionHandler
An implementation of an EncryptionHandler that provides encryption and decryption methods using the JweAlgorithm
RSAES_PCKS1_V1_5 and EncryptionMethod A128CBC_HS256.
|
class |
RSA15AES256CBCHS512EncryptionHandler
An implementation of an EncryptionHandler that provides encryption and decryption methods using the JweAlgorithm
RSAES_PCKS1_V1_5 and EncryptionMethod A256CBC_HS512.
|
Copyright 2011-2015 ForgeRock AS.