Class Headers

  • All Implemented Interfaces:
    Iterable<String>, org.bouncycastle.util.Iterable<String>

    public class Headers
    extends Object
    implements org.bouncycastle.util.Iterable<String>
    • Method Detail

      • getContentTypeAttributes

        public Map<String,​String> getContentTypeAttributes()
        Return the a Map of the ContentType attributes and their values.
        Returns:
        a Map of ContentType parameters - empty if none present.
      • isMultipart

        public boolean isMultipart()
      • getBoundary

        public String getBoundary()
      • getContentType

        public String getContentType()
      • getContentTransferEncoding

        public String getContentTransferEncoding()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey​(String s)