public class ApplicationPkcs7MimeCompressedDataEntity extends MimeEntity
MimeEntity.NoCloseOutputStreamcontentLength, contentTransferEncoding, isMainBody, RECALCULATE_CONTENT_LENGTH, UNKNOWN_CONTENT_LENGTH| Constructor and Description |
|---|
ApplicationPkcs7MimeCompressedDataEntity(byte[] compressedData,
String compressedContentTransferEncoding,
boolean isMainBody) |
ApplicationPkcs7MimeCompressedDataEntity(MimeEntity entity2Encrypt,
org.bouncycastle.cms.CMSCompressedDataGenerator dataGenerator,
org.bouncycastle.operator.OutputCompressor compressor,
String compressedContentTransferEncoding,
boolean isMainBody) |
| Modifier and Type | Method and Description |
|---|---|
MimeEntity |
getCompressedEntity(org.bouncycastle.operator.InputExpanderProvider expanderProvider) |
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, setMainBodypublic ApplicationPkcs7MimeCompressedDataEntity(MimeEntity entity2Encrypt, org.bouncycastle.cms.CMSCompressedDataGenerator dataGenerator, org.bouncycastle.operator.OutputCompressor compressor, String compressedContentTransferEncoding, boolean isMainBody) throws org.apache.http.HttpException
org.apache.http.HttpExceptionpublic ApplicationPkcs7MimeCompressedDataEntity(byte[] compressedData,
String compressedContentTransferEncoding,
boolean isMainBody)
public void writeTo(OutputStream outstream) throws IOException
IOExceptionpublic MimeEntity getCompressedEntity(org.bouncycastle.operator.InputExpanderProvider expanderProvider) throws org.apache.http.HttpException
org.apache.http.HttpExceptionApache Camel