Class Header


  • public final class Header
    extends Claims
    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • fromBase64EncodedJSON

        public static Header fromBase64EncodedJSON​(String encodedJSON)
      • setType

        public void setType​(String type)
      • getType

        public String getType()
      • setContentType

        public void setContentType​(String value)
      • getContentType

        public String getContentType()
      • setAlgorithm

        public void setAlgorithm​(String algorithm)
      • getAlgorithm

        public String getAlgorithm()