public class AbstractJweDecryptingFilter extends Object
| Constructor and Description |
|---|
AbstractJweDecryptingFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.rs.security.jose.jwe.JweDecryptionOutput |
decrypt(InputStream is) |
String |
getDefaultMediaType() |
protected org.apache.cxf.rs.security.jose.jwe.JweDecryptionProvider |
getInitializedDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders headers) |
void |
setDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweDecryptionProvider decryptor) |
void |
setDefaultMediaType(String defaultMediaType) |
protected void |
validateHeaders(org.apache.cxf.rs.security.jose.jwe.JweHeaders headers) |
protected org.apache.cxf.rs.security.jose.jwe.JweDecryptionOutput decrypt(InputStream is) throws IOException
IOExceptionprotected void validateHeaders(org.apache.cxf.rs.security.jose.jwe.JweHeaders headers)
public void setDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweDecryptionProvider decryptor)
protected org.apache.cxf.rs.security.jose.jwe.JweDecryptionProvider getInitializedDecryptionProvider(org.apache.cxf.rs.security.jose.jwe.JweHeaders headers)
public String getDefaultMediaType()
public void setDefaultMediaType(String defaultMediaType)
Apache CXF