Class | Description |
---|---|
DecryptKeyAlgorithmDefaultTest |
If "mp.jwt.decryption.algorithm" is not set then both RSA-OAEP and RSA-OAEP-256 must be accepted.
|
RolesAllowedSignEncryptRsaOaep256Test |
Test that a decryption of an inner signed JWT token encrypted using RSA-OAEP-256 algorithm succeeds with
`RSA-OAEP-256` but fails with `RSA-OAEP` if `mp.jwt.decrypt.key.algorithm=RSA-OAEP-256` is configured.
|
RolesAllowedSignEncryptRsaOaepTest |
Test that decryption of an inner signed JWT token encrypted using RSA-OAEP algorithm succeeds with `RSA-OAEP` but
fails with `RSA-OAEP-256` if `mp.jwt.decrypt.key.algorithm=RSA-OAEP` is configured.
|
RolesAllowedSignEncryptTest |
Test that decryption of an inner signed JWT token encrypted using RSA-OAEP algorithm succeeds without having to
configure `mp.jwt.decrypt.key.algorithm=RSA-OAEP`.
|
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.