See: Description
Interface | Description |
---|---|
EncryptionHandler |
The interface for EncryptionHandlers for all the different encryption algorithms.
|
Class | Description |
---|---|
AbstractEncryptionHandler |
A base implementation of an EncryptionHandler that provides common encryption and decryption methods for all
concrete EncryptionHandler implementations.
|
RSA15AES128CBCHS256EncryptionHandler |
An implementation of an EncryptionHandler that provides encryption and decryption methods using the JweAlgorithm
RSAES_PCKS1_V1_5 and EncryptionMethod A128CBC_HS256.
|
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.