Class Header


  • public final class Header
    extends CustomizableEntity
    Represents the Header as defined in the section 4 of the JWS specification.
    • Method Detail

      • getAlgorithm

        public String getAlgorithm()
      • getJwkSetUrl

        public String getJwkSetUrl()
      • getJsonWebKey

        public String getJsonWebKey()
      • getX509url

        public String getX509url()
      • getX509CertificateThumbprint

        public String getX509CertificateThumbprint()
      • getX509CertificateChain

        public String getX509CertificateChain()
      • getKeyId

        public String getKeyId()
      • getType

        public String getType()
      • getContentType

        public String getContentType()
      • getCritical

        public String[] getCritical()