Class JWSHeader

java.lang.Object
org.jboss.resteasy.jose.jws.JWSHeader
All Implemented Interfaces:
Serializable

public class JWSHeader extends Object implements Serializable
Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
  • Constructor Details

  • Method Details

    • getAlgorithm

      public Algorithm getAlgorithm()
    • getType

      public String getType()
    • getContentType

      public String getContentType()
    • getKeyId

      public String getKeyId()
    • getMediaType

      public jakarta.ws.rs.core.MediaType getMediaType()
    • toString

      public String toString()
      Overrides:
      toString in class Object