Class ContentMD5FieldImpl

java.lang.Object
org.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.ContentMD5FieldImpl
All Implemented Interfaces:
ContentMD5Field, ParsedField, Field

public class ContentMD5FieldImpl extends AbstractField implements ContentMD5Field
Represents a Content-MD5 field.
  • Field Details

  • Constructor Details

  • Method Details

    • parse

      private void parse()
    • getMD5Raw

      public String getMD5Raw()
      Description copied from interface: ContentMD5Field
      Gets the content MD5 raw value defined in this field.
      Specified by:
      getMD5Raw in interface ContentMD5Field
      Returns:
      the content MD5 raw value or null if not set.