Package org.apache.cxf.rs.security.xml
Class XmlSigOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
org.apache.cxf.rs.security.xml.XmlSigOutInterceptor
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final QNamestatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
ENC_NS, ENC_PREFIX, SIG_NS, SIG_PREFIX, WSU_NS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DocumentprocessDocument(org.apache.cxf.message.Message message, Document doc) voidsetDigestAlgorithm(String algo) voidsetEnvelopeName(String expandedName) voidsetEnvelopeQName(QName name) voidsetKeyInfoMustBeAvailable(boolean use) voidsetSignatureAlgorithm(String algo) voidvoidMethods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
handleMessageMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
ENVELOPED_SIG
- See Also:
-
ENVELOPING_SIG
- See Also:
-
DETACHED_SIG
- See Also:
-
DEFAULT_ENV_PREFIX
- See Also:
-
DEFAULT_ENV_QNAME
-
-
Constructor Details
-
XmlSigOutInterceptor
public XmlSigOutInterceptor()
-
-
Method Details
-
setSignatureProperties
-
setStyle
-
setKeyInfoMustBeAvailable
public void setKeyInfoMustBeAvailable(boolean use) -
setSignatureAlgorithm
-
setDigestAlgorithm
-
processDocument
protected Document processDocument(org.apache.cxf.message.Message message, Document doc) throws Exception - Specified by:
processDocumentin classAbstractXmlSecOutInterceptor- Throws:
Exception
-
setEnvelopeName
-
setEnvelopeQName
-