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[]
     
     
     
    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