Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwe |
Modifier and Type | Class and Description |
---|---|
class |
AesGcmContentDecryptionAlgorithm |
Modifier and Type | Method and Description |
---|---|
static ContentDecryptionAlgorithm |
JweUtils.getContentDecryptionAlgorithm(String algorithm) |
Constructor and Description |
---|
AbstractJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
ContentDecryptionAlgorithm contentDecryptionAlgo) |
JweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo,
ContentDecryptionAlgorithm cipherProps) |
Apache CXF