Class AttachmentContentOnlyTransform

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

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

    • AttachmentContentOnlyTransform

      public AttachmentContentOnlyTransform()
  • Method Details

    • engineGetURI

      protected String engineGetURI()
      Description copied from class: org.apache.xml.security.transforms.TransformSpi
      Returns the URI representation of Transformation algorithm
      Specified by:
      engineGetURI in class org.apache.xml.security.transforms.TransformSpi
      Returns:
      the URI representation of Transformation algorithm
    • enginePerformTransform

      protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input) throws org.apache.xml.security.transforms.TransformationException
      Description copied from class: org.apache.xml.security.transforms.TransformSpi
      The mega method which MUST be implemented by the Transformation Algorithm.
      Overrides:
      enginePerformTransform in class org.apache.xml.security.transforms.TransformSpi
      Parameters:
      input - XMLSignatureInput as the input of transformation
      Returns:
      XMLSignatureInput as the result of transformation
      Throws:
      org.apache.xml.security.transforms.TransformationException
    • wantsOctetStream

      public boolean wantsOctetStream()
    • wantsNodeSet

      public boolean wantsNodeSet()
    • returnsOctetStream

      public boolean returnsOctetStream()
    • returnsNodeSet

      public boolean returnsNodeSet()