public class ApplicationPkcs7SignatureEntity extends MimeEntity
MimeEntity.NoCloseOutputStream
contentLength, contentTransferEncoding, isMainBody, RECALCULATE_CONTENT_LENGTH, UNKNOWN_CONTENT_LENGTH
Constructor and Description |
---|
ApplicationPkcs7SignatureEntity(byte[] signature,
String charset,
String contentTransferEncoding,
boolean isMainBody) |
ApplicationPkcs7SignatureEntity(MimeEntity data,
org.bouncycastle.cms.CMSSignedDataGenerator signer,
String charset,
String contentTransferEncoding,
boolean isMainBody) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getSignature() |
void |
writeTo(OutputStream outstream) |
addHeader, addHeader, containsHeader, getAllHeaders, getCharset, getContent, getContentEncodingValue, getContentLength, getContentTransferEncoding, getContentTransferEncodingValue, getContentTypeValue, getFirstHeader, getHeaders, getLastHeader, headerIterator, headerIterator, isMainBody, isRepeatable, isStreaming, removeAllHeaders, removeHeader, removeHeaders, setContentEncoding, setContentTransferEncoding, setContentTransferEncoding, setContentType, setContentType, setHeader, setHeader, setHeaders, setMainBody
public ApplicationPkcs7SignatureEntity(MimeEntity data, org.bouncycastle.cms.CMSSignedDataGenerator signer, String charset, String contentTransferEncoding, boolean isMainBody) throws org.apache.http.HttpException
org.apache.http.HttpException
public byte[] getSignature()
public void writeTo(OutputStream outstream) throws IOException
IOException
Apache Camel