org.apache.james.security
Interface SMIMEAttributeNames


public interface SMIMEAttributeNames

Contains some SMIME related mail attribute names of general use.

Since:
2.2.1
Version:
CVS $Revision: 647925 $ $Date: 2008-04-14 19:38:17 +0100 (Mon, 14 Apr 2008) $

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

Field Detail

SMIME_SIGNING_MAILET

static final java.lang.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 java.lang.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 java.lang.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 java.lang.String SMIME_SIGNING_TIME
The attribute contains the signature timestamp as a Date object.

See Also:
Constant Field Values


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