| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.jwe |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentEncryptionAlgorithm |
class |
AesGcmContentEncryptionAlgorithm |
protected static class |
EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
protected ContentEncryptionAlgorithm |
AbstractJweEncryption.getContentEncryptionAlgorithm() |
static ContentEncryptionAlgorithm |
JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk) |
static ContentEncryptionAlgorithm |
JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk,
String defaultAlgorithm) |
static ContentEncryptionAlgorithm |
JweUtils.getContentEncryptionAlgorithm(SecretKey key,
String algorithm) |
static ContentEncryptionAlgorithm |
JweUtils.getContentEncryptionAlgorithm(String algorithm) |
| Constructor and Description |
|---|
AbstractJweEncryption(ContentEncryptionAlgorithm contentEncryptionAlgo,
KeyEncryptionAlgorithm keyEncryptionAlgo) |
DirectKeyJweEncryption(ContentEncryptionAlgorithm ceAlgo) |
DirectKeyJweEncryption(ContentEncryptionAlgorithm ceAlgo,
DirectKeyJweEncryption.DirectKeyEncryptionAlgorithm direct) |
WrappedKeyJweEncryption(KeyEncryptionAlgorithm keyEncryptionAlgorithm,
ContentEncryptionAlgorithm contentEncryptionAlgo) |
Apache CXF