| 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 ContentEncryptionProvider |
AbstractJweEncryption.getContentEncryptionAlgorithm() |
static ContentEncryptionProvider |
JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk) |
static ContentEncryptionProvider |
JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk,
String defaultAlgorithm) |
static ContentEncryptionProvider |
JweUtils.getContentEncryptionAlgorithm(SecretKey key,
String algorithm) |
static ContentEncryptionProvider |
JweUtils.getContentEncryptionAlgorithm(String algorithm) |
| Constructor and Description |
|---|
AbstractJweEncryption(ContentEncryptionProvider contentEncryptionAlgo,
KeyEncryptionProvider keyEncryptionAlgo) |
JweEncryption(KeyEncryptionProvider keyEncryptionAlgorithm,
ContentEncryptionProvider contentEncryptionAlgo) |
Apache CXF