|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnvelopeProperties
IEnvelopeProperties is an interface defining the names of required or commonly used and supported properties to define the contents of an envelope.
Field Summary | |
---|---|
static java.lang.String |
ACL_REPRESENTATION
Property name with as value the ACL representation used for the payload. |
static java.lang.String |
COMMENTS
Property name with as value comments about the message contents. |
static java.lang.String |
DATE
Property name with as value the date/time at which the message was created with the date/time formatted as: yyyyMMddThhmmssSSSZ. |
static java.lang.String |
ENCRYPTED
Property name with as value a boolean indicating whether the payload is encrypted. |
static java.lang.String |
FROM
Property name with as value the Credentials of the sender of the message. |
static java.lang.String |
INTENDED_RECEIVER
Property name with as value the Credentials of the intended recipient of the message (sequence of credentials). |
static java.lang.String |
PAYLOAD_ENCODING
Property name with as value the language encoding used for the payload (string). |
static java.lang.String |
PAYLOAD_LENGTH
Property name with as value the length in bytes of the payload (string). |
static java.lang.String |
RECEIVED
Property name with as value details about the receipt of the message (received-object). |
static java.lang.String |
TO
Property name with as value a list with one or more Credentials for the intended recipients of the message. |
Field Detail |
---|
static final java.lang.String TO
static final java.lang.String FROM
static final java.lang.String COMMENTS
static final java.lang.String ACL_REPRESENTATION
static final java.lang.String DATE
static final java.lang.String ENCRYPTED
static final java.lang.String PAYLOAD_LENGTH
static final java.lang.String PAYLOAD_ENCODING
static final java.lang.String INTENDED_RECEIVER
static final java.lang.String RECEIVED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |