Package com.sun.xml.wss.impl.resolver
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic final Object[]_getSignatureInput(AttachmentPart _part) voidsetContentType(String _cType) voidsetMimeHeaders(Vector mimeHeaders) Methods inherited from class org.apache.xml.security.signature.XMLSignatureByteInput
convertToNode, getUnprocessedInput, hasUnprocessedInput, writeMethods 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
-
Constructor Details
-
AttachmentSignatureInput
public AttachmentSignatureInput(byte[] input)
-
-
Method Details
-
setMimeHeaders
-
getMimeHeaders
-
setContentType
-
getContentType
-
_getSignatureInput
public static final Object[] _getSignatureInput(AttachmentPart _part) throws SOAPException, IOException - Throws:
SOAPExceptionIOException
-