Uses of Interface
org.openas2.message.MessageMDN
-
Packages that use MessageMDN Package Description org.openas2.cert org.openas2.message org.openas2.params org.openas2.partner org.openas2.processor.receiver org.openas2.processor.storage -
-
Uses of MessageMDN in org.openas2.cert
Methods in org.openas2.cert with parameters of type MessageMDN Modifier and Type Method Description java.security.cert.X509CertificateCertificateFactory. getCertificate(MessageMDN msg, java.lang.String partnershipType)java.security.cert.X509CertificatePKCS12CertificateFactory. getCertificate(MessageMDN mdn, java.lang.String partnershipType)java.security.PrivateKeyCertificateFactory. getPrivateKey(MessageMDN msg, java.security.cert.X509Certificate cert)java.security.PrivateKeyPKCS12CertificateFactory. getPrivateKey(MessageMDN mdn, java.security.cert.X509Certificate cert) -
Uses of MessageMDN in org.openas2.message
Classes in org.openas2.message that implement MessageMDN Modifier and Type Class Description classAS2MessageMDNclassBaseMessageMDNMethods in org.openas2.message that return MessageMDN Modifier and Type Method Description MessageMDNBaseMessage. getMDN()MessageMDNMessage. getMDN()Methods in org.openas2.message with parameters of type MessageMDN Modifier and Type Method Description voidBaseMessage. setMDN(MessageMDN mdn)voidMessage. setMDN(MessageMDN mdn) -
Uses of MessageMDN in org.openas2.params
Methods in org.openas2.params that return MessageMDN Modifier and Type Method Description MessageMDNMessageMDNParameters. getTarget()Methods in org.openas2.params with parameters of type MessageMDN Modifier and Type Method Description voidMessageMDNParameters. setTarget(MessageMDN messageMDN)Constructors in org.openas2.params with parameters of type MessageMDN Constructor Description MessageMDNParameters(MessageMDN target) -
Uses of MessageMDN in org.openas2.partner
Methods in org.openas2.partner with parameters of type MessageMDN Modifier and Type Method Description voidBasePartnershipFactory. updatePartnership(MessageMDN mdn, boolean processFilenameAttribs)voidPartnershipFactory. updatePartnership(MessageMDN mdn, boolean overwrite) -
Uses of MessageMDN in org.openas2.processor.receiver
Methods in org.openas2.processor.receiver that return MessageMDN Modifier and Type Method Description MessageMDNAS2ReceiverHandler. createMDN(Session session, AS2Message msg, java.lang.String mic, DispositionType disposition, java.lang.String text)Methods in org.openas2.processor.receiver with parameters of type MessageMDN Modifier and Type Method Description voidAS2ReceiverHandler. createMDNData(Session session, MessageMDN mdn, java.lang.String micAlg, java.lang.String signatureProtocol) -
Uses of MessageMDN in org.openas2.processor.storage
Methods in org.openas2.processor.storage with parameters of type MessageMDN Modifier and Type Method Description protected java.io.InputStreamMDNFileModule. getMDNStream(MessageMDN mdn)
-