Class ConnectorAs2Config


  • public final class ConnectorAs2Config
    extends java.lang.Object
    • Method Detail

      • compression

        public java.lang.String compression()
        Returns:
        Specifies weather AS2 file is compressed. The valud values are ZLIB and DISABLED.
      • encryptionAlgorithm

        public java.lang.String encryptionAlgorithm()
        Returns:
        The algorithm that is used to encrypt the file. The valid values are AES128_CBC | AES192_CBC | AES256_CBC | NONE.
      • localProfileId

        public java.lang.String localProfileId()
        Returns:
        The unique identifier for the AS2 local profile.
      • mdnResponse

        public java.lang.String mdnResponse()
        Returns:
        Used for outbound requests to determine if a partner response for transfers is synchronous or asynchronous. The valid values are SYNC and NONE.
      • mdnSigningAlgorithm

        public java.util.Optional<java.lang.String> mdnSigningAlgorithm()
        Returns:
        The signing algorithm for the Mdn response. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE | DEFAULT.
      • messageSubject

        public java.util.Optional<java.lang.String> messageSubject()
        Returns:
        Used as the subject HTTP header attribute in AS2 messages that are being sent with the connector.
      • partnerProfileId

        public java.lang.String partnerProfileId()
        Returns:
        The unique identifier for the AS2 partner profile.
      • signingAlgorithm

        public java.lang.String signingAlgorithm()
        Returns:
        The algorithm that is used to sign AS2 messages sent with the connector. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE .