FileDocCategorySizeDatePackage
SMIMEAttributeNames.javaAPI DocApache James 2.3.12413Fri Jan 12 12:56:26 GMT 2007org.apache.james.security

SMIMEAttributeNames

public interface SMIMEAttributeNames
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

Fields Summary
public static final String
SMIME_SIGNING_MAILET
The attribute contains the server-side signing mailet name as a String.
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.
public static final String
SMIME_SIGNER_ADDRESS
The attribute contains the signer's mail address as a String.
public static final String
SMIME_SIGNING_TIME
The attribute contains the signature timestamp as a Date object.
Constructors Summary
Methods Summary