Package com.sun.xml.wss.impl.resolver
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 AttachmentSignatureInput(byte[] input)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object[]
_getSignatureInput(javax.xml.soap.AttachmentPart _part)
String
getContentType()
Vector
getMimeHeaders()
void
setContentType(String _cType)
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
-
-
-
-
Method Detail
-
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(javax.xml.soap.AttachmentPart _part) throws javax.xml.soap.SOAPException, IOException
- Throws:
javax.xml.soap.SOAPException
IOException
-
-