Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwe |
Modifier and Type | Class and Description |
---|---|
class |
AesCbcHmacJweEncryption |
class |
DirectKeyJweEncryption |
class |
EcdhDirectKeyJweEncryption |
Modifier and Type | Method and Description |
---|---|
static JweEncryption |
JweUtils.getDirectKeyJweEncryption(byte[] key,
ContentAlgorithm algo) |
static JweEncryption |
JweUtils.getDirectKeyJweEncryption(JsonWebKey key) |
static JweEncryption |
JweUtils.getDirectKeyJweEncryption(SecretKey key,
ContentAlgorithm algo) |
static JweEncryption |
JweUtils.getEcDirectKeyJweEncryption(JsonWebKey key,
ContentAlgorithm ctAlgo) |
Apache CXF