Interface X400_attConstants

All Known Implementing Classes:
X400_att

public interface X400_attConstants
  • Field Details

    • X400_API_VERSN

      static final int X400_API_VERSN
      API version
      See Also:
    • X400_MSG_MESSAGE

      static final int X400_MSG_MESSAGE
      Message (Envelope and Content)
      See Also:
    • X400_MSG_REPORT

      static final int X400_MSG_REPORT
      Report (Envelope, Report content and optional returned content)
      See Also:
    • X400_MSG_PROBE

      static final int X400_MSG_PROBE
      Probe (Envelope only)
      See Also:
    • X400_MSG_SUBMITTED_MESSAGE

      static final int X400_MSG_SUBMITTED_MESSAGE
      Submitted message (Envelope and Content)
      See Also:
    • X400_E_NOERROR

      static final int X400_E_NOERROR
      No error
      See Also:
    • X400_E_SYSERROR

      static final int X400_E_SYSERROR
      General system error
      See Also:
    • X400_E_NOMEMORY

      static final int X400_E_NOMEMORY
      Insufficient memory
      See Also:
    • X400_E_BADPARAM

      static final int X400_E_BADPARAM
      Bad parameter value
      See Also:
    • X400_E_INT_ERROR

      static final int X400_E_INT_ERROR
      Internal Error
      See Also:
    • X400_E_CONFIG_ERROR

      static final int X400_E_CONFIG_ERROR
      Internal Config Error
      See Also:
    • X400_E_NYI

      static final int X400_E_NYI
      Function not yet implemented
      See Also:
    • X400_E_NO_CHANNEL

      static final int X400_E_NO_CHANNEL
      no X400 channel in MTA
      See Also:
    • X400_E_INV_MSG

      static final int X400_E_INV_MSG
      Message received from MTA invalid
      See Also:
    • X400_E_NOCONNECT

      static final int X400_E_NOCONNECT
      Cannot connect to server
      See Also:
    • X400_E_BADCREDENTIALS

      static final int X400_E_BADCREDENTIALS
      Invalid credentials for connection
      See Also:
    • X400_E_CONNECT_REJ

      static final int X400_E_CONNECT_REJ
      Connect to server rejected
      See Also:
    • X400_E_QMGR_CONGESTED

      static final int X400_E_QMGR_CONGESTED
      Connect to server rejected
      See Also:
    • X400_E_BAD_QMGR_RESP

      static final int X400_E_BAD_QMGR_RESP
      Connect to server rejected
      See Also:
    • X400_E_MISSING_ATTR

      static final int X400_E_MISSING_ATTR
      Missing attribute in message
      See Also:
    • X400_E_CONFLICT_ATTR

      static final int X400_E_CONFLICT_ATTR
      Conflicting attributes in message
      See Also:
    • X400_E_INVALID_ATTR

      static final int X400_E_INVALID_ATTR
      Unknown attribute type, or attribute not appropriate for message type
      See Also:
    • X400_E_INVALID_VALUE

      static final int X400_E_INVALID_VALUE
      Value is invalid for the attribute type
      See Also:
    • X400_E_NO_VALUE

      static final int X400_E_NO_VALUE
      Value for parameter is not available
      See Also:
    • X400_E_NO_MESSAGE

      static final int X400_E_NO_MESSAGE
      No message available
      See Also:
    • X400_E_TIMED_OUT

      static final int X400_E_TIMED_OUT
      Wait timed out
      See Also:
    • X400_E_NO_RECIP

      static final int X400_E_NO_RECIP
      No recipient
      See Also:
    • X400_E_NOSPACE

      static final int X400_E_NOSPACE
      Insufficient space in output buffer
      See Also:
    • X400_E_ATTRIBUTE_ALREADY_PRESENT

      static final int X400_E_ATTRIBUTE_ALREADY_PRESENT
      Attribute already present in object
      See Also:
    • X400_E_ADDRESS_ERROR

      static final int X400_E_ADDRESS_ERROR
      Submission error - address failed
      See Also:
    • X400_E_BUFFER_FILE_ERROR

      static final int X400_E_BUFFER_FILE_ERROR
      Submission error - buffer file failed
      See Also:
    • X400_E_BUFFER_FILENAME_ERROR

      static final int X400_E_BUFFER_FILENAME_ERROR
      Submission error - filename invalid
      See Also:
    • X400_E_BUFFER_TYPE_ERROR

      static final int X400_E_BUFFER_TYPE_ERROR
      Submission error - invalid buffer type
      See Also:
    • X400_E_CONTENT_ERROR

      static final int X400_E_CONTENT_ERROR
      Submission error - invalid content
      See Also:
    • X400_E_CONTENT_DATA_ERROR

      static final int X400_E_CONTENT_DATA_ERROR
      Submission error - failed to initialize content data
      See Also:
    • X400_E_CONTENT_INIT_ERROR

      static final int X400_E_CONTENT_INIT_ERROR
      Submission error - failed to initialize content
      See Also:
    • X400_E_CONTENT_BODY_ERROR

      static final int X400_E_CONTENT_BODY_ERROR
      Submission error - failed to initialize content body
      See Also:
    • X400_E_INIT_ERROR

      static final int X400_E_INIT_ERROR
      Submission error - initialization failed
      See Also:
    • X400_E_MESSAGE_ERROR

      static final int X400_E_MESSAGE_ERROR
      Submission error - conclude message failed
      See Also:
    • X400_E_NO_CONTENT

      static final int X400_E_NO_CONTENT
      Submission error - null content
      See Also:
    • X400_E_ORIGINATOR_ERROR

      static final int X400_E_ORIGINATOR_ERROR
      Submission error - originator's address failed
      See Also:
    • X400_E_PARMS_ERROR

      static final int X400_E_PARMS_ERROR
      Submission error - invalid initialization parameter
      See Also:
    • X400_E_RECIPIENT_ERROR

      static final int X400_E_RECIPIENT_ERROR
      Submission error - recipient's address failed
      See Also:
    • X400_E_TRANSFERABLE_ERROR

      static final int X400_E_TRANSFERABLE_ERROR
      Submission error - bad transferable
      See Also:
    • X400_E_REPORT_ERROR

      static final int X400_E_REPORT_ERROR
      Submission error - failed transferring report
      See Also:
    • X400_E_COMPLEX_BODY

      static final int X400_E_COMPLEX_BODY
      Body part needs Bodypart object
      See Also:
    • X400_E_MESSAGE_BODY

      static final int X400_E_MESSAGE_BODY
      Body part needs Message object
      See Also:
    • X400_E_UNSUPPORTED_BODY

      static final int X400_E_UNSUPPORTED_BODY
      Body part is not supported by this API
      See Also:
    • X400_E_X509_ENV

      static final int X400_E_X509_ENV
      Invalid Security environment
      See Also:
    • X400_E_X509_INTERNAL_ERROR

      static final int X400_E_X509_INTERNAL_ERROR
      Internal error in security sub system
      See Also:
    • X400_E_X509_INIT

      static final int X400_E_X509_INIT
      Cannot initialise the security env
      See Also:
    • X400_E_X509_VERIFY_FAIL_NO_CERT

      static final int X400_E_X509_VERIFY_FAIL_NO_CERT
      Cannot verify sig - no originator certificate
      See Also:
    • X400_E_X509_VERIFY_FAIL_NO_PUBKEY

      static final int X400_E_X509_VERIFY_FAIL_NO_PUBKEY
      Cannot verify sig - no public key in originator certificate
      See Also:
    • X400_E_X509_VERIFY_FAIL_INCOMPAT_ALG

      static final int X400_E_X509_VERIFY_FAIL_INCOMPAT_ALG
      Cannot verify sig - algorithm in cert is incompatible
      See Also:
    • X400_E_X509_VERIFY_FAIL_UNSUPPORTED_ALG

      static final int X400_E_X509_VERIFY_FAIL_UNSUPPORTED_ALG
      Cannot verify sig - algorithm in cert is incompatible
      See Also:
    • X400_E_X509_VERIFY_FAIL

      static final int X400_E_X509_VERIFY_FAIL
      Signature Verification failed
      See Also:
    • X400_E_X509_CERT_INVALID

      static final int X400_E_X509_CERT_INVALID
      Verification failed - but message has been returned
      See Also:
    • X400_E_X509_ITEM_INVALID

      static final int X400_E_X509_ITEM_INVALID
      Invalid security-related extension value
      See Also:
    • X400_E_SIGN_NO_IDENTITY

      static final int X400_E_SIGN_NO_IDENTITY
      Cannot find the Identity to sign the message
      See Also:
    • X400_E_SIGN

      static final int X400_E_SIGN
      Cannot sign the message
      See Also:
    • X400_E_NONDELIVERED

      static final int X400_E_NONDELIVERED
      Message non-delivered due to unhandled critical extensions
      See Also:
    • X400_E_NO_MORE_RESULTS

      static final int X400_E_NO_MORE_RESULTS
      No more results available
      See Also:
    • X400_E_WAIT_WRITE

      static final int X400_E_WAIT_WRITE
      Application should wait for association to become writeable
      See Also:
    • X400_E_WAIT_READ

      static final int X400_E_WAIT_READ
      Application should wait for association to become readable
      See Also:
    • X400_E_WAIT_READ_WRITE

      static final int X400_E_WAIT_READ_WRITE
      Application should wait for association to become readable and writeable
      See Also:
    • X400_E_CONNECTION_LOST

      static final int X400_E_CONNECTION_LOST
      Connection lost to Queue Manager
      See Also:
    • X400_E_SHUTDOWN

      static final int X400_E_SHUTDOWN
      Queue Manager shutting down
      See Also:
    • X400_E_NO_MATCH

      static final int X400_E_NO_MATCH
      No match between elements
      See Also:
    • X400_E_S4406_TRIPLE_WRAPPED

      static final int X400_E_S4406_TRIPLE_WRAPPED
      Content is STANAG 4406 Triple Wrapped content which cannot be decrypted
      See Also:
    • X400_E_P7_ATTRIBUTE_ERROR

      static final int X400_E_P7_ATTRIBUTE_ERROR
      P7 Attribute error returned by Message Store
      See Also:
    • X400_E_P7_AUTOACTION_REQUEST_ERROR

      static final int X400_E_P7_AUTOACTION_REQUEST_ERROR
      P7 Autoaction Request error returned by Message Store
      See Also:
    • X400_E_P7_DELETE_ERROR

      static final int X400_E_P7_DELETE_ERROR
      P7 Delete error returned by Message Store
      See Also:
    • X400_E_P7_INVALID_PARAMETERS_ERROR

      static final int X400_E_P7_INVALID_PARAMETERS_ERROR
      P7 Invalid Parameters error returned by Message Store
      See Also:
    • X400_E_P7_RANGE_ERROR

      static final int X400_E_P7_RANGE_ERROR
      P7 Range error returned by Message Store
      See Also:
    • X400_E_P7_SERVICE_ERROR

      static final int X400_E_P7_SERVICE_ERROR
      P7 Service error returned by Message Store
      See Also:
    • X400_E_P7_SUBMISSION_CONTROL_VIOLATED

      static final int X400_E_P7_SUBMISSION_CONTROL_VIOLATED
      P7 submission control violated error returned by Message Store
      See Also:
    • X400_E_P7_ELEMENT_OF_SERVICE_NOT_SUBSCRIBED

      static final int X400_E_P7_ELEMENT_OF_SERVICE_NOT_SUBSCRIBED
      P7 element-of-service-not-subscribed error returned by Message Store
      See Also:
    • X400_E_P7_MESSAGE_SUBMISSION_IDENTIFIER_INVALID

      static final int X400_E_P7_MESSAGE_SUBMISSION_IDENTIFIER_INVALID
      P7 message submission identfier invalid error returned by Message Store
      See Also:
    • X400_E_P7_INCONSISTENT_REQUEST_ERROR

      static final int X400_E_P7_INCONSISTENT_REQUEST_ERROR
      P7 inconsistent request error returned by Message Store
      See Also:
    • X400_E_P7_UNSUPPORTED_CRITICAL_FUNCTION

      static final int X400_E_P7_UNSUPPORTED_CRITICAL_FUNCTION
      P7 unsupported critical function error returned by Message Store
      See Also:
    • X400_E_P7_REMOTE_BIND_ERROR

      static final int X400_E_P7_REMOTE_BIND_ERROR
      P7 remote bind error returned by Message Store
      See Also:
    • X400_E_P7_FETCH_RESTRICTION_ERROR

      static final int X400_E_P7_FETCH_RESTRICTION_ERROR
      P7 fetch restriction error returned by Message Store
      See Also:
    • X400_E_P7_SECURITY_ERROR

      static final int X400_E_P7_SECURITY_ERROR
      P7 Security error returned by Message Store
      See Also:
    • X400_E_TEMPORARY_ERROR

      static final int X400_E_TEMPORARY_ERROR
      Temporary error returned while transferring message out to MTA, caused by DNS or DSA lookup
      timeout. The call to X400mtMsgSend() can be retried.
      See Also:
    • X400_RECIP_PRIMARY

      static final int X400_RECIP_PRIMARY
      Primary recipient in header
      See Also:
    • X400_RECIP_CC

      static final int X400_RECIP_CC
      Carbon-copy recipient in header
      See Also:
    • X400_RECIP_BCC

      static final int X400_RECIP_BCC
      Blind carbon-copy recipient in header
      See Also:
    • X400_ORIGINATOR

      static final int X400_ORIGINATOR
      Originator in header, also IPN Originator in IPN
      See Also:
    • X400_AUTH_ORIG

      static final int X400_AUTH_ORIG
      Authorizing user in header
      See Also:
    • X400_RECIP_REPLY

      static final int X400_RECIP_REPLY
      Reply recpient in header
      See Also:
    • X400_RECIP_REPORT

      static final int X400_RECIP_REPORT
      Reported recipient in report content
      See Also:
    • X400_RECIP_INTENDED

      static final int X400_RECIP_INTENDED
      IPM Intended Recipient in IPN
      See Also:
    • X400_REPORTING_DL_NAME

      static final int X400_REPORTING_DL_NAME
      X.400 Report Delivery Reporting DL name
      See Also:
    • X400_DL_EXEMPTED_RECIP

      static final int X400_DL_EXEMPTED_RECIP
      X.400 DL Exempted recipients
      Note: While you can specify DL Exempted Recipients within the
      X.400 API, and create a message with a suitable DL exempted recipients
      extension. Isode's MTA will ignore any exempted recipients, when expanding
      a distribution list. Isode's MTA will be updated at a future point to
      correct this behaviour
      See Also:
    • X400_EXEMPTED_ADDRESS

      static final int X400_EXEMPTED_ADDRESS
      P772 exempted address list
      See Also:
    • X400_RECIP_ENVELOPE

      static final int X400_RECIP_ENVELOPE
      Envelope recipient or report-destination for a DR
      See Also:
    • X400_RECIP_INVALID

      static final int X400_RECIP_INVALID
      A recipient which has been identified as invalid during submission
      See Also:
    • X400_RECIP_STANDARD

      static final int X400_RECIP_STANDARD
      Recipient for envelope and as primary recipient in header
      See Also:
    • X400_S_OR_ADDRESS

      static final int X400_S_OR_ADDRESS
      Full X.400 address in string form, using RFC 2156 conventions
      See Also:
    • X400_S_COUNTRY_NAME

      static final int X400_S_COUNTRY_NAME
      X.400 address CountryName attribute
      See Also:
    • X400_S_ADMD_NAME

      static final int X400_S_ADMD_NAME
      X.400 address AdministrativeManagementDomainName attribute
      See Also:
    • X400_S_PRMD_NAME

      static final int X400_S_PRMD_NAME
      X.400 address PrivateManagementDomainName attribute
      See Also:
    • X400_S_ORGANIZATION_NAME

      static final int X400_S_ORGANIZATION_NAME
      X.400 address OrganizationName attribute
      See Also:
    • X400_S_ORGANIZATIONAL_UNIT_NAME_1

      static final int X400_S_ORGANIZATIONAL_UNIT_NAME_1
      X.400 address OrganizationalUnitName[1] attribute
      See Also:
    • X400_S_ORGANIZATIONAL_UNIT_NAME_2

      static final int X400_S_ORGANIZATIONAL_UNIT_NAME_2
      X.400 address OrganizationalUnitName[2] attribute
      See Also:
    • X400_S_ORGANIZATIONAL_UNIT_NAME_3

      static final int X400_S_ORGANIZATIONAL_UNIT_NAME_3
      X.400 address OrganizationalUnitName[3] attribute
      See Also:
    • X400_S_ORGANIZATIONAL_UNIT_NAME_4

      static final int X400_S_ORGANIZATIONAL_UNIT_NAME_4
      X.400 address OrganizationalUnitName[4] attribute
      See Also:
    • X400_S_SURNAME

      static final int X400_S_SURNAME
      X.400 address PersonalName.Surname attribute
      See Also:
    • X400_S_GIVEN_NAME

      static final int X400_S_GIVEN_NAME
      X.400 address PersonalName.GivenName attribute
      Note: a surname must be used with this attribute
      See Also:
    • X400_S_INITIALS

      static final int X400_S_INITIALS
      X.400 address PersonalName.Initials attribute
      Note: a surname must be used with this attribute
      See Also:
    • X400_S_GENERATION_QUALIFIER

      static final int X400_S_GENERATION_QUALIFIER
      X.400 address PersonalName.GenerationQualifier attribute
      Note: a surname must be used with this attribute
      See Also:
    • X400_S_COMMON_NAME

      static final int X400_S_COMMON_NAME
      X.400 address CommonName attribute
      See Also:
    • X400_S_DIRECTORY_NAME

      static final int X400_S_DIRECTORY_NAME
      Associated X.500 Directory Name. In RFC 2253 string form (LDAP)
      See Also:
    • X400_S_CERT_GDI_NAME

      static final int X400_S_CERT_GDI_NAME
      Certificate MTA_NAME SAN GDI attribute
      See Also:
    • X400_S_CERT_MTA_NAME

      static final int X400_S_CERT_MTA_NAME
      Certificate MTA_NAME SAN MTA attribute
      See Also:
    • X400_S_MESSAGE_IDENTIFIER

      static final int X400_S_MESSAGE_IDENTIFIER
      X.400 Message Identifier, in RFC 2156 String form, e.g "[;]". The local identifier part is limited to 32 chars
      See Also:
    • X400_N_CONTENT_TYPE

      static final int X400_N_CONTENT_TYPE
      X.400 Numerical Content Type
      See Also:
    • X400_N_CONTENT_LENGTH

      static final int X400_N_CONTENT_LENGTH
      X.400 Content Length (Probes only)
      See Also:
    • X400_S_CONTENT_IDENTIFIER

      static final int X400_S_CONTENT_IDENTIFIER
      X.400 Content Identifier
      See Also:
    • X400_S_ORIGINAL_ENCODED_INFORMATION_TYPES

      static final int X400_S_ORIGINAL_ENCODED_INFORMATION_TYPES
      X.400 Original Encoded Information Types
      Encoded as a space-separated list of standard names or numeric OID values
      See Also:
    • X400_N_PRIORITY

      static final int X400_N_PRIORITY
      X.400 Priority: 0 - normal, 1 - non-urgent, 2 - urgent
      See Also:
    • X400_N_DISCLOSURE

      static final int X400_N_DISCLOSURE
      X.400 Disclosure of recipients: 0 - no, 1 - yes
      See Also:
    • X400_N_IMPLICIT_CONVERSION_PROHIBITED

      static final int X400_N_IMPLICIT_CONVERSION_PROHIBITED
      X.400 Implicit conversion prohibited: 0 - no, 1 - yes
      See Also:
    • X400_N_ALTERNATE_RECIPIENT_ALLOWED

      static final int X400_N_ALTERNATE_RECIPIENT_ALLOWED
      X.400 Alternate recipient allowed: 0 - no, 1 - yes
      See Also:
    • X400_N_CONTENT_RETURN_REQUEST

      static final int X400_N_CONTENT_RETURN_REQUEST
      X.400 Content return request: 0 - no, 1 - yes
      See Also:
    • X400_S_MESSAGE_SUBMISSION_TIME

      static final int X400_S_MESSAGE_SUBMISSION_TIME
      X.400 Message Submission Time: UTCTime format YYMMDDHHMMSS<zone>
      See Also:
    • X400_S_MESSAGE_DELIVERY_TIME

      static final int X400_S_MESSAGE_DELIVERY_TIME
      X.400 Message Delivery Time: UTCTime format YYMMDDHHMMSS<zone>
      Note: also used for Reports
      See Also:
    • X400_S_EXTERNAL_CONTENT_TYPE

      static final int X400_S_EXTERNAL_CONTENT_TYPE
      X.400 External Content Type - specify as object
      identifier string in "1.2.3.4" format.
      Note that if both External and Built-in (numeric)
      content type attributes are present in a message
      being sent, the External attribute will 'win'.
      See Also:
    • X400_N_RECIPIENT_REASSIGNMENT_PROHIBITED

      static final int X400_N_RECIPIENT_REASSIGNMENT_PROHIBITED
      X.400 Recipient reassignment prohibited: 0 - no, 1 - yes
      See Also:
    • X400_N_DL_EXPANSION_PROHIBITED

      static final int X400_N_DL_EXPANSION_PROHIBITED
      X.400 Distribution List expansion prohibited: 0 - no, 1 - yes
      See Also:
    • X400_N_CONVERSION_WITH_LOSS_PROHIBITED

      static final int X400_N_CONVERSION_WITH_LOSS_PROHIBITED
      X.400 Conversion with loss prohibited: 0 - no, 1 - yes
      See Also:
    • X400_S_LATEST_DELIVERY_TIME

      static final int X400_S_LATEST_DELIVERY_TIME
      X.400 Latest Delivery Time: UTCTime format YYMMDDHHMMSS<zone>
      See Also:
    • X400_S_ORIGINATOR_RETURN_ADDRESS

      static final int X400_S_ORIGINATOR_RETURN_ADDRESS
      X.400 Originator Return Address (X.400 String format)
      See Also:
    • X400_S_OBJECTTYPE

      static final int X400_S_OBJECTTYPE
      type of this object ("message", "report", "probe")
      See Also:
    • X400_N_MMTS_PRIORITY_QUALIFIER

      static final int X400_N_MMTS_PRIORITY_QUALIFIER
      Military Messaging Priority Qualifier: 0 - low, 1 - high
      See Also:
    • X400_S_DEFERRED_DELIVERY_TIME

      static final int X400_S_DEFERRED_DELIVERY_TIME
      X.400 Deferred Delivery Time: UTCTime format YYMMDDHHMMSS<zone>
      See Also:
    • X400_S_DLEXP_TIME

      static final int X400_S_DLEXP_TIME
      X.400 Distribution List Expansion Time: UTCTime format YYMMDDHHMMSS<zone>
      See Also:
    • X400_S_GLOBAL_DOMAIN_ID

      static final int X400_S_GLOBAL_DOMAIN_ID
      X.400 PRMD,ADMD,GB used for tracing
      See Also:
    • X400_S_DSI_ARRIVAL_TIME

      static final int X400_S_DSI_ARRIVAL_TIME
      X.400 Domain Supplied Information Arrival Time
      See Also:
    • X400_N_DSI_ROUTING_ACTION

      static final int X400_N_DSI_ROUTING_ACTION
      X.400 Domain Supplied Information Routing Action
      See Also:
    • X400_S_DSI_ATTEMPTED_DOMAIN

      static final int X400_S_DSI_ATTEMPTED_DOMAIN
      X.400 Domain Supplied Information Attempted Domain
      See Also:
    • X400_S_DSI_AA_DEF_TIME

      static final int X400_S_DSI_AA_DEF_TIME
      X.400 Domain Supplied Information Deferred Delivery Time
      See Also:
    • X400_S_DSI_AA_CEIT

      static final int X400_S_DSI_AA_CEIT
      X.400 Domain Supplied Information Converted Encoded Information Types
      See Also:
    • X400_N_DSI_AA_REDIRECTED

      static final int X400_N_DSI_AA_REDIRECTED
      X.400 Domain Supplied Information Additional Action Redirection
      See Also:
    • X400_N_DSI_AA_DLOPERATION

      static final int X400_N_DSI_AA_DLOPERATION
      X.400 Domain Supplied Information Additional Action dl operation
      See Also:
    • X400_S_CONTENT_CORRELATOR

      static final int X400_S_CONTENT_CORRELATOR
      Deprecated
      See Also:
    • X400_N_REDIRECTION_REASON

      static final int X400_N_REDIRECTION_REASON
      X.400 Redirection Reason
      See Also:
    • X400_S_REDIRECTION_TIME

      static final int X400_S_REDIRECTION_TIME
      X.400 Redirection Time
      See Also:
    • X400_N_CONTENT_RETURNED

      static final int X400_N_CONTENT_RETURNED
      Indicates presence of returned content in a -ve DR: 0 - no, 1 - yes
      See Also:
    • X400_S_CONTENT_CORRELATOR_IA5_STRING

      static final int X400_S_CONTENT_CORRELATOR_IA5_STRING
      X.400 Content Correlator encoded as IA5 String
      See Also:
    • X400_S_CONTENT_CORRELATOR_OCTET_STRING

      static final int X400_S_CONTENT_CORRELATOR_OCTET_STRING
      X.400 Content Correlator encoded as Octet String
      See Also:
    • X400_S_SEC_IDENTITY

      static final int X400_S_SEC_IDENTITY
      Deprecated.
      Directory in which to search for Identities: Looks in x509 Sub Directory, obsolescent: use X400_S_SEC_IDENTITY_FILE
      See Also:
    • X400_B_SEC_GEN_MOAC

      static final int X400_B_SEC_GEN_MOAC
      Generate MOAC 0: no (default), 1: yes
      See Also:
    • X400_S_SEC_IDENTITY_PASSPHRASE

      static final int X400_S_SEC_IDENTITY_PASSPHRASE
      Passphrase to open Identity
      See Also:
    • X400_S_SEC_IDENTITY_DN

      static final int X400_S_SEC_IDENTITY_DN
      Deprecated.
      DN in Certificate - obsolescent: use X400_S_SEC_IDENTITY_FILE
      See Also:
    • X400_S_SEC_DB_IDENTITY

      static final int X400_S_SEC_DB_IDENTITY
      When X400_B_P1_GATEWAY_INBOUND_SIGN is set (in order to use P1 inbound gateway
      per-recipient signing), this is the Security Database configuration to use.
      If this value is set, it overrides any setting for the channel. If it is not set the
      channel setting is used, else use the default 'x400mt'.
      See Also:
    • X400_S_SEC_DB_MTA

      static final int X400_S_SEC_DB_MTA
      When X400_B_P1_GATEWAY_INBOUND_SIGN is set (in order to use P1 inbound gateway
      per-recipient signing), this is the MTA to use when signing to obtain the security
      database identity.
      If this value is set, it overrides any setting for the channel. If it is not set the
      channel setting is used.
      See Also:
    • X400_S_SEC_ENV

      static final int X400_S_SEC_ENV
      For internal use only
      See Also:
    • X400_S_MOAC

      static final int X400_S_MOAC
      X.400 Message Origin Authentication Check
      See Also:
    • X400_N_MOAC_STATUS

      static final int X400_N_MOAC_STATUS
      Status of MOAC in message
      See Also:
    • X400_S_CERT_INFO

      static final int X400_S_CERT_INFO
      For internal use only
      See Also:
    • X400_S_SEC_IDENTITY_FILE

      static final int X400_S_SEC_IDENTITY_FILE
      Names the PKCS12 files - preferred to obsolescent X400_S_SEC_IDENTITY_DN and X400_S_SEC_IDENTITY
      See Also:
    • X400_S_SEC_TRUSTED_CERTS_DIR

      static final int X400_S_SEC_TRUSTED_CERTS_DIR
      Directory containing trusted Certificates. Needed when verifying signatures using Certificates issued by CAs other than the verifier.
      These certificates have to be in DER fomat (usually with a .crt extension).
      See Also:
    • X400_S_SEC_SECURITY_DB

      static final int X400_S_SEC_SECURITY_DB
      Name of security DB file to provide the security environment
      See Also:
    • X400_S_SEC_SECURITY_PASSPHRASE

      static final int X400_S_SEC_SECURITY_PASSPHRASE
      Passphrase to access security DB file
      See Also:
    • X400_S_SEC_SIGNING_URI

      static final int X400_S_SEC_SIGNING_URI
      URI for the signing certificate/key to be used for signing
      The value should correspond to the name of an entity in the security DB
      See Also:
    • X400_S_SECURITY_ENV

      static final int X400_S_SECURITY_ENV
      For internal use only
      See Also:
    • X400_S_SEC_DB_CHANNEL

      static final int X400_S_SEC_DB_CHANNEL
      When X400_B_P1_GATEWAY_INBOUND_SIGN is set (in order to use P1 inbound gateway
      per-recipient signing), this is the channel to use for the Security Database configuration.
      If this value is set, it overrides any setting for the channel. This must be set in this case.
      See Also:
    • X400_N_S4406

      static final int X400_N_S4406
      STANAG 4406 security control.
      For message creation the attribute controls what elements are used.
      For a received message, it reports the security elements in the message.
      Currently supported values are:
      0 - no security elements
      X400_N_S4406_SINGLE_WRAP - Single wrap signing, compatible with PCT.
      See Also:
    • X400_N_S4406_STATUS

      static final int X400_N_S4406_STATUS
      Status of security for S4406 signed message.
      For an S4406 message this gives the status for the verification of the signing
      Not present in a non-S4406 secured message.
      See Also:
    • X400_S_S4406_STATUS_DETAIL

      static final int X400_S_S4406_STATUS_DETAIL
      Detail for status of S4406 signed message.
      This is a message string giving more detail about a verification failure.
      See Also:
    • X400_S_S4406_SECURITY_LABEL

      static final int X400_S_S4406_SECURITY_LABEL
      Label for S4406 signed message.
      The value should be the binary encoding of an ESS Label
      See Also:
    • X400_N_S4406_CERTIFICATE

      static final int X400_N_S4406_CERTIFICATE
      Certificate from S4406 signed message.
      Used with X400MsgGetCert()
      See Also:
    • X400_S_S4406_SIGNING_TIME

      static final int X400_S_S4406_SIGNING_TIME
      Signing time from S4406 signed message.
      In UTCTime format.
      See Also:
    • X400_N_ORIGINAL_RECIPIENT_NUMBER

      static final int X400_N_ORIGINAL_RECIPIENT_NUMBER
      X.400 Original Recipient Number
      See Also:
    • X400_N_RESPONSIBILITY

      static final int X400_N_RESPONSIBILITY
      X.400 Responsibility: 0 - not responsible, 1 - responsible
      See Also:
    • X400_N_MTA_REPORT_REQUEST

      static final int X400_N_MTA_REPORT_REQUEST
      X.400 Originating MTA report request:
      non-delivery-report 1
      report 2
      audited-report 3

      This value should be set only by Gateway applications (like an MTCU)
      See Also:
    • X400_N_REPORT_REQUEST

      static final int X400_N_REPORT_REQUEST
      X.400 Originator report request:
      no report 0
      non-delivery-report 1
      report 2

      This value should be set by user agent applications and Gateway applications<br/>
      See Also:
    • X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT

      static final int X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT
      X.400 Originator requested alternate recipient:
      X.400 string form, address only, no Directory Name
      See Also:
    • X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT_DN

      static final int X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT_DN
      X.400 Originator requested alternate recipient,
      Directory Name in String encoding
      See Also:
    • X400_S_FREE_FORM_NAME

      static final int X400_S_FREE_FORM_NAME
      IPM Free Form Name
      See Also:
    • X400_S_TELEPHONE_NUMBER

      static final int X400_S_TELEPHONE_NUMBER
      IPM Telephone Number
      See Also:
    • X400_N_NOTIFICATION_REQUEST

      static final int X400_N_NOTIFICATION_REQUEST
      IPM Notification request: logical or of:
      1 - receipt notification request
      2 - non-receipt notification request
      4 - return request
      See Also:
    • X400_N_REPLY_REQUESTED

      static final int X400_N_REPLY_REQUESTED
      IPM Reply Request: boolean
      See Also:
    • X400_N_PRECEDENCE

      static final int X400_N_PRECEDENCE
      IPM Precedence X400(1999). Integer value
      See Also:
    • X400_S_ORIGINAL_RECIPIENT_ADDRESS

      static final int X400_S_ORIGINAL_RECIPIENT_ADDRESS
      The address in the first Redirection History element
      Also used in reported recipient information
      See Also:
    • X400_S_CONVERTED_ENCODED_INFORMATION_TYPES

      static final int X400_S_CONVERTED_ENCODED_INFORMATION_TYPES
      The CEIT used in the last trace info element of a per recipient report
      See Also:
    • X400_S_IPM_IDENTIFIER

      static final int X400_S_IPM_IDENTIFIER
      IPM Identifier - The string form is related to the RFC 2156
      form, with an addition allowing for a Directory name, namely
      <user-relative-identifier> '*' <std-or-address> [ '<' <DN> '>' ]

      e.g.,

      (No user component)
      1234.5678*

      (Only address in user, the space after '*' should not be used)
      1234.5678* /cn=Test/admd=thisadmd/c=gb/

      (Address and DN in user, the space after '*' should not be used)
      1234.5678* /cn=Test/admd=thisadmd/c=gb/<cn=test, c=gb>

      (Only DN in user)
      1234.5678*<cn=test, c=gb>
      See Also:
    • X400_S_SUBJECT

      static final int X400_S_SUBJECT
      IPM Subject
      See Also:
    • X400_S_REPLIED_TO_IDENTIFIER

      static final int X400_S_REPLIED_TO_IDENTIFIER
      IPM Replied To Identifier - String form as for IPM_IDENTIFIER
      See Also:
    • X400_S_OBSOLETED_IPMS

      static final int X400_S_OBSOLETED_IPMS
      IPM Obsoleted IPMS - Space separated list of string IPM identifiers
      See Also:
    • X400_S_EXPIRY_TIME

      static final int X400_S_EXPIRY_TIME
      IPM Expiry time - UTCTime format
      See Also:
    • X400_S_REPLY_TIME

      static final int X400_S_REPLY_TIME
      IPM Expiry time - UTCTime format
      See Also:
    • X400_N_IMPORTANCE

      static final int X400_N_IMPORTANCE
      IPM Importance: 0 - low, 1 - normal, 2 - high
      See Also:
    • X400_N_SENSITIVITY

      static final int X400_N_SENSITIVITY
      IPM Sensitivity: 1 - personal, 2 - private, 3 - company-confidential
      See Also:
    • X400_N_AUTOFORWARDED

      static final int X400_N_AUTOFORWARDED
      IPM Autoforwarded: boolean
      See Also:
    • X400_S_SENT_IPM_IDENTIFIER

      static final int X400_S_SENT_IPM_IDENTIFIER
      IPM Identifier from sent message - String form as for IPM_IDENTIFIER.
      See Also:
    • X400_S_AUTHORIZATION_TIME

      static final int X400_S_AUTHORIZATION_TIME
      IPM Authorization Time: GeneralizedTime format. X400(1999)
      See Also:
    • X400_S_ORIGINATORS_REFERENCE

      static final int X400_S_ORIGINATORS_REFERENCE
      IPM Originator's reference. X400(1999). A UTF-8 string
      See Also:
    • X400_S_PRECEDENCE_POLICY_ID

      static final int X400_S_PRECEDENCE_POLICY_ID
      IPM Precedence Policy Identifier. X400(1999)
      An object identifier in numeric form.
      See Also:
    • X400_S_CONTENT_STRING

      static final int X400_S_CONTENT_STRING
      The content of the message to be sent, as an octet
      string containing the encoding of the content.
      See Also:
    • X400_S_CONTENT_FILENAME

      static final int X400_S_CONTENT_FILENAME
      The full file path of a file which contains the
      encoding of the content of the message to be sent.
      Note that if both X400_S_CONTENT_STRING and
      X400_S_CONTENT_FILENAME are specified in the
      same message, the value of X400_S_CONTENT_STRING
      will be used, and X400_S_CONTENT_FILENAME will
      be ignored.
      See Also:
    • X400_N_DECODE_CONTENT

      static final int X400_N_DECODE_CONTENT
      When read from a message object using
      X400MsgGetIntParam(), this attribute tells the
      library to decode the content string as set
      through X400_S_CONTENT_STRING or
      X400_S_CONTENT_FILE. Then the items within the
      content can be retrieved as attributes as for a
      received message.

      The content type of the content string must have
      been set using either X400_N_CONTENT_TYPE or
      X400_S_EXTERNAL_CONTENT_TYPE.
      See Also:
    • X400_N_NUM_ATTACHMENTS

      static final int X400_N_NUM_ATTACHMENTS
      IPM number of attachments apart from main body part
      See Also:
    • X400_T_IA5TEXT

      static final int X400_T_IA5TEXT
      ia5-text body part. Only the ia5 repertoire (i.e. US-ASCII) is supported
      See Also:
    • X400_T_BINARYTEXT

      static final int X400_T_BINARYTEXT
      ia5-text body part. Only used for creating body part.
      Arbitrary binary data is allowed. However, this violates the X.400 standards
      and may cause problems for receivers of the message. Its use is strongly
      discouraged.
      See Also:
    • X400_T_ISO8859_1

      static final int X400_T_ISO8859_1
      general-text body part containing ISO-8859-1 text.
      On creation, the appropriate character sets are included in the parameters,
      and the data has the appropriate escape sequences added to the start.
      On reception, if the escape sequences are at the start of the data,
      they are removed.
      See Also:
    • X400_T_ISO8859_2

      static final int X400_T_ISO8859_2
      general-text body part containing ISO-8859-2 text
      On creation, the appropriate character sets are included in the parameters,
      and the data has the appropriate escape sequences added to the start.
      On reception, if the escape sequences are at the start of the data,
      they are removed.
      See Also:
    • X400_T_BINARY

      static final int X400_T_BINARY
      bilaterally-defined body part
      See Also:
    • X400_T_MESSAGE

      static final int X400_T_MESSAGE
      Forwarded message body part, or returned IPM in IPN.
      Can only be used as a Body part object.
      There is an underlying message object, and therefore
      See Also:
    • X400_T_FTBP

      static final int X400_T_FTBP
      File transfer body part
      Can only be used as a Body part object.
      Only the unstructured binary file type is supported.
      Only a restricted range of parameters are supported.
      See Also:
    • X400_T_GENERAL_TEXT

      static final int X400_T_GENERAL_TEXT
      general-text body part containing arbitrary character sets
      Can only be used as a Body part object.
      Must set the character set codes in the parameters, and the correct
      escape sequences to switch in the character sets in the data.
      See Also:
    • X400_T_TELETEX

      static final int X400_T_TELETEX
      general-text body part containing arbitrary character sets
      Can only be used as a Body part object.
      Must set the character set codes in the parameters, and the correct
      escape sequences to switch in the character sets in the data.
      See Also:
    • X400_S_EXT_AUTH_INFO

      static final int X400_S_EXT_AUTH_INFO
      X.400 P772 Extended Authorisation Info
      See Also:
    • X400_N_EXT_CODRESS

      static final int X400_N_EXT_CODRESS
      X.400 P772 Extension Codress
      See Also:
    • X400_N_EXT_MSG_TYPE

      static final int X400_N_EXT_MSG_TYPE
      X.400 P772 Message type from MessageType extension
      See Also:
    • X400_N_EXT_PRIM_PREC

      static final int X400_N_EXT_PRIM_PREC
      X.400 P772 Primary Precedence
      See Also:
    • X400_N_EXT_COPY_PREC

      static final int X400_N_EXT_COPY_PREC
      X.400 P772 Copy Precedence
      See Also:
    • X400_PRINTABLE_STRING_SEQ

      static final int X400_PRINTABLE_STRING_SEQ
      X400 P772 Printable String Sequence object
      See Also:
    • X400_S_HANDLING_INSTRUCTIONS

      static final int X400_S_HANDLING_INSTRUCTIONS
      X.400 P772 Used to request a printable string sequence
      object representing the handling instructions
      See Also:
    • X400_S_MESSAGE_INSTRUCTIONS

      static final int X400_S_MESSAGE_INSTRUCTIONS
      X.400 P772 Used to request a printable string sequence object
      prepresenting the handling instructions
      See Also:
    • X400_S_ORIG_REF

      static final int X400_S_ORIG_REF
      X.400 P772 Used to manipulate Originator Reference
      See Also:
    • X400_S_ORIG_PLAD

      static final int X400_S_ORIG_PLAD
      X.400 P772 Used to manipulate Originator PLAD
      See Also:
    • X400_S_DIST_CODES_SIC

      static final int X400_S_DIST_CODES_SIC
      X.400 P772 Used to manipulate distribution code .
      See Also:
    • X400_DIST_CODES_EXT

      static final int X400_DIST_CODES_EXT
      X.400 P772 Used to manipulate distribution code extension fields
      See Also:
    • X400_S_DIST_CODES_EXT_OID

      static final int X400_S_DIST_CODES_EXT_OID
      X.400 P772 Used to manipulate distribution code extension OID
      See Also:
    • X400_S_DIST_CODES_EXT_VALUE

      static final int X400_S_DIST_CODES_EXT_VALUE
      X.400 P772 Used to manipulate distribution code extension values
      See Also:
    • X400_OTHER_RECIP_INDICATOR

      static final int X400_OTHER_RECIP_INDICATOR
      X.400 P772 Used to manipulate Other Recipient Indicator object
      See Also:
    • X400_S_PILOT_FWD_INFO

      static final int X400_S_PILOT_FWD_INFO
      X.400 P772 Pilot Forwarding info binary blob
      See Also:
    • X400_S_ACP127_MSG_ID

      static final int X400_S_ACP127_MSG_ID
      X.400 P772 ACP 127 Message Indentifier
      See Also:
    • X400_ACP127_RESPONSE

      static final int X400_ACP127_RESPONSE
      X.400 P772 ACP 127 Notification response
      See Also:
    • X400_N_ACP127_NOTI_TYPE

      static final int X400_N_ACP127_NOTI_TYPE
      X.400 P772 ACP 127 Notification Request Type
      See Also:
    • X400_S_INFO_SEC_LABEL

      static final int X400_S_INFO_SEC_LABEL
      X.400 P772 Information Security Label
      See Also:
    • X400_N_ADATP3_PARM

      static final int X400_N_ADATP3_PARM
      X.400 P772 ADatP3 Parameter
      See Also:
    • X400_N_ADATP3_CHOICE

      static final int X400_N_ADATP3_CHOICE
      X.400 P772 ADatP3 Choice
      See Also:
    • X400_S_ADATP3_DATA

      static final int X400_S_ADATP3_DATA
      X.400 P772 ADatP3 Data value
      See Also:
    • X400_T_ADATP3

      static final int X400_T_ADATP3
      X.400 P772 ADatP3 body part type
      See Also:
    • X400_T_CORRECTIONS

      static final int X400_T_CORRECTIONS
      X.400 P772 Corrections body part type
      See Also:
    • X400_N_CORREC_PARM

      static final int X400_N_CORREC_PARM
      X.400 P772 Corrections body part param
      See Also:
    • X400_S_CORREC_DATA

      static final int X400_S_CORREC_DATA
      X.400 P772 Corrections body part data
      See Also:
    • X400_T_ACP127DATA

      static final int X400_T_ACP127DATA
      X.400 P772 ACP127DATA body part
      See Also:
    • X400_N_ACP127DATA_PARM

      static final int X400_N_ACP127DATA_PARM
      X.400 P772 ACP127DATA parm
      See Also:
    • X400_S_ACP127_DATA

      static final int X400_S_ACP127_DATA
      X.400 P772 ACP127DATA data
      See Also:
    • X400_T_MM

      static final int X400_T_MM
      X.400 P772 MM Forwarded bodypart
      See Also:
    • X400_T_FWDENC

      static final int X400_T_FWDENC
      X.400 P772 Forwarded Encrypted
      See Also:
    • X400_S_ENCRYPTED_DATA

      static final int X400_S_ENCRYPTED_DATA
      X.400 Encrypted Data. This contains the full octets
      which will be used for the DATA component of the ExternallyDefinedBodypart,
      so includes the BITSTRING tag and length field. See also
      X400_S_ENCRYPTED_DATA_BYTES_ONLY.
      See Also:
    • X400_S_FWD_CONTENT_STRING

      static final int X400_S_FWD_CONTENT_STRING
      The forwarded content body part to be sent, as an octet
      string containing the encoding of the content.
      Defined in X.420
      See Also:
    • X400_T_FWD_CONTENT

      static final int X400_T_FWD_CONTENT
      X.400 Forwarded content bodypart specified within X.420
      See Also:
    • X400_S_ORIG_OR_EXAP_TIME

      static final int X400_S_ORIG_OR_EXAP_TIME
      X.400 Originator OR Address and Expansion history time
      See Also:
    • X400_ORIG_OR_EXAP

      static final int X400_ORIG_OR_EXAP
      X.400 Originator OR Address and Expansion history
      See Also:
    • X400_S_ORIG_CERT

      static final int X400_S_ORIG_CERT
      X.400 Originator certificate
      See Also:
    • X400_N_PROOF_OF_DEL_REQ

      static final int X400_N_PROOF_OF_DEL_REQ
      X.400 Proof of Delivery Request 0 = no, 1 = yes
      See Also:
    • X400_S_EXT_MSG_IDENTIFIER

      static final int X400_S_EXT_MSG_IDENTIFIER
      X.400 P772 Message identifier from MessageType extension
      See Also:
    • X400_S_ENCRYPTED_DATA_BYTES_ONLY

      static final int X400_S_ENCRYPTED_DATA_BYTES_ONLY
      X.400 Encrypted Data bytes. This contains the octets of
      encrypted data which will be used for the DATA component
      of the ExternallyDefinedBodypart EXCLUDING the BITSTRING
      wrapper. Wrapping and unwrapping to/from BITSTRING will
      be handled by the API
      See Also:
    • X400_T_ISO646

      static final int X400_T_ISO646
      general-text body part containing ISO-646 text (i.e. charsets {1,6} only).
      On creation, the appropriate character sets are included in the parameters,
      and the data has the appropriate escape sequences added to the start.
      On reception, if the escape sequences are at the start of the data,
      they are removed.
      See Also:
    • X400_N_IS_IPN

      static final int X400_N_IS_IPN
      True if message is an IPN rather than IPM
      See Also:
    • X400_S_SUBJECT_IPM

      static final int X400_S_SUBJECT_IPM
      IPM Identifier of subject message
      See Also:
    • X400_S_CONVERSION_EITS

      static final int X400_S_CONVERSION_EITS
      Space separated list of EIT names
      See Also:
    • X400_N_NON_RECEIPT_REASON

      static final int X400_N_NON_RECEIPT_REASON
      Non-receipt reason: 0 - discarded; 1 - auto-forwarded
      See Also:
    • X400_N_DISCARD_REASON

      static final int X400_N_DISCARD_REASON
      Discard reason: 0 - ipm-expired; 1 - ipm-obsoleted;
      2 - user subscription terminated
      See Also:
    • X400_S_AUTOFORWARD_COMMENT

      static final int X400_S_AUTOFORWARD_COMMENT
      Autoforward comment
      See Also:
    • X400_S_RECEIPT_TIME

      static final int X400_S_RECEIPT_TIME
      Time of receipt: UTCTime format
      See Also:
    • X400_N_ACK_MODE

      static final int X400_N_ACK_MODE
      Acknowledgement mode: 0 - manual; 1 -automatic
      See Also:
    • X400_S_SUPP_RECEIPT_INFO

      static final int X400_S_SUPP_RECEIPT_INFO
      Supplementary information associated with IPN
      See Also:
    • X400_S_SUBJECT_IDENTIFIER

      static final int X400_S_SUBJECT_IDENTIFIER
      X.400 Report subject identifier: RFC 2156 string form
      See Also:
    • X400_S_SUPPLEMENTARY_INFO

      static final int X400_S_SUPPLEMENTARY_INFO
      Per-reported recipient supplementary information
      See Also:
    • X400_N_TYPE_OF_USER

      static final int X400_N_TYPE_OF_USER
      Type of MTS user for delivery - see standards for values
      See Also:
    • X400_S_ARRIVAL_TIME

      static final int X400_S_ARRIVAL_TIME
      Per-reported recipient arrival time
      See Also:
    • X400_N_NON_DELIVERY_REASON

      static final int X400_N_NON_DELIVERY_REASON
      Non-delivery Reason - see standards for values
      See Also:
    • X400_N_NON_DELIVERY_DIAGNOSTIC

      static final int X400_N_NON_DELIVERY_DIAGNOSTIC
      Non-delivery diagnostic - see standards for values
      See Also:
    • X400_S_LOG_CONFIGURATION

      static final int X400_S_LOG_CONFIGURATION
      Magic value used for setting of logging config.
      Value should be an XML blob containing the log
      configuration in standard R11+ Isode form.
      See Also:
    • X400_N_REPORTS

      static final int X400_N_REPORTS
      Magic value used for setting of x400 report control
      This only applies for the gateway interface.
      It controls what Reports are generated on transferring
      a message from the MTA to the user of the API.
      0 - (default) do not generate a report
      1 - generate a positive delivery report
      2 - always generate a non-delivery report
      See Also:
    • X400_S_CONTENT_FILE_PATH

      static final int X400_S_CONTENT_FILE_PATH
      Configures the path that should be used for output
      of files containing raw content, when
      X400_S_CONTENT_FILE attribute type is used to request
      raw-content-in-a-file.
      See Also:
    • X400_N_WAIT_INTERVAL

      static final int X400_N_WAIT_INTERVAL
      Configures the interval (in seconds) which the
      X400msWait function should wait for between polling
      for new messages using the Summarize operation.
      If not set, the interval defaults to 2 seconds.
      See Also:
    • X400_S_LOG_CONFIGURATION_FILE

      static final int X400_S_LOG_CONFIGURATION_FILE
      Magic value used for setting of logging config.
      Value should be the name of, or full path to,
      a file holding the log configuration in standard
      R11+ Isode form.
      See Also:
    • X400_B_RETURN_VERIFICATION_ERRORS

      static final int X400_B_RETURN_VERIFICATION_ERRORS
      Magic value used to direct the API to return the
      signature verification errors.
      By default the API will return X400_E_NOERROR if
      verification of a MOAC fails. This ensures that
      old applications are forward compatible with this
      version of the API.
      Setting this value to TRUE causes
      the API to return X400_E_X509_VERIFY_FAILURE rather then
      X400_E_NOERROR when verification fails.
      0 - (default) return X400_E_NOERROR when verification of MOAC fails
      1 - return X400_E_X509_VERIFY_FAILURE when verification of MOAC fails
      See Also:
    • X400_ADATP3_SEP

      static final int X400_ADATP3_SEP
      ADatP3 bodypart types can be a sequence of IA5text strings.
      This value is a NULL terminated string of characters used to
      deliminate the IA5test strings. By default this is "\r\n"
      See Also:
    • X400_N_CHECKCONNECTION_TIMEOUT

      static final int X400_N_CHECKCONNECTION_TIMEOUT
      Configures the timeout (in seconds) which the
      X400msCheckConnection function should wait for
      a response from the Message Store or P3 Server process.
      This is useful if performing a connection check
      against an R14.6 p3server, which will not return a result
      (due to a bug).
      If this attribute is not set, the CheckConnection
      function will wait indefinitely.
      See Also:
    • X400_S_PRIVATE_OID_PCT_EQUIVALENT

      static final int X400_S_PRIVATE_OID_PCT_EQUIVALENT
      Configures an OID content-type string which should be treated
      as the equivalent of the PCT OID, when retrieving a message
      from the Outbox (i.e. a Submitted Message).
      See Also:
    • X400_N_OR_CANONICAL

      static final int X400_N_OR_CANONICAL
      Setting this true will cause all ORAddress -> string conversion to
      output in "canonical" form. In particular, this means that ORAddress
      attribute which use Teletex, BMP or Universal string syntaxes will be
      output as UTF-8, rather than "syntax identifier + UTF-7 encoding" form,
      which is the default.
      See Also:
    • X400_S_GRAPHIC_CHARSETS

      static final int X400_S_GRAPHIC_CHARSETS
      String containing the integer registration numbers for the character
      sets to be used by GraphicStrings. The decimal values are separated by space
      characters, e.g. "6 144". If not explicitly configured, the default set
      of "6" (US-ASCII) will be assumed.
      See Also:
    • X400_S_TELETEX_CHARSETS

      static final int X400_S_TELETEX_CHARSETS
      String containing the integer registration numbers for the character
      sets to be used by Teletex Strings. The decimal values are separated by space
      characters, e.g. "102 103 106 107 144". If not explicitly configured, the
      default set of "102, 103, 106, 107" will be assumed.
      See Also:
    • X400_S_LIST_ATTR

      static final int X400_S_LIST_ATTR
      For internal use only.
      See Also:
    • X400_N_BODY_TYPE

      static final int X400_N_BODY_TYPE
      Type of body part. Value is the X400_T value
      See Also:
    • X400_S_BODY_DATA

      static final int X400_S_BODY_DATA
      Body part data as octet string. For Teletex body part this is
      the concatenation of the strings.
      See Also:
    • X400_S_GENERAL_TEXT_CHARSETS

      static final int X400_S_GENERAL_TEXT_CHARSETS
      String containing the integer registration numbers for the character
      sets within the body part. The decimal values are separated by space
      characters. E.g. "1 6 100"
      See Also:
    • X400_N_FTBP_ENCODING

      static final int X400_N_FTBP_ENCODING
      Boolean for encoding the Ftbp data. If unset or zero, then
      the octet-aligned encoding is used. If set to a non-zero value
      then the single-asn1 encoding choice is used.

      Only used for output.
      See Also:
    • X400_S_FTBP_APPLICATION_REFERENCE_OID

      static final int X400_S_FTBP_APPLICATION_REFERENCE_OID
      The Ftbp application reference as an Object Identifier,
      with a value as a dotted decimal value.
      See Also:
    • X400_S_FTBP_APPLICATION_REFERENCE_STR

      static final int X400_S_FTBP_APPLICATION_REFERENCE_STR
      The Ftbp application reference as a string.
      If both this and the OID reference are set,
      only the OID reference is used.
      See Also:
    • X400_S_FTBP_CONTENT_DESCRIPTION

      static final int X400_S_FTBP_CONTENT_DESCRIPTION
      The user-visible-string in the environment of Ftbp
      See Also:
    • X400_S_FTBP_FILENAME

      static final int X400_S_FTBP_FILENAME
      Name of associated file for Ftbp
      See Also:
    • X400_S_FTBP_CREATION_DATE

      static final int X400_S_FTBP_CREATION_DATE
      Creation date of file for Ftbp as GeneralizedTime
      See Also:
    • X400_S_FTBP_MODIFICATION_DATE

      static final int X400_S_FTBP_MODIFICATION_DATE
      Modification date of file for Ftbp as GeneralizedTime
      See Also:
    • X400_S_FTBP_READ_DATE

      static final int X400_S_FTBP_READ_DATE
      Read date of file for Ftbp as GeneralizedTime
      See Also:
    • X400_N_FTBP_OBJECT_SIZE

      static final int X400_N_FTBP_OBJECT_SIZE
      Recorded file size of Ftbp.
      This may be different from the transfered size
      See Also:
    • X400_S_BODY_DATA_RAW

      static final int X400_S_BODY_DATA_RAW
      Raw octets from/for Data component of GeneralTextBodypart,
      including character set escape sequences etc.
      See Also:
    • X400_N_MS_ENTRY_STATUS

      static final int X400_N_MS_ENTRY_STATUS
      Message Store entry status
      See Also:
    • X400_N_MS_SEQUENCE_NUMBER

      static final int X400_N_MS_SEQUENCE_NUMBER
      Message Store sequence number
      See Also:
    • X400_N_DELETE_AFTER_AUTO_FORWARDING

      static final int X400_N_DELETE_AFTER_AUTO_FORWARDING
      Control for RegisterMS operation
      See Also:
    • X400_S_AUTO_FORWARDING_COMMENT

      static final int X400_S_AUTO_FORWARDING_COMMENT
      Text to be included in an IPN generated because of
      an autoforwarding auto-action
      See Also:
    • X400_S_COVER_NOTE

      static final int X400_S_COVER_NOTE
      Text to be included in an autoforwarding IPM
      See Also:
    • X400_S_THIS_IPM_PREFIX

      static final int X400_S_THIS_IPM_PREFIX
      IPM prefix to be used in an autoforwarding IPM
      See Also:
    • X400_N_DELAYED_AUTOFORWARDING_INTERVAL

      static final int X400_N_DELAYED_AUTOFORWARDING_INTERVAL
      Controls "delayed-autoforwarding" autoaction -
      interval is in seconds
      See Also:
    • X400_N_FIRST_SEQUENCE_NUMBER

      static final int X400_N_FIRST_SEQUENCE_NUMBER
      Use in X400msSetIntDefault call to configure the API's
      view of what the lowest sequence number in the P7 Store is.
      The default value is "0" (in line with X.413), but you may
      need to configure the API to regard "1" as the lowest valid
      sequence number for interworking with some third-party
      Message Stores - in particular the Thales Store seems to
      have a magic entry with sequence number "0" which shows up
      in List and Summarize operations, but does not represent
      a real message, and consequently cannot provide Content,
      Envelope etc to Fetch operations and cannot be
      deleted. Configuring the API so that it regards "1"
      as the lowest sequence number will allow the API to
      ignore this magic entry.
      See Also:
    • X400_N_STRICT_P7_1988

      static final int X400_N_STRICT_P7_1988
      Use in X400msSetIntDefault call to configure the API to
      stick to the X.400 1988 attribute set when fetching message.
      This may be needed for inworking with some non-Isode
      Message Stores.
      See Also:
    • X400_N_USE_EXTENDED_SUBJECT

      static final int X400_N_USE_EXTENDED_SUBJECT
      Use in X400msSetIntDefault call to configure the API to
      generate the extended-subject heading extension as well
      as the standard basic Subject field - the former uses
      UniversalString, so can include any characters, and
      can be up to 256 characters long.
      See Also:
    • X400_N_ERROR_DUPLICATE_ATTRIBUTE

      static final int X400_N_ERROR_DUPLICATE_ATTRIBUTE
      Use in X400msSetIntDefault call to configure the API to
      report an error when a duplicate attribute is added to
      an X.400 API object (e.g. two X400_S_SUBJECT values).
      If the flag is set TRUE, then an X400_E_ATTRIBUTE_ALREADY_PRESENT
      error will be returned: if set FALSE, then the duplicate
      attribute will be ignored.
      See Also:
    • X400_MS_ENTRY_STATUS_NEW

      static final int X400_MS_ENTRY_STATUS_NEW
      Message is new
      See Also:
    • X400_MS_ENTRY_STATUS_LISTED

      static final int X400_MS_ENTRY_STATUS_LISTED
      Message has been listed
      See Also:
    • X400_MS_ENTRY_STATUS_FETCHED

      static final int X400_MS_ENTRY_STATUS_FETCHED
      Message has been fetched
      See Also:
    • X400_PRIORITY_ANY

      static final int X400_PRIORITY_ANY
      Used when selecting messages of any priority
      See Also:
    • X400_PRIORITY_URGENT

      static final int X400_PRIORITY_URGENT
      Urgent message
      See Also:
    • X400_PRIORITY_NON_URGENT

      static final int X400_PRIORITY_NON_URGENT
      Non-urgent message
      See Also:
    • X400_PRIORITY_NORMAL

      static final int X400_PRIORITY_NORMAL
      Normal message
      See Also:
    • X400_CRITICAL_NONE

      static final int X400_CRITICAL_NONE
      See Also:
    • X400_CRITICAL_SUBMISSION

      static final int X400_CRITICAL_SUBMISSION
      See Also:
    • X400_CRITICAL_TRANSFER

      static final int X400_CRITICAL_TRANSFER
      See Also:
    • X400_CRITICAL_DELIVERY

      static final int X400_CRITICAL_DELIVERY
      See Also:
    • X400_AUTO_ALERT

      static final int X400_AUTO_ALERT
      The auto-alert autoaction
      See Also:
    • X400_AUTO_FORWARDING

      static final int X400_AUTO_FORWARDING
      The auto-forwarding autoaction
      See Also:
    • X400_DL_EXPANSION_HISTORY

      static final int X400_DL_EXPANSION_HISTORY
      Distribution List Expansion History object
      See Also:
    • X400_S_SECURITY_LABEL

      static final int X400_S_SECURITY_LABEL
      X.400 Security label object
      See Also:
    • X400_TRACE_INFO

      static final int X400_TRACE_INFO
      X.400 Trace info object
      See Also:
    • X400_REDIRECTION_HISTORY

      static final int X400_REDIRECTION_HISTORY
      X.400 Redirection History object
      See Also:
    • X400_SUBJECT_TRACE_INFO

      static final int X400_SUBJECT_TRACE_INFO
      X.400 Subject Intermediate Trace Information used in report content
      See Also:
    • X400_INTERNAL_TRACE_INFO

      static final int X400_INTERNAL_TRACE_INFO
      X.400 Internal trace info object
      See Also:
    • X400_EXT_ADDRESS_LIST_IND

      static final int X400_EXT_ADDRESS_LIST_IND
      X.400 P772 Address List Indicator
      See Also:
    • X400_REDIRECTION_HISTORY_ENV

      static final int X400_REDIRECTION_HISTORY_ENV
      X.400 Redirection history object associated with the message envelope instead of being per recipient. IE 8.3.1.2.1.5 of X.411
      See Also:
    • X400_S_IOB_OR_ADDRESS

      static final int X400_S_IOB_OR_ADDRESS
      X.400 ORDescriptor OR address
      See Also:
    • X400_S_IOB_DN_ADDRESS

      static final int X400_S_IOB_DN_ADDRESS
      X.400 ORDescriptor DN value
      See Also:
    • X400_S_IOB_FREE_FORM_NAME

      static final int X400_S_IOB_FREE_FORM_NAME
      X.400 ORDescriptor free form name
      See Also:
    • X400_S_IOB_TEL

      static final int X400_S_IOB_TEL
      X.400 ORDescriptor telephone number
      See Also:
    • X400_B_SEC_GEN_MESSAGE_TOKEN

      static final int X400_B_SEC_GEN_MESSAGE_TOKEN
      Generate Message Token 0: no (default), 1: yes
      See Also:
    • X400_B_SEC_ADD_CERT_PATH

      static final int X400_B_SEC_ADD_CERT_PATH
      Include Certificate Path when generating Message Token 0: no (default), 1: yes
      See Also:
    • X400_B_SEC_CONTENT_INTEGRITY_CHECK

      static final int X400_B_SEC_CONTENT_INTEGRITY_CHECK
      Add Content Integrity Extension and use in Message Token: no (default), 1: yes
      See Also:
    • X400_B_P1_GATEWAY_INBOUND_SIGN

      static final int X400_B_P1_GATEWAY_INBOUND_SIGN
      Sign messages on the P1 inbound gateway channel (x400mt) if not already signed.
      Only Security Database configurations are supported.
      The value of X400_S_SEC_DB_CONFIGURATION is used to control which configuration
      is used.
      0: no gateway signing (default), 1: sign on the gateway
      See Also:
    • X400_N_MSGTOK_STATUS

      static final int X400_N_MSGTOK_STATUS
      Status of recipient Message Token - See below for possible values
      See Also:
    • X400_S_MSGTOK_DER

      static final int X400_S_MSGTOK_DER
      Token in recipient when verifying a Message Token signature
      See Also:
    • X400_N_MSGTOK_SEQ_NUM

      static final int X400_N_MSGTOK_SEQ_NUM
      Sequence number in Message Token
      See Also:
    • X400_S_MSGTOK_RECIP

      static final int X400_S_MSGTOK_RECIP
      Recipient in Message Token
      See Also:
    • X400_S_MSGTOK_SEC_LAB

      static final int X400_S_MSGTOK_SEC_LAB
      Security Label in Message Token
      See Also:
    • X400_N_MSGTOK_PODR_STATUS

      static final int X400_N_MSGTOK_PODR_STATUS
      Information about PODR in Token and Envelope
      See Also:
    • X400_N_MSGTOK_SEC_LAB_STATUS

      static final int X400_N_MSGTOK_SEC_LAB_STATUS
      Information about Security Label in Token and Envelope
      See Also:
    • X400_N_MSGTOK_RECIP_STATUS

      static final int X400_N_MSGTOK_RECIP_STATUS
      Information about Recipient in Token and Envelope
      See Also:
    • X400_N_MSGTOK_CIC_STATUS

      static final int X400_N_MSGTOK_CIC_STATUS
      Status of CIC in Message Token
      See Also:
    • X400_S_MSGTOK_CIC

      static final int X400_S_MSGTOK_CIC
      Content Integrity Check DER from Message Token
      See Also:
    • X400_N_RECIP_CIC_STATUS

      static final int X400_N_RECIP_CIC_STATUS
      CIC status
      See Also:
    • X400_S_RECIP_CIC

      static final int X400_S_RECIP_CIC
      Content Integrity Check BER
      See Also:
    • X400_TOKEN_ARG_IN_TOK

      static final int X400_TOKEN_ARG_IN_TOK
      Bit in STATUS integer set if argument is present in Token
      See Also:
    • X400_TOKEN_ARG_IN_ENV

      static final int X400_TOKEN_ARG_IN_ENV
      Bit in STATUS integer set if argument is present in envelope
      See Also:
    • X400_TOKEN_TOK_AND_ENV_ARGS_MATCH

      static final int X400_TOKEN_TOK_AND_ENV_ARGS_MATCH
      Bit in STATUS integer set if arguments in Token and envelope match
      See Also:
    • X400_N_CERT_MOAC

      static final int X400_N_CERT_MOAC
      Certificate related to message-origination-authentication-check
      in a message
      See Also:
    • X400_N_CERT_MSGTOK

      static final int X400_N_CERT_MSGTOK
      Certificate related to message-token (in recipient)
      See Also:
    • X400_N_CERT_RECIP_CIC

      static final int X400_N_CERT_RECIP_CIC
      Certificate related to content-integrity-check (in recipient extension)
      See Also:
    • X400_N_CERT_MSGTOK_CIC

      static final int X400_N_CERT_MSGTOK_CIC
      Certificate related to content-integrity-check in message-token
      in a recipient
      See Also:
    • X400_S_CERT_BER

      static final int X400_S_CERT_BER
      Certificate raw data
      See Also:
    • X400_S_CERT_SUBJECT_DN

      static final int X400_S_CERT_SUBJECT_DN
      DN of subject from certificate
      See Also:
    • X400_S_CERT_ISSUER_DN

      static final int X400_S_CERT_ISSUER_DN
      DN of issuer of certificate
      See Also:
    • X400_S_CERT_SERIAL_NUM

      static final int X400_S_CERT_SERIAL_NUM
      Serial number of certificate
      See Also:
    • X400_N_CERT_ORADDRESS_STATUS

      static final int X400_N_CERT_ORADDRESS_STATUS
      Status of match between ORaddress subject alt. name and originator
      If X400_E_NOERROR, then present and a match.
      If X400_E_NO_VALUE, then no ORaddress in certificate
      If X400_E_NO_MATCH, then present but does not match
      See Also:
    • X400_N_CERT_MTANAME_STATUS

      static final int X400_N_CERT_MTANAME_STATUS
      Status of match between MTAname SAN and first element of trace.
      If X400_E_NOERROR, then present and a match.
      If X400_E_NO_VALUE, then no ORaddress in certificate
      If X400_E_NO_MATCH, then present but does not match
      See Also:
    • X400_RR_RECIP_ASSIGNED_ALT_RECIP

      static final int X400_RR_RECIP_ASSIGNED_ALT_RECIP
      X.400 Recipient assigned alternate recipient
      See Also:
    • X400_RR_ORIG_REQUESTED_ALT_RECIP

      static final int X400_RR_ORIG_REQUESTED_ALT_RECIP
      X.400 Origintator requested alternate recipient
      See Also:
    • X400_RR_RECIP_MD_ASSIGNED_ALT_RECIP

      static final int X400_RR_RECIP_MD_ASSIGNED_ALT_RECIP
      X.400 Recipient MD assigned alternate recipient
      See Also:
    • X400_RR_ALIAS

      static final int X400_RR_ALIAS
      X.400 Alias
      See Also:
    • X400_RR_IC_SYNONYM

      static final int X400_RR_IC_SYNONYM
      X.400 IC synonym
      See Also:
    • X400_RR_IC_EXTERNAL_SYNONYM

      static final int X400_RR_IC_EXTERNAL_SYNONYM
      X.400 IC external synonym
      See Also:
    • X400_RR_IC_AMBIGUOUS

      static final int X400_RR_IC_AMBIGUOUS
      X.400 IC ambiguous
      See Also:
    • X400_S_MTA_NAME

      static final int X400_S_MTA_NAME
      X.400 MTA Name
      See Also:
    • X400_S_MTA_SI_TIME

      static final int X400_S_MTA_SI_TIME
      X.400 MTA Supplied Information Arrival Time
      See Also:
    • X400_N_MTA_SI_ROUTING_ACTION

      static final int X400_N_MTA_SI_ROUTING_ACTION
      X.400 MTA Supplied Information Routing Action
      See Also:
    • X400_S_MTA_SI_ATTEMPTED_MTA

      static final int X400_S_MTA_SI_ATTEMPTED_MTA
      X.400 MTA Supplied Information Attempted MTA
      See Also:
    • X400_S_MTA_SI_ATTEMPTED_DOMAIN

      static final int X400_S_MTA_SI_ATTEMPTED_DOMAIN
      X.400 MTA Supplied Information Attempted Domain
      See Also:
    • X400_S_MTA_SI_DEFERRED_TIME

      static final int X400_S_MTA_SI_DEFERRED_TIME
      X.400 MTA Supplied Information Deferered time
      See Also:
    • X400_S_MTA_SI_CEIT

      static final int X400_S_MTA_SI_CEIT
      X.400 MTA Supplied Information CEIT
      See Also:
    • X400_N_MTA_SI_OTHER_ACTIONS

      static final int X400_N_MTA_SI_OTHER_ACTIONS
      X.400 MTA Supplied Information Other Actions
      See Also:
    • X400_N_MTA_SI_ATTEMPTED_ACTION

      static final int X400_N_MTA_SI_ATTEMPTED_ACTION
      X.400 MTA Supplied Information Attempted Action
      See Also:
    • X400_MTA_SI_RA_MTA

      static final int X400_MTA_SI_RA_MTA
      X.400 MTA Supplied Information Routing Action MTA
      See Also:
    • X400_MTA_SI_DOMAIN

      static final int X400_MTA_SI_DOMAIN
      X.400 MTA Supplied Information Routing Action Domain
      See Also:
    • X400_MTA_SI_ROUTING_ACTION_RELAYED

      static final int X400_MTA_SI_ROUTING_ACTION_RELAYED
      X.400 MTA Supplied Information Routing Action Relayed
      See Also:
    • X400_MTA_SI_ROUTING_ACTION_REROUTED

      static final int X400_MTA_SI_ROUTING_ACTION_REROUTED
      X.400 MTA Supplied Information Routing Action Rerouted
      See Also:
    • X400_MTA_SI_OTHER_ACTION_REDIRECTED

      static final int X400_MTA_SI_OTHER_ACTION_REDIRECTED
      X.400 MTA Supplied Information Other Action Redirected
      See Also:
    • X400_MTA_SI_OTHER_ACTION_DLOPERATION

      static final int X400_MTA_SI_OTHER_ACTION_DLOPERATION
      X.400 MTA Supplied Information Other Action DL operation
      See Also:
    • X400_N_ALI_TYPE

      static final int X400_N_ALI_TYPE
      X.400 Address List Indicator object type
      See Also:
    • X400_N_ALI_NOTIFICATION_REQUEST

      static final int X400_N_ALI_NOTIFICATION_REQUEST
      X.400 Address List Indicator Notification Request
      See Also:
    • X400_N_ALI_REPLY_REQUEST

      static final int X400_N_ALI_REPLY_REQUEST
      X.400 Address List Indicator Reply Request
      See Also:
    • X400_ACP127_NOTI_TYPE_NEG

      static final int X400_ACP127_NOTI_TYPE_NEG
      X.400 Acp127 Notification Type: Negative Notification
      See Also:
    • X400_ACP127_NOTI_TYPE_POS

      static final int X400_ACP127_NOTI_TYPE_POS
      X.400 Acp127 Notification Type: Positive Notification
      See Also:
    • X400_ACP127_NOTI_TYPE_TRANS

      static final int X400_ACP127_NOTI_TYPE_TRANS
      X.400 Acp127 Notification Type: Transfer Notification
      See Also:
    • X400_N_ACP127_NOTI_RESP_TYPE

      static final int X400_N_ACP127_NOTI_RESP_TYPE
      X400. P772 ACP 127 Notification Response Type
      See Also:
    • X400_S_ACP127_NOTI_RESP_TIME

      static final int X400_S_ACP127_NOTI_RESP_TIME
      X400. P772 ACP 127 Notification Response Time
      See Also:
    • X400_S_ACP127_NOTI_RESP_ALI

      static final int X400_S_ACP127_NOTI_RESP_ALI
      Used internally.
      See Also:
    • X400_S_ACP127_NOTI_RESP_RECIPIENT

      static final int X400_S_ACP127_NOTI_RESP_RECIPIENT
      X400. P772 ACP 127 Notification Response Recipient
      See Also:
    • X400_S_ACP127_NOTI_RESP_SUPP_INFO

      static final int X400_S_ACP127_NOTI_RESP_SUPP_INFO
      X400. P772 ACP 127 Notification Suppliement information
      See Also:
    • X400_N_S4406_SINGLE_WRAP

      static final int X400_N_S4406_SINGLE_WRAP
      STANAG 4406 Single Signing
      See Also:
    • X400_DE_SECURITY_ERROR

      static final int X400_DE_SECURITY_ERROR
      Security error on delivery
      See Also:
    • X400_DE_DELIVERY_CONTROL_VIOLATED

      static final int X400_DE_DELIVERY_CONTROL_VIOLATED
      Delivery control violated
      See Also:
    • X400_DE_UNSUPPORTED_CRITICAL_FUNCTION

      static final int X400_DE_UNSUPPORTED_CRITICAL_FUNCTION
      Unsupported critical function
      See Also:
    • X400_DE_REMOTE_BIND_ERROR

      static final int X400_DE_REMOTE_BIND_ERROR
      Remote bind error
      See Also:
    • X400_SP_ASSEMBLY_INSTRUCTIONS_CONFLICT_WITH_SECURITY_SERVICES

      static final int X400_SP_ASSEMBLY_INSTRUCTIONS_CONFLICT_WITH_SECURITY_SERVICES
      See Also:
    • X400_SP_AUTHENTICATION_PROBLEM

      static final int X400_SP_AUTHENTICATION_PROBLEM
      See Also:
    • X400_SP_AUTHENTICATION_FAILURE_ON_SUBJECT_MESSAGE

      static final int X400_SP_AUTHENTICATION_FAILURE_ON_SUBJECT_MESSAGE
      See Also:
    • X400_SP_CONFIDENTIALITY_ASSOCIATION_PROBLEM

      static final int X400_SP_CONFIDENTIALITY_ASSOCIATION_PROBLEM
      See Also:
    • X400_SP_DECRYPTION_FAILED

      static final int X400_SP_DECRYPTION_FAILED
      See Also:
    • X400_SP_DECRYPTION_KEY_UNOBTAINABLE

      static final int X400_SP_DECRYPTION_KEY_UNOBTAINABLE
      See Also:
    • X400_SP_FAILURE_OF_PROOF_OF_MESSAGE

      static final int X400_SP_FAILURE_OF_PROOF_OF_MESSAGE
      See Also:
    • X400_SP_FORBIDDEN_USER_SECURITY_LABEL_REGISTER

      static final int X400_SP_FORBIDDEN_USER_SECURITY_LABEL_REGISTER
      See Also:
    • X400_SP_INCOMPATIBLE_CHANGE_WITH_ORIGINAL_SECURITY_CONTEXT

      static final int X400_SP_INCOMPATIBLE_CHANGE_WITH_ORIGINAL_SECURITY_CONTEXT
      See Also:
    • X400_SP_INTEGRITY_FAILURE_ON_SUBJECT_MESSAGE

      static final int X400_SP_INTEGRITY_FAILURE_ON_SUBJECT_MESSAGE
      See Also:
    • X400_SP_INVALID_SECURITY_LABEL

      static final int X400_SP_INVALID_SECURITY_LABEL
      See Also:
    • X400_SP_INVALID_SECURITY_LABEL_UPDATE

      static final int X400_SP_INVALID_SECURITY_LABEL_UPDATE
      See Also:
    • X400_SP_KEY_FAILURE

      static final int X400_SP_KEY_FAILURE
      See Also:
    • X400_SP_MANDATORY_PARAMETER_ABSENCE

      static final int X400_SP_MANDATORY_PARAMETER_ABSENCE
      See Also:
    • X400_SP_OPERATION_SECURITY_FAILURE

      static final int X400_SP_OPERATION_SECURITY_FAILURE
      See Also:
    • X400_SP_REDIRECTION_PROHIBITED

      static final int X400_SP_REDIRECTION_PROHIBITED
      See Also:
    • X400_SP_REFUSED_ALTERNATE_RECIPIENT_NAME

      static final int X400_SP_REFUSED_ALTERNATE_RECIPIENT_NAME
      See Also:
    • X400_SP_REPUDIATION_FAILURE_OF_MESSAGE

      static final int X400_SP_REPUDIATION_FAILURE_OF_MESSAGE
      See Also:
    • X400_SP_RESPONDER_CREDENTIALS_CHECKING_PROBLEM

      static final int X400_SP_RESPONDER_CREDENTIALS_CHECKING_PROBLEM
      See Also:
    • X400_SP_SECURITY_CONTEXT_FAILURE

      static final int X400_SP_SECURITY_CONTEXT_FAILURE
      See Also:
    • X400_SP_SECURITY_CONTEXT_PROBLEM

      static final int X400_SP_SECURITY_CONTEXT_PROBLEM
      See Also:
    • X400_SP_SECURITY_POLICY_VIOLATION

      static final int X400_SP_SECURITY_POLICY_VIOLATION
      See Also:
    • X400_SP_SECURITY_SERVICES_REFUSAL

      static final int X400_SP_SECURITY_SERVICES_REFUSAL
      See Also:
    • X400_SP_TOKEN_DECRYPTION_FAILED

      static final int X400_SP_TOKEN_DECRYPTION_FAILED
      See Also:
    • X400_SP_TOKEN_ERROR

      static final int X400_SP_TOKEN_ERROR
      See Also:
    • X400_SP_UNABLE_TO_AGGREGATE_SECURITY_LABELS

      static final int X400_SP_UNABLE_TO_AGGREGATE_SECURITY_LABELS
      See Also:
    • X400_SP_UNAUTHORISED_DL_NAME

      static final int X400_SP_UNAUTHORISED_DL_NAME
      See Also:
    • X400_SP_UNAUTHORISED_ENTRY_CLASS

      static final int X400_SP_UNAUTHORISED_ENTRY_CLASS
      See Also:
    • X400_SP_UNAUTHORISED_ORIGINALLY_INTENDED_RECIPIENT_NAME

      static final int X400_SP_UNAUTHORISED_ORIGINALLY_INTENDED_RECIPIENT_NAME
      See Also:
    • X400_SP_UNAUTHORISED_ORIGINATOR_NAME

      static final int X400_SP_UNAUTHORISED_ORIGINATOR_NAME
      See Also:
    • X400_SP_UNAUTHORISED_RECIPIENT_NAME

      static final int X400_SP_UNAUTHORISED_RECIPIENT_NAME
      See Also:
    • X400_SP_UNAUTHORISED_SECURITY_LABEL_UPDATE

      static final int X400_SP_UNAUTHORISED_SECURITY_LABEL_UPDATE
      See Also:
    • X400_SP_UNAUTHORISED_USER_NAME

      static final int X400_SP_UNAUTHORISED_USER_NAME
      See Also:
    • X400_SP_UNKNOWN_SECURITY_LABEL

      static final int X400_SP_UNKNOWN_SECURITY_LABEL
      See Also:
    • X400_SP_UNSUPPORTED_ALGORITHM_IDENTIFIER

      static final int X400_SP_UNSUPPORTED_ALGORITHM_IDENTIFIER
      See Also:
    • X400_SP_UNSUPPORTED_SECURITY_POLICY

      static final int X400_SP_UNSUPPORTED_SECURITY_POLICY
      See Also:
    • X400_TYPE_MS

      static final int X400_TYPE_MS
      Connection is to an X.400 Message Store
      See Also:
    • X400_TYPE_MTA_SUBMIT

      static final int X400_TYPE_MTA_SUBMIT
      Connection is to an X.400 MTA for submission only
      See Also:
    • X400_TYPE_MTA_BOTH

      static final int X400_TYPE_MTA_BOTH
      Connection is to an X.400 MTA for delivery and submission
      See Also:
    • X400_EVENT_READ

      static final int X400_EVENT_READ
      Application should wait for read event
      See Also:
    • X400_EVENT_WRITE

      static final int X400_EVENT_WRITE
      Application should wait for write event
      See Also:
    • X400_EVENT_ERROR

      static final int X400_EVENT_ERROR
      Application should wait for error event
      See Also:
    • X400_EVENT_ALL

      static final int X400_EVENT_ALL
      Application should wait for all three types of event
      See Also:
    • MS_ENTRY_CLASS_STORED_MESSAGES

      static final int MS_ENTRY_CLASS_STORED_MESSAGES
      Messages which have been delivered into the Message Store
      See Also:
    • MS_ENTRY_CLASS_SUBMITTED_MESSAGES

      static final int MS_ENTRY_CLASS_SUBMITTED_MESSAGES
      Messages which have been stored in the Message Store on submission
      See Also:
    • MS_ENTRY_STATUS_ANY

      static final int MS_ENTRY_STATUS_ANY
      Select messages in any state
      See Also:
    • MS_ENTRY_STATUS_NEW

      static final int MS_ENTRY_STATUS_NEW
      Select messages in state NEW
      See Also:
    • MS_ENTRY_STATUS_LISTED

      static final int MS_ENTRY_STATUS_LISTED
      Select messages in state LISTED
      See Also:
    • MS_ENTRY_STATUS_FETCHED

      static final int MS_ENTRY_STATUS_FETCHED
      Select messages in state FETCHED
      See Also:
    • MS_ENTRY_STATUS_NEW_OR_LISTED

      static final int MS_ENTRY_STATUS_NEW_OR_LISTED
      Select messages in state NEW or LISTED
      See Also:
    • MS_ENTRY_STATUS_LISTED_OR_FETCHED

      static final int MS_ENTRY_STATUS_LISTED_OR_FETCHED
      Select messages in state LISTED or FETCHED
      See Also: