- calculateMIC(MimeBodyPart, String) - Method in interface com.adaptris.as2.security.CryptoService
-
Calculate the message integrity check for a given body part.
- CheckAS2Addresses - Class in com.adaptris.core.as2.services
-
Attempts to detect whether the message headers within the
AdaptrisMessage
contains
AS2-From
and
AS2-To
.
- CheckAS2Addresses() - Constructor for class com.adaptris.core.as2.services.CheckAS2Addresses
-
- clone() - Method in class com.adaptris.as2.Disposition
-
- clone() - Method in class com.adaptris.as2.DispositionText
-
- closeService() - Method in class com.adaptris.core.as2.services.AS2Service
-
- com.adaptris.as2 - package com.adaptris.as2
-
Package for handling AS2 Messages.
- com.adaptris.as2.security - package com.adaptris.as2.security
-
Package for handling AS2 Cryptographic requirements.
- com.adaptris.core.as2 - package com.adaptris.core.as2
-
Common components that are used to integrate with the Mediation Framework.
- com.adaptris.core.as2.endec - package com.adaptris.core.as2.endec
-
Implementions of AdaptrisMessageEncoder
for use within the Mediation Framework.
- com.adaptris.core.as2.metadata - package com.adaptris.core.as2.metadata
-
- com.adaptris.core.as2.services - package com.adaptris.core.as2.services
-
Implemention of Service
interface for use with AS2.
- CommitMdn - Class in com.adaptris.core.as2.services
-
Commit the AS2 MDN as an AdaptrisMessage
payload.
- CommitMdn() - Constructor for class com.adaptris.core.as2.services.CommitMdn
-
Default Constructor.
- CommitMessage - Class in com.adaptris.core.as2.services
-
Commit the AS2 Message as an AdaptrisMessage
payload.
- CommitMessage() - Constructor for class com.adaptris.core.as2.services.CommitMessage
-
- compareMicValues(String) - Method in class com.adaptris.core.as2.MessageDigestValue
-
Compare a generated MIC value with the value stored in this object.
- containsKey(AdaptrisMessage, String) - Static method in class com.adaptris.core.as2.services.AS2Service
-
- create(Message) - Method in class com.adaptris.as2.DispositionReport
-
Create a disposition Report based on the corresponding AS2 Message.
- create(MessageBase) - Method in class com.adaptris.as2.DispositionText
-
Get the text associated with this report replacing common values.
- create() - Method in class com.adaptris.as2.security.CryptoFactory
-
- createMessageDisposition(Message) - Method in class com.adaptris.core.as2.services.PrepareMdn
-
- createPartner(AdaptrisMessage) - Method in class com.adaptris.core.as2.services.Receiver
-
- createPartner(AdaptrisMessage) - Method in class com.adaptris.core.as2.services.Sender
-
- createReport() - Method in class com.adaptris.as2.MessageDisposition
-
Create an unsigned MDN based on available information.
- createReport(String) - Method in class com.adaptris.as2.MessageDisposition
-
Create an unsigned MDN with the associated reportContentType.
- createReport(X509Certificate, PrivateKey, String) - Method in class com.adaptris.as2.MessageDisposition
-
Create a signed MDN based on available information.
- CRLF - Static variable in interface com.adaptris.as2.AS2Constants
-
A New line in Mime.
- CryptoFactory - Class in com.adaptris.as2.security
-
Factory for generating instances of CryptoService
.
- CryptoFactory() - Constructor for class com.adaptris.as2.security.CryptoFactory
-
- CryptoService - Interface in com.adaptris.as2.security
-
Provides Cryptographic support for AS2
- CryptoUtil - Class in com.adaptris.as2.security
-
- SecurityService - Class in com.adaptris.core.as2.services
-
Abstract base class that performs AS2 related security operations.
- SecurityService() - Constructor for class com.adaptris.core.as2.services.SecurityService
-
- select(MultiPartInput) - Method in class com.adaptris.core.as2.services.MessageDispositionSelector
-
- select(BodyPartIterator) - Method in class com.adaptris.core.as2.services.MessageDispositionSelector
-
- select(MimeMultipart) - Method in class com.adaptris.core.as2.services.MessageDispositionSelector
-
- Sender - Class in com.adaptris.core.as2.services
-
- Sender() - Constructor for class com.adaptris.core.as2.services.Sender
-
- serviceInit() - Method in class com.adaptris.core.as2.services.AddHeaderService
-
- serviceInit() - Method in class com.adaptris.core.as2.services.AS2Classifier
-
- serviceInit() - Method in class com.adaptris.core.as2.services.AS2Service
-
Initialise the concrete implementation.
- serviceInit() - Method in class com.adaptris.core.as2.services.CheckAS2Addresses
-
- serviceInit() - Method in class com.adaptris.core.as2.services.CommitMdn
-
- serviceInit() - Method in class com.adaptris.core.as2.services.CommitMessage
-
- serviceInit() - Method in class com.adaptris.core.as2.services.EncryptionService
-
- serviceInit() - Method in class com.adaptris.core.as2.services.MessageBuilder
-
- serviceInit() - Method in class com.adaptris.core.as2.services.PrepareMessage
-
- serviceInit() - Method in class com.adaptris.core.as2.services.RequiresPrivateKeyService
-
Perform initialisation and find the private key password.
- serviceInit() - Method in class com.adaptris.core.as2.services.UnfoldHeaderService
-
- serviceInit() - Method in class com.adaptris.core.as2.services.VerifySignatureService
-
- setAction(String) - Method in class com.adaptris.as2.Disposition
-
- setAdditionalDebug(Boolean) - Method in class com.adaptris.core.as2.services.AS2Service
-
Enable additional debug where available.
- setAllowMissingPrivateKeyPassword(Boolean) - Method in class com.adaptris.core.as2.services.RequiresPrivateKeyService
-
Allow a missing private key password.
- setAsynchronousMdn(Boolean) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
Whether or not this message requires a synchronous or asynchronous MDN.
- setAttributes(Map) - Method in class com.adaptris.as2.MessageBase
-
- setBehaviourOnMissingSubject(AS2Classifier.MissingSubjectBehaviour) - Method in class com.adaptris.core.as2.services.AS2Classifier
-
Set the behaviour when the subject is missing.
- setContentTransferEncoding(String) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
- setContentType(String) - Method in class com.adaptris.as2.MessageBase
-
Set the content type of the message.
- setContentTypeKey(String) - Method in class com.adaptris.core.as2.services.MessageBuilder
-
Set the metadata key where the content type can be found.
- setDataType(MessageBuilder.DataType) - Method in class com.adaptris.core.as2.services.MessageBuilder
-
Specify explicitly the type of AS2 Message to try and construct.
- setDecoder(Decoder) - Method in class com.adaptris.core.as2.endec.AS2MessageEndec
-
- setDigestAlgorithm(String) - Method in class com.adaptris.core.as2.services.SigningService
-
- setDisposition(Disposition) - Method in exception com.adaptris.as2.DispositionException
-
- setDisposition(Disposition) - Method in class com.adaptris.as2.DispositionReport
-
- setDispositionAddress(String) - Method in class com.adaptris.as2.Partner
-
Set the disposition URL to be used if an asynchronous MDN is expected.
- setDispositionAddress(String) - Method in class com.adaptris.core.as2.services.Sender
-
Set the disposition URL to be used if an asynchronous MDN is expected.
- setDispositionCode(String) - Method in class com.adaptris.core.as2.services.PrepareMdn
-
Set the disposition code that will be used to generate the MDN.
- setDispositionModifier(String) - Method in class com.adaptris.as2.Disposition
-
- setDispositionModifierDesc(String) - Method in class com.adaptris.as2.Disposition
-
- setDispositionOptions(String) - Method in class com.adaptris.as2.Partner
-
Set the disposition options.
- setDispositionOptions(String) - Method in class com.adaptris.core.as2.services.Sender
-
Set the disposition options.
- setDispositionReport(DispositionReport) - Method in class com.adaptris.as2.MessageDisposition
-
- setDispositionText(String) - Method in exception com.adaptris.as2.DispositionException
-
- setDispositionText(String) - Method in class com.adaptris.as2.DispositionReport
-
- setDispositionText(DispositionText) - Method in class com.adaptris.as2.MessageDisposition
-
- setDispositionType(String) - Method in class com.adaptris.as2.Disposition
-
- setEmail(String) - Method in class com.adaptris.as2.Partner
-
- setEmail(String) - Method in class com.adaptris.core.as2.services.Receiver
-
- setEmail(String) - Method in class com.adaptris.core.as2.services.Sender
-
- setEncoder(Encoder) - Method in class com.adaptris.core.as2.endec.AS2MessageEndec
-
- setEncryptionAlgorithm(String) - Method in class com.adaptris.core.as2.services.EncryptionService
-
- setFailId(String) - Method in class com.adaptris.core.as2.services.AS2Service
-
- setFileName(String) - Method in class com.adaptris.core.as2.XmlFileRepository
-
Set the filename to be use.
- setFinalRecipient(String) - Method in class com.adaptris.as2.DispositionReport
-
- setGeneratedDate(Date) - Method in class com.adaptris.core.as2.MessageDigestValue
-
Set the date this mic was created.
- setHeader(String, String) - Method in class com.adaptris.as2.MessageBase
-
Set a header on the message.
- setHeaders(KeyValuePairSet) - Method in class com.adaptris.core.as2.services.AddHeaderService
-
Set the headers to add.
- setId(String) - Method in class com.adaptris.as2.Partner
-
Set the ID for this partner.
- setId(String) - Method in class com.adaptris.core.as2.services.Receiver
-
Set the ID for this partner.
- setId(String) - Method in class com.adaptris.core.as2.services.Sender
-
Set the ID for this partner.
- setIncludePatterns(List<String>) - Method in class com.adaptris.core.as2.metadata.IncludeStandardHeaders
-
Additional includes for convenience.
- setKeystoreUrls(List<ConfiguredKeystore>) - Method in class com.adaptris.core.as2.services.SecurityService
-
Set the keystore urls.
- setLocalPartner(String) - Method in class com.adaptris.core.as2.services.RequiresPrivateKeyService
-
- setLockFile(String) - Method in class com.adaptris.core.as2.XmlFileRepository
-
Set the lock file.
- setMaxLockAttempts(int) - Method in class com.adaptris.core.as2.XmlFileRepository
-
Set the maximum number of attempts to make a lock.
- setMdn(MessageDisposition) - Method in class com.adaptris.as2.Message
-
Set the MessageDisposition associated with this message.
- setMdnFrom(String) - Method in class com.adaptris.core.as2.services.PrepareMdn
-
Specify who this MDN is from.
- setMdnSubject(String) - Method in class com.adaptris.core.as2.services.PrepareMdn
-
Specify the subject of the mdn.
- setMessage(Message) - Method in class com.adaptris.as2.MessageDisposition
-
- setMessageContentType(String) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
- setMessageID(String) - Method in class com.adaptris.as2.MessageBase
-
Set the Message ID for this message.
- setMessageId(String) - Method in class com.adaptris.core.as2.MessageDigestValue
-
Set the Adaptris Message id associated with this Message Integrity Check
value..
- setMessageIntegrityAlgorithm(String) - Method in class com.adaptris.core.as2.MessageDigestValue
-
- setMessageIntegrityStore(MessageIntegrityStore) - Method in class com.adaptris.core.as2.services.CommitMdn
-
Set the underlying storage system for message integrity check values
- setMessageIntegrityStore(MessageIntegrityStore) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
Set the underlying storage system for message integrity check values
- setMessageIntegrityValue(String) - Method in class com.adaptris.core.as2.MessageDigestValue
-
- setMicAlg(String) - Method in class com.adaptris.as2.DispositionOptions
-
- setMicAlgRequired(String) - Method in class com.adaptris.as2.DispositionOptions
-
- setMicValue(String) - Method in class com.adaptris.core.as2.MessageDigestValue
-
Set the Message Integrity Check value.
- setMimeBody(MimeBodyPart) - Method in class com.adaptris.as2.MessageBase
-
Set the mime body of the message.
- setOriginalMessageId(String) - Method in class com.adaptris.as2.DispositionReport
-
- setOriginalRecipient(String) - Method in class com.adaptris.as2.DispositionReport
-
- setPrivateKeyPasswordProvider(PrivateKeyPasswordProvider) - Method in class com.adaptris.core.as2.services.RequiresPrivateKeyService
-
- setPurgeOlderThanDays(int) - Method in class com.adaptris.core.as2.XmlFileRepository
-
Set the purge Time for transactions.
- setReceiptProtocol(String) - Method in class com.adaptris.as2.DispositionOptions
-
- setReceiptRequired(String) - Method in class com.adaptris.as2.DispositionOptions
-
- setReceivedContentMic(String) - Method in class com.adaptris.as2.DispositionReport
-
- setReceiver(Partner) - Method in class com.adaptris.as2.Message
-
- setReceiver(Receiver) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
- setRecipientAddress(String) - Method in class com.adaptris.as2.Partner
-
Set the recipient address.
- setRecipientAddress(String) - Method in class com.adaptris.core.as2.services.Receiver
-
Set the recipient address.
- setRemotePartner(String) - Method in class com.adaptris.core.as2.services.RequiresX509Service
-
- setReplaceMessageId(Boolean) - Method in class com.adaptris.core.as2.services.CommitMdn
-
Specify whether to replace the AdaptrisMessage unique id with the message id from the MDN.
- setReplaceMessageId(Boolean) - Method in class com.adaptris.core.as2.services.CommitMessage
-
Specify whether to replace the AdaptrisMessage unique id with the message id from the AS2 Message.
- setReportingUserAgent(String) - Method in class com.adaptris.as2.DispositionReport
-
- setSender(Partner) - Method in class com.adaptris.as2.Message
-
- setSender(Sender) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
Set the sending partner.
- setSendingMode(String) - Method in class com.adaptris.as2.Disposition
-
Corresponds to the sending-mode in RFC4130 for the disposition.
- setSignOnlyWhenRequired(Boolean) - Method in class com.adaptris.core.as2.services.PrepareMdn
-
Specify whether to generate a signature only when the disposition options
mark it as required.
- setStrictMode(Boolean) - Method in class com.adaptris.core.as2.services.CommitMessage
-
Force the capitalization of javax.mail.internet.InternetHeaders
header names to be precise.
- setStripMessageId(Boolean) - Method in class com.adaptris.core.as2.services.CommitMdn
-
- setSubject(String) - Method in class com.adaptris.as2.MessageBase
-
Set the subject for this message.
- setSubject(String) - Method in class com.adaptris.core.as2.services.PrepareMessage
-
- setSuccessId(String) - Method in class com.adaptris.core.as2.services.AS2Service
-
- setText(String) - Method in class com.adaptris.as2.DispositionText
-
- setTolerateSignatureErrors(Boolean) - Method in class com.adaptris.core.as2.services.CommitMdn
-
Whether or not to allow minor signature errors.
- setTolerateSignatureErrors(Boolean) - Method in class com.adaptris.core.as2.services.VerifySignatureService
-
Whether or not to allow minor signature errors.
- setTransportType(TransportType) - Method in class com.adaptris.core.as2.endec.AS2MessageEndec
-
- setUnfoldHeaders(List<String>) - Method in class com.adaptris.core.as2.services.UnfoldHeaderService
-
- setUseGzip(Boolean) - Method in class com.adaptris.core.as2.XmlFileRepository
-
By default we expect that files will become rather large so GZIP
compression of the file is enabled.
- setVerifyMic(Boolean) - Method in class com.adaptris.core.as2.services.CommitMdn
-
Specify whether to verify the MIC value that was returned as part of this MDN.
- sign(MimeBodyPart, X509Certificate, PrivateKey, String) - Method in interface com.adaptris.as2.security.CryptoService
-
Sign a body part.
- SigningService - Class in com.adaptris.core.as2.services
-
Perform signing on the AS2 Message.
- SigningService() - Constructor for class com.adaptris.core.as2.services.SigningService
-
- signOnlyWhenRequired() - Method in class com.adaptris.core.as2.services.PrepareMdn
-
- STANDARD_HEADERS - Static variable in interface com.adaptris.as2.AS2Constants
-
Just the standard headers that we might send or receive as part of AS2
- STATUS_DESC_AUTHENTICATION_FAIL - Static variable in class com.adaptris.as2.Disposition
-
The status description indicating authentication failure.
- STATUS_DESC_DECOMPRESSION_FAILED - Static variable in class com.adaptris.as2.Disposition
-
- STATUS_DESC_DECRYPTION_FAIL - Static variable in class com.adaptris.as2.Disposition
-
The status description indicating decryption failure.
- STATUS_DESC_INSUFFICIENT_SECURITY - Static variable in class com.adaptris.as2.Disposition
-
- STATUS_DESC_INTEGRITY_CHECK_FAILED - Static variable in class com.adaptris.as2.Disposition
-
The status description indicating integrity failure.
- STATUS_DESC_UNEXPECTED - Static variable in class com.adaptris.as2.Disposition
-
The status description indicating an unhandled failure.
- STATUS_FAILED - Static variable in class com.adaptris.as2.Disposition
-
The standard status of failed.
- STATUS_PROCESSED - Static variable in class com.adaptris.as2.Disposition
-
The standard status of processed.
- store(MessageDigestValue) - Method in interface com.adaptris.core.as2.MessageIntegrityStore
-
Store the given MIC.
- stripMessageId() - Method in class com.adaptris.core.as2.services.CommitMdn
-
- SUCCESS_ONLY - Static variable in class com.adaptris.as2.Disposition
-
- SUCCESS_WITH_WARNINGS - Static variable in class com.adaptris.as2.Disposition
-