Package org.apache.cxf.rs.security.xml
Class XmlSigOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
org.apache.cxf.rs.security.xml.XmlSigOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<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(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
- Specified by:
processDocumentin classAbstractXmlSecOutInterceptor- Throws:
Exception
-
setEnvelopeName
-
setEnvelopeQName
-