Class ApplicationPkcs7MimeCompressedDataEntity
java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.camel.component.as2.api.entity.MimeEntity
org.apache.camel.component.as2.api.entity.ApplicationPkcs7MimeCompressedDataEntity
- All Implemented Interfaces:
org.apache.http.HttpEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.component.as2.api.entity.MimeEntity
MimeEntity.NoCloseOutputStream -
Field Summary
Fields inherited from class org.apache.camel.component.as2.api.entity.MimeEntity
contentLength, contentTransferEncoding, isMainBody, RECALCULATE_CONTENT_LENGTH, UNKNOWN_CONTENT_LENGTHFields inherited from class org.apache.http.entity.AbstractHttpEntity
chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionApplicationPkcs7MimeCompressedDataEntity(byte[] compressedData, String compressedContentTransferEncoding, boolean isMainBody) ApplicationPkcs7MimeCompressedDataEntity(MimeEntity entity2Encrypt, org.bouncycastle.cms.CMSCompressedDataGenerator dataGenerator, org.bouncycastle.operator.OutputCompressor compressor, String compressedContentTransferEncoding, boolean isMainBody) -
Method Summary
Modifier and TypeMethodDescriptiongetCompressedEntity(org.bouncycastle.operator.InputExpanderProvider expanderProvider) voidwriteTo(OutputStream outstream) Methods inherited from class org.apache.camel.component.as2.api.entity.MimeEntity
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, setMainBodyMethods inherited from class org.apache.http.entity.AbstractHttpEntity
consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentType, toString
-
Constructor Details
-
ApplicationPkcs7MimeCompressedDataEntity
public ApplicationPkcs7MimeCompressedDataEntity(MimeEntity entity2Encrypt, org.bouncycastle.cms.CMSCompressedDataGenerator dataGenerator, org.bouncycastle.operator.OutputCompressor compressor, String compressedContentTransferEncoding, boolean isMainBody) throws org.apache.http.HttpException - Throws:
org.apache.http.HttpException
-
ApplicationPkcs7MimeCompressedDataEntity
public ApplicationPkcs7MimeCompressedDataEntity(byte[] compressedData, String compressedContentTransferEncoding, boolean isMainBody)
-
-
Method Details
-
writeTo
- Throws:
IOException
-
getCompressedEntity
public MimeEntity getCompressedEntity(org.bouncycastle.operator.InputExpanderProvider expanderProvider) throws org.apache.http.HttpException - Throws:
org.apache.http.HttpException
-