Class AttachmentSignatureInput

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

public class AttachmentSignatureInput extends org.apache.xml.security.signature.XMLSignatureByteInput
  • 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.XMLSignatureByteInput

    convertToNode, getUnprocessedInput, hasUnprocessedInput, write

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

    addNodeFilter, canonicalize, getBytes, getExcludeNode, getInputNodeSet, getMIMEType, getNodeFilters, getNodeSet, getOutputStream, getPreCalculatedDigest, getSourceURI, getSubNode, isElement, isExcludeComments, isNeedsToBeExpanded, isNodeSet, isOutputStreamSet, isSecureValidation, setExcludeComments, setExcludeNode, setMIMEType, setNeedsToBeExpanded, setNodeSet, setOutputStream, setSecureValidation, setSourceURI, toString, write

    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