@Immutable public final class CPartnershipIDs extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESS_AFTER_SIGNING
Value for
PA_COMPRESSION_MODE: compress after sign |
static String |
COMPRESS_BEFORE_SIGNING
Value for
PA_COMPRESSION_MODE: compress before sign |
static String |
PA_AS2_MDN_OPTIONS
Requested options for returned MDN
|
static String |
PA_AS2_MDN_TO
Fill in to request an MDN for a transaction
|
static String |
PA_AS2_RECEIPT_DELIVERY_OPTION
URL destination for an async MDN
|
static String |
PA_AS2_URL
URL destination for AS2 transactions
|
static String |
PA_BLOCK_ERROR_MDN
If set and an error occurs while processing a document, an error MDN will
not be sent.
|
static String |
PA_COMPRESSION_MODE
Optional compression mode
|
static String |
PA_COMPRESSION_TYPE
Optional compression type.
|
static String |
PA_CONTENT_TRANSFER_ENCODING_RECEIVE
optional content transfer encoding value for incoming messages if not
specified
|
static String |
PA_CONTENT_TRANSFER_ENCODING_SEND
optional content transfer encoding value for outgoing messages.
|
static String |
PA_DATE_FORMAT
set this to override the date format used when generating message IDs
|
static String |
PA_DISABLE_DECOMPRESS
Special attribute to disable decompression of a received message, even if
the Content-Type header claims the messages is compressed.
|
static String |
PA_DISABLE_DECRYPT
Special attribute to disable decryption of a received message, even if the
Content-Type header claims the messages is encrypted.
|
static String |
PA_DISABLE_VERIFY
Special attribute to disable signature verification of a received message,
even if the Content-Type header claims the messages is signed.
|
static String |
PA_ENCRYPT
Set this to the algorithm to use for encryption, check
ECryptoAlgorithmCrypt constants for values
(using the value of the getID() method) |
static String |
PA_FORCE_DECRYPT
Special attribute to force decryption of a received message, even if the
Content-Type header claims the messages is not encrypted.
|
static String |
PA_FORCE_VERIFY
Special attribute to force signature verification of a received message,
even if the Content-Type header claims the messages is not signed.
|
static String |
PA_MDN_SUBJECT
Subject sent in MDN messages
|
static String |
PA_MESSAGEID_FORMAT
format to use for message-id if not default
|
static String |
PA_PROTOCOL
AS1 or AS2
|
static String |
PA_REMOVE_CMS_ALOGIRTHM_PROTECT
Special attribute indicating that the CMS attribute "AlgorithmProtect" will
be removed.
|
static String |
PA_RFC3851_MICALGS
Special attribute indicating that the "old" RFC 3851 MIC algorithm names
should be used (e.g.
|
static String |
PA_SIGN
Set this to the signature digest algorithm to sign sent messages, check
ECryptoAlgorithmSign constants for values
(using the value of the getID() method) |
static String |
PA_SIGN_INCLUDE_CERT_IN_BODY_PART
Indicates whether the certificate used for signing should be part of the
signed content (when
true) or not (when false). |
static String |
PA_SUBJECT
Subject sent in messages
|
static String |
PA_VERIFY_USE_CERT_IN_BODY_PART
Define whether a certificate passed in the signed MIME body part shall be
used to verify the signature (when
true) or whether to always
use the certificate provided in the partnership (when false). |
static String |
PID_AS2
AS2 ID (sender or receiver)
|
static String |
PID_EMAIL
Email address (sender or receiver)
|
static String |
PID_X509_ALIAS
Alias to an X509 Certificate (sender or receiver)
|
public static final String PID_AS2
public static final String PID_X509_ALIAS
public static final String PID_EMAIL
public static final String PA_AS2_URL
public static final String PA_AS2_MDN_TO
public static final String PA_AS2_MDN_OPTIONS
public static final String PA_AS2_RECEIPT_DELIVERY_OPTION
public static final String PA_MESSAGEID_FORMAT
public static final String PA_MDN_SUBJECT
public static final String PA_BLOCK_ERROR_MDN
public static final String PA_DATE_FORMAT
public static final String PA_ENCRYPT
ECryptoAlgorithmCrypt constants for values
(using the value of the getID() method)public static final String PA_SIGN
ECryptoAlgorithmSign constants for values
(using the value of the getID() method)public static final String PA_PROTOCOL
public static final String PA_SUBJECT
public static final String PA_CONTENT_TRANSFER_ENCODING_SEND
public static final String PA_CONTENT_TRANSFER_ENCODING_RECEIVE
public static final String PA_COMPRESSION_TYPE
ECompressionType constants for
values (using the value of the getID() method)public static final String PA_COMPRESSION_MODE
public static final String COMPRESS_BEFORE_SIGNING
PA_COMPRESSION_MODE: compress before signpublic static final String COMPRESS_AFTER_SIGNING
PA_COMPRESSION_MODE: compress after signpublic static final String PA_FORCE_DECRYPT
true to take effect.public static final String PA_DISABLE_DECRYPT
true to take
effect.public static final String PA_FORCE_VERIFY
true to take effect.public static final String PA_DISABLE_VERIFY
true to take effect.public static final String PA_SIGN_INCLUDE_CERT_IN_BODY_PART
true) or not (when false).
If not set the value of the AS2 session is used. Must be set to
true or false to take effect.public static final String PA_VERIFY_USE_CERT_IN_BODY_PART
true) or whether to always
use the certificate provided in the partnership (when false).
If not set the value of the AS2 session is used. Must be set to
true or false to take effect.public static final String PA_DISABLE_DECOMPRESS
true to take effect.public static final String PA_RFC3851_MICALGS
sha1) instead of the default RFC 5751 MIC
algorithm names (e.g. sha-1 - note the dash between "sha" and
"1").public static final String PA_REMOVE_CMS_ALOGIRTHM_PROTECT
false. See Issue #137.Copyright © 2013–2022 Philip Helger. All rights reserved.