| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
ICertificateFactory.getCertificate(IMessageMDN aMDN,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided MDN
|
X509Certificate |
AbstractCertificateFactory.getCertificate(IMessageMDN aMDN,
ECertificatePartnershipType ePartnershipType) |
X509Certificate |
ICertificateFactory.getCertificateOrNull(IMessageMDN aMDN,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided MDN
|
X509Certificate |
AbstractCertificateFactory.getCertificateOrNull(IMessageMDN aMDN,
ECertificatePartnershipType ePartnershipType) |
PrivateKey |
ICertificateFactory.getPrivateKey(IMessageMDN aMDN,
X509Certificate aCert) |
PrivateKey |
CertificateFactory.getPrivateKey(IMessageMDN aMDN,
X509Certificate aCert) |
| Modifier and Type | Method and Description |
|---|---|
IMessageMDN |
AS2ClientResponse.getMDN() |
| Modifier and Type | Method and Description |
|---|---|
void |
AS2ClientResponse.setMDN(IMessageMDN aMDN)
Set the retrieved MDN.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageMDN |
class |
AS2MessageMDN |
| Modifier and Type | Method and Description |
|---|---|
IMessageMDN |
IMessage.getMDN() |
IMessageMDN |
AbstractMessage.getMDN() |
| Modifier and Type | Method and Description |
|---|---|
void |
IMessage.setMDN(IMessageMDN aMDN) |
void |
AbstractMessage.setMDN(IMessageMDN aMDN) |
| Constructor and Description |
|---|
MessageMDNParameters(IMessageMDN aTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPartnershipFactory.updatePartnership(IMessageMDN aMdn,
boolean bOverwrite)
Looks up and fills in any header info for a specific MDN's partnership
|
void |
AbstractPartnershipFactory.updatePartnership(IMessageMDN aMdn,
boolean bOverwrite) |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
MDNFileModule.getMDNStream(IMessageMDN aMdn) |
| Modifier and Type | Method and Description |
|---|---|
static IMessageMDN |
AS2Helper.createMDN(IAS2Session aSession,
AS2Message aMsg,
DispositionType aDisposition,
String sText)
Create a new MDN
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AS2Helper.createMDNData(IAS2Session aSession,
IMessageMDN aMdn,
boolean bSignMDN,
boolean bIncludeCertificateInSignedContent,
ECryptoAlgorithmSign eMICAlg,
boolean bUseOldRFC3851MicAlgs)
Create and fill the Mdn parameter
|
Copyright © 2013–2019 Philip Helger. All rights reserved.