Class MultipartSignedEntity

java.lang.Object
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntity

public class MultipartSignedEntity extends MultipartMimeEntity
  • Constructor Details

    • MultipartSignedEntity

      public MultipartSignedEntity(MimeEntity data, AS2SignedDataGenerator signer, String signatureCharSet, String signatureTransferEncoding, boolean isMainBody, String boundary) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException
    • MultipartSignedEntity

      protected MultipartSignedEntity(org.apache.hc.core5.http.ContentType contentType, String contentTransferEncoding, String boundary, boolean isMainBody)
  • Method Details