org.apache.james.mime4j.descriptor
Interface RFC1864ContentMD5Descriptor

All Known Implementing Classes:
MaximalBodyDescriptor

public interface RFC1864ContentMD5Descriptor

Describes RFC1864 Content-MD5.


Method Summary
 java.lang.String getContentMD5Raw()
          Gets the raw, Base64 encoded value of the Content-MD5 field.
 

Method Detail

getContentMD5Raw

java.lang.String getContentMD5Raw()
Gets the raw, Base64 encoded value of the Content-MD5 field. See RFC1864.

Returns:
raw encoded content-md5 or null if no header exists


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