org.apache.james.mailet.crypto
Interface SMIMEAttributeNames


public interface SMIMEAttributeNames

Contains some SMIME related mail attribute names of general use.

Since:
2.2.1
Version:
CVS $Revision$ $Date$

Field Summary
static String SMIME_SIGNATURE_VALIDITY
          The attribute contains the string "valid" or the reason of non-validity of the signature.
static String SMIME_SIGNER_ADDRESS
          The attribute contains the signer's mail address as a String.
static String SMIME_SIGNING_MAILET
          The attribute contains the server-side signing mailet name as a String.
static String SMIME_SIGNING_TIME
          The attribute contains the signature timestamp as a Date object.
 

Field Detail

SMIME_SIGNING_MAILET

static final String SMIME_SIGNING_MAILET
The attribute contains the server-side signing mailet name as a String.

See Also:
Constant Field Values

SMIME_SIGNATURE_VALIDITY

static final String SMIME_SIGNATURE_VALIDITY
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.

See Also:
Constant Field Values

SMIME_SIGNER_ADDRESS

static final String SMIME_SIGNER_ADDRESS
The attribute contains the signer's mail address as a String.

See Also:
Constant Field Values

SMIME_SIGNING_TIME

static final String SMIME_SIGNING_TIME
The attribute contains the signature timestamp as a Date object.

See Also:
Constant Field Values


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.