java.lang.Object
org.sklsft.commons.rest.security.tokens.jwt.JwtHeader
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RsaJwtHeader

public class JwtHeader extends Object implements Serializable
See Also:
  • Constructor Details

    • JwtHeader

      public JwtHeader()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getPublicKeyId

      public String getPublicKeyId()
    • setPublicKeyId

      public void setPublicKeyId(String publicKeyId)