| Package | Description |
|---|---|
| com.helger.as2lib.client | |
| com.helger.as2lib.crypto | |
| com.helger.as2lib.partner | |
| com.helger.as2lib.processor.sender |
| Modifier and Type | Method and Description |
|---|---|
ECompressionType |
AS2ClientSettings.getCompressionType() |
ECompressionType |
AS2ClientSettings.getCompressionType() |
| Modifier and Type | Method and Description |
|---|---|
AS2ClientSettings |
AS2ClientSettings.setCompress(ECompressionType eCompressionType,
boolean bCompressBeforeSigning)
Enable or disable the compression of the message.
|
AS2ClientSettings |
AS2ClientSettings.setCompress(ECompressionType eCompressionType,
boolean bCompressBeforeSigning)
Enable or disable the compression of the message.
|
| Modifier and Type | Method and Description |
|---|---|
static ECompressionType |
ECompressionType.getFromIDCaseInsensitiveOrNull(String sID) |
static ECompressionType |
ECompressionType.getFromIDCaseInsensitiveOrNull(String sID) |
static ECompressionType |
ECompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECompressionType |
ECompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECompressionType[] |
ECompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ECompressionType[] |
ECompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
Partnership.setCompressionType(ECompressionType eValue) |
com.helger.commons.state.EChange |
Partnership.setCompressionType(ECompressionType eValue) |
| Modifier and Type | Method and Description |
|---|---|
static javax.mail.internet.MimeBodyPart |
AS2SenderModule.compressMimeBodyPart(javax.mail.internet.MimeBodyPart aData,
ECompressionType eCompressionType,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
static javax.mail.internet.MimeBodyPart |
AS2SenderModule.compressMimeBodyPart(javax.mail.internet.MimeBodyPart aData,
ECompressionType eCompressionType,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
static javax.mail.internet.MimeBodyPart |
AS2SenderModule.secureMimeBodyPart(javax.mail.internet.MimeBodyPart aSrcPart,
com.helger.mail.cte.EContentTransferEncoding eCTE,
ECompressionType eCompressionType,
boolean bCompressBeforeSign,
Consumer<javax.mail.internet.MimeBodyPart> aCompressBeforeSignCallback,
ECryptoAlgorithmSign eSignAlgorithm,
X509Certificate aSenderCert,
PrivateKey aSenderKey,
boolean bIncludeCertificateInSignedContent,
boolean bUseRFC3851MICAlg,
boolean bRemoveCmsAlgorithmProtect,
ECryptoAlgorithmCrypt eCryptAlgorithm,
X509Certificate aReceiverCert,
String sLoggingText) |
static javax.mail.internet.MimeBodyPart |
AS2SenderModule.secureMimeBodyPart(javax.mail.internet.MimeBodyPart aSrcPart,
com.helger.mail.cte.EContentTransferEncoding eCTE,
ECompressionType eCompressionType,
boolean bCompressBeforeSign,
Consumer<javax.mail.internet.MimeBodyPart> aCompressBeforeSignCallback,
ECryptoAlgorithmSign eSignAlgorithm,
X509Certificate aSenderCert,
PrivateKey aSenderKey,
boolean bIncludeCertificateInSignedContent,
boolean bUseRFC3851MICAlg,
boolean bRemoveCmsAlgorithmProtect,
ECryptoAlgorithmCrypt eCryptAlgorithm,
X509Certificate aReceiverCert,
String sLoggingText) |
Copyright © 2013–2022 Philip Helger. All rights reserved.