Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwe |
Modifier and Type | Class and Description |
---|---|
class |
AesCbcHmacJweDecryption |
class |
DirectKeyJweDecryption |
class |
EcdhDirectKeyJweDecryption |
Modifier and Type | Method and Description |
---|---|
static JweDecryption |
JweUtils.getDirectKeyJweDecryption(byte[] key,
ContentAlgorithm algorithm) |
static JweDecryption |
JweUtils.getDirectKeyJweDecryption(JsonWebKey key) |
static JweDecryption |
JweUtils.getDirectKeyJweDecryption(SecretKey key,
ContentAlgorithm algorithm) |
static JweDecryption |
JweUtils.getEcDirectKeyJweDecryption(JsonWebKey key,
ContentAlgorithm ctAlgo) |
Apache CXF