Class AttachmentSignatureInput

java.lang.Object
org.apache.xml.security.signature.XMLSignatureInput
com.sun.xml.wss.impl.resolver.AttachmentSignatureInput

public class AttachmentSignatureInput extends org.apache.xml.security.signature.XMLSignatureInput
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final Object[]
    _getSignatureInput(jakarta.xml.soap.AttachmentPart _part)
     
     
     
    void
     
    void
    setMimeHeaders(Vector mimeHeaders)
     

    Methods inherited from class org.apache.xml.security.signature.XMLSignatureInput

    addNodeFilter, getBytes, getExcludeNode, getHTMLRepresentation, getHTMLRepresentation, getInputNodeSet, getMIMEType, getNodeFilters, getNodeSet, getNodeSet, getOctetStream, getOctetStreamReal, getPreCalculatedDigest, getSourceURI, getSubNode, isByteArray, isElement, isExcludeComments, isInitialized, isNeedsToBeExpanded, isNodeSet, isOctetStream, isOutputStreamSet, isPreCalculatedDigest, isSecureValidation, setExcludeComments, setExcludeNode, setMIMEType, setNeedsToBeExpanded, setNodeSet, setOutputStream, setSecureValidation, setSourceURI, toString, updateOutputStream, updateOutputStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AttachmentSignatureInput

      public AttachmentSignatureInput(byte[] input)
  • Method Details

    • setMimeHeaders

      public void setMimeHeaders(Vector mimeHeaders)
    • getMimeHeaders

      public Vector getMimeHeaders()
    • setContentType

      public void setContentType(String _cType)
    • getContentType

      public String getContentType()
    • _getSignatureInput

      public static final Object[] _getSignatureInput(jakarta.xml.soap.AttachmentPart _part) throws jakarta.xml.soap.SOAPException, IOException
      Throws:
      jakarta.xml.soap.SOAPException
      IOException