| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.jwe |
| Modifier and Type | Class and Description |
|---|---|
class |
AesGcmWrapKeyDecryptionAlgorithm |
class |
AesWrapKeyDecryptionAlgorithm |
class |
DirectKeyDecryptionAlgorithm |
class |
EcdhAesWrapKeyDecryptionAlgorithm |
protected static class |
EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm |
class |
PbesHmacAesWrapKeyDecryptionAlgorithm |
class |
RSAKeyDecryptionAlgorithm |
class |
WrappedKeyDecryptionAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static KeyDecryptionAlgorithm |
JweUtils.getKeyDecryptionAlgorithm(JsonWebKey jwk) |
static KeyDecryptionAlgorithm |
JweUtils.getKeyDecryptionAlgorithm(JsonWebKey jwk,
String defaultAlgorithm) |
static KeyDecryptionAlgorithm |
JweUtils.getPrivateKeyDecryptionAlgorithm(PrivateKey key,
String algo) |
static KeyDecryptionAlgorithm |
JweUtils.getSecretKeyDecryptionAlgorithm(SecretKey key,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
static JweDecryptionProvider |
JweUtils.createJweDecryptionProvider(KeyDecryptionAlgorithm keyDecryptionProvider,
String contentDecryptionAlgo) |
| Constructor and Description |
|---|
AbstractJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
ContentDecryptionAlgorithm contentDecryptionAlgo) |
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo) |
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
ContentAlgorithm supportedAlgo) |
JweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
ContentDecryptionAlgorithm cipherProps) |
Apache CXF