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 java.lang.String getAlgorithm()
      • getJwkSetUrl

        public java.lang.String getJwkSetUrl()
      • getJsonWebKey

        public java.lang.String getJsonWebKey()
      • getX509url

        public java.lang.String getX509url()
      • getX509CertificateThumbprint

        public java.lang.String getX509CertificateThumbprint()
      • getX509CertificateChain

        public java.lang.String getX509CertificateChain()
      • getKeyId

        public java.lang.String getKeyId()
      • getType

        public java.lang.String getType()
      • getContentType

        public java.lang.String getContentType()
      • getCritical

        public java.lang.String[] getCritical()