public class ApplicationPkcs7MimeCompressedDataEntity extends MimeEntity
MimeEntity.NoCloseOutputStream
contentLength, 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, setMainBody
public 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.HttpException
public ApplicationPkcs7MimeCompressedDataEntity(byte[] compressedData, String compressedContentTransferEncoding, boolean isMainBody)
public void writeTo(OutputStream outstream) throws IOException
IOException
public MimeEntity getCompressedEntity(org.bouncycastle.operator.InputExpanderProvider expanderProvider) throws org.apache.http.HttpException
org.apache.http.HttpException
Apache Camel