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>

public class XmlSigOutInterceptor extends AbstractXmlSecOutInterceptor
  • Field Details

  • Constructor Details

    • XmlSigOutInterceptor

      public XmlSigOutInterceptor()
  • Method Details

    • setSignatureProperties

      public void setSignatureProperties(SignatureProperties props)
    • setStyle

      public void setStyle(String style)
    • setKeyInfoMustBeAvailable

      public void setKeyInfoMustBeAvailable(boolean use)
    • setSignatureAlgorithm

      public void setSignatureAlgorithm(String algo)
    • setDigestAlgorithm

      public void setDigestAlgorithm(String algo)
    • processDocument

      protected Document processDocument(org.apache.cxf.message.Message message, Document doc) throws Exception
      Specified by:
      processDocument in class AbstractXmlSecOutInterceptor
      Throws:
      Exception
    • setEnvelopeName

      public void setEnvelopeName(String expandedName)
    • setEnvelopeQName

      public void setEnvelopeQName(QName name)