Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwe |
Modifier and Type | Class and Description |
---|---|
class |
AesGcmContentDecryptionAlgorithm |
Modifier and Type | Method and Description |
---|---|
static ContentDecryptionProvider |
JweUtils.getContentDecryptionProvider(ContentAlgorithm algorithm) |
Constructor and Description |
---|
AbstractJweDecryption(KeyDecryptionProvider keyDecryptionAlgo,
ContentDecryptionProvider contentDecryptionAlgo) |
DirectKeyJweDecryption(byte[] key,
ContentDecryptionProvider ctAlgo) |
DirectKeyJweDecryption(String encodedKey,
ContentDecryptionProvider ctAlgo) |
JweDecryption(KeyDecryptionProvider keyDecryptionAlgo,
ContentDecryptionProvider cipherProps) |
Apache CXF