| Package | Description |
|---|---|
| com.helger.as2lib.crypto | |
| com.helger.as2lib.processor.sender | |
| com.helger.as2lib.util.http |
| Modifier and Type | Method and Description |
|---|---|
MIC |
BCCryptoHelper.calculateMIC(javax.mail.internet.MimeBodyPart aPart,
ECryptoAlgorithmSign eDigestAlgorithm,
boolean bIncludeHeaders) |
MIC |
ICryptoHelper.calculateMIC(javax.mail.internet.MimeBodyPart aPart,
ECryptoAlgorithmSign eDigestAlgorithm,
boolean bIncludeHeaders)
Calculate the MIC
|
MIC |
ICryptoHelper.calculateMIC(javax.mail.internet.MimeBodyPart aPart,
ECryptoAlgorithmSign eDigestAlgorithm,
boolean bIncludeHeaders)
Calculate the MIC
|
MIC |
BCCryptoHelper.calculateMIC(javax.mail.internet.MimeBodyPart aPart,
ECryptoAlgorithmSign eDigestAlgorithm,
boolean bIncludeHeaders) |
MIC |
MIC.getClone() |
MIC |
MIC.getClone() |
static MIC |
MIC.parse(String sMIC)
Parse the provided String representation of the MIC into a
MIC
object. |
static MIC |
MIC.parse(String sMIC)
Parse the provided String representation of the MIC into a
MIC
object. |
| Modifier and Type | Method and Description |
|---|---|
protected MIC |
AS2SenderModule.calculateAndStoreMIC(AS2Message aMsg)
From RFC 4130 section 7.3.1:
For any signed messages, the MIC to be returned is calculated on the
RFC1767/RFC3023 MIME header and content.
|
protected MIC |
AS2SenderModule.calculateAndStoreMIC(AS2Message aMsg)
From RFC 4130 section 7.3.1:
For any signed messages, the MIC to be returned is calculated on the
RFC1767/RFC3023 MIME header and content.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AS2SenderModule.receiveSyncMDN(AS2Message aMsg,
AS2HttpClient aHttpClient,
MIC aOriginalMIC,
IHTTPIncomingDumper aIncomingDumper,
AS2ResourceHelper aResHelper) |
protected void |
AS2SenderModule.receiveSyncMDN(AS2Message aMsg,
AS2HttpClient aHttpClient,
MIC aOriginalMIC,
IHTTPIncomingDumper aIncomingDumper,
AS2ResourceHelper aResHelper) |
protected void |
AS2SenderModule.storePendingInfo(AS2Message aMsg,
MIC aMIC)
For storing original MIC and outgoing file into pending information file.
|
protected void |
AS2SenderModule.storePendingInfo(AS2Message aMsg,
MIC aMIC)
For storing original MIC and outgoing file into pending information file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAS2OutgoingHttpCallback.onOutgoingHttpMessage(boolean bIsMessage,
String sSenderAS2ID,
String sReceiverAS2ID,
String sAS2MessageID,
MIC aMIC,
com.helger.mail.cte.EContentTransferEncoding eCTE,
String aURL,
int nHttpResponseCode)
Notify on outgoing messages.
|
void |
IAS2OutgoingHttpCallback.onOutgoingHttpMessage(boolean bIsMessage,
String sSenderAS2ID,
String sReceiverAS2ID,
String sAS2MessageID,
MIC aMIC,
com.helger.mail.cte.EContentTransferEncoding eCTE,
String aURL,
int nHttpResponseCode)
Notify on outgoing messages.
|
Copyright © 2013–2022 Philip Helger. All rights reserved.