Package org.apache.cxf.rs.security.xml
Class XmlEncInHandler
- java.lang.Object
-
- org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
-
- org.apache.cxf.rs.security.xml.AbstractXmlEncInHandler
-
- org.apache.cxf.rs.security.xml.XmlEncInHandler
-
- All Implemented Interfaces:
javax.ws.rs.container.ContainerRequestFilter
@PreMatching public class XmlEncInHandler extends AbstractXmlEncInHandler implements javax.ws.rs.container.ContainerRequestFilter
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
ENC_NS, ENC_PREFIX, SIG_NS, SIG_PREFIX, SIGNING_CERT, SIGNING_PUBLIC_KEY, WSU_NS
-
-
Constructor Summary
Constructors Constructor Description XmlEncInHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(javax.ws.rs.container.ContainerRequestContext context)-
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlEncInHandler
decryptContent, decryptPayload, decryptSymmetricKey, decryptSymmetricKey, getSymmetricKeyBytes, setEncryptionProperties
-
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
getDocument, getNode, isServerGet, setAllowEmptyBody, throwFault
-
-