Contains some SMIME related mail attribute names of general use.
version: CVS $Revision: 494012 $ $Date: 2007-01-08 11:23:58 +0100 (Mo, 08 Jan 2007) $ since: 2.2.1
SMIME_SIGNING_TIME The attribute contains the signature timestamp as a Date object.
Field Detail
SMIME_SIGNATURE_VALIDITY
final public static String SMIME_SIGNATURE_VALIDITY(Code)
The attribute contains the string "valid" or the reason of non-validity of the signature.
The status could be non valid either because the signature does not verify
or because the certificate could be not valid when the signature was done.
SMIME_SIGNER_ADDRESS
final public static String SMIME_SIGNER_ADDRESS(Code)
The attribute contains the signer's mail address as a String.
SMIME_SIGNING_MAILET
final public static String SMIME_SIGNING_MAILET(Code)
The attribute contains the server-side signing mailet name as a String.
SMIME_SIGNING_TIME
final public static String SMIME_SIGNING_TIME(Code)
The attribute contains the signature timestamp as a Date object.