Class AttachmentCompleteTransform

java.lang.Object
org.apache.xml.security.transforms.TransformSpi
com.sun.xml.wss.impl.transform.AttachmentCompleteTransform

public class AttachmentCompleteTransform extends org.apache.xml.security.transforms.TransformSpi
  • Constructor Details

    • AttachmentCompleteTransform

      public AttachmentCompleteTransform()
  • Method Details

    • engineGetURI

      protected String engineGetURI()
      Specified by:
      engineGetURI in class org.apache.xml.security.transforms.TransformSpi
    • enginePerformTransform

      protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) throws IOException, org.apache.xml.security.c14n.CanonicalizationException, org.apache.xml.security.c14n.InvalidCanonicalizerException, org.apache.xml.security.transforms.TransformationException, ParserConfigurationException, SAXException
      Specified by:
      enginePerformTransform in class org.apache.xml.security.transforms.TransformSpi
      Throws:
      IOException
      org.apache.xml.security.c14n.CanonicalizationException
      org.apache.xml.security.c14n.InvalidCanonicalizerException
      org.apache.xml.security.transforms.TransformationException
      ParserConfigurationException
      SAXException
    • wantsOctetStream

      public boolean wantsOctetStream()
    • wantsNodeSet

      public boolean wantsNodeSet()
    • returnsOctetStream

      public boolean returnsOctetStream()
    • returnsNodeSet

      public boolean returnsNodeSet()