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: 365582 $ $Date: 2006-01-03 03:51:21 -0500 (Tue, 03 Jan 2006) $

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

public 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

public 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

public 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

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

See Also:
Constant Field Values


"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."