| 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 |
|---|---|
ECryptoAlgorithmCrypt |
AS2ClientSettings.getCryptAlgo() |
ECryptoAlgorithmCrypt |
AS2ClientSettings.getCryptAlgo() |
| Modifier and Type | Method and Description |
|---|---|
AS2ClientSettings |
AS2ClientSettings.setEncryptAndSign(ECryptoAlgorithmCrypt eCryptAlgo,
ECryptoAlgorithmSign eSignAlgo)
Set the encryption and signing algorithms to use.
|
AS2ClientSettings |
AS2ClientSettings.setEncryptAndSign(ECryptoAlgorithmCrypt eCryptAlgo,
ECryptoAlgorithmSign eSignAlgo)
Set the encryption and signing algorithms to use.
|
| Modifier and Type | Method and Description |
|---|---|
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrDefault(String sID,
ECryptoAlgorithmCrypt eDefault) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrDefault(String sID,
ECryptoAlgorithmCrypt eDefault) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrNull(String sID) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrNull(String sID) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrThrow(String sID) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrThrow(String sID) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECryptoAlgorithmCrypt[] |
ECryptoAlgorithmCrypt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ECryptoAlgorithmCrypt[] |
ECryptoAlgorithmCrypt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.mail.internet.MimeBodyPart |
BCCryptoHelper.encrypt(javax.mail.internet.MimeBodyPart aPart,
X509Certificate aX509Cert,
ECryptoAlgorithmCrypt eAlgorithm,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
javax.mail.internet.MimeBodyPart |
ICryptoHelper.encrypt(javax.mail.internet.MimeBodyPart aPart,
X509Certificate aCert,
ECryptoAlgorithmCrypt eAlgorithm,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
javax.mail.internet.MimeBodyPart |
ICryptoHelper.encrypt(javax.mail.internet.MimeBodyPart aPart,
X509Certificate aCert,
ECryptoAlgorithmCrypt eAlgorithm,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
javax.mail.internet.MimeBodyPart |
BCCryptoHelper.encrypt(javax.mail.internet.MimeBodyPart aPart,
X509Certificate aX509Cert,
ECryptoAlgorithmCrypt eAlgorithm,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrDefault(String sID,
ECryptoAlgorithmCrypt eDefault) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrDefault(String sID,
ECryptoAlgorithmCrypt eDefault) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
Partnership.setEncryptAlgorithm(ECryptoAlgorithmCrypt eValue) |
com.helger.commons.state.EChange |
Partnership.setEncryptAlgorithm(ECryptoAlgorithmCrypt eValue) |
| Modifier and Type | Method and Description |
|---|---|
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.