Class JwtHeader
java.lang.Object
org.sklsft.commons.rest.security.tokens.jwt.JwtHeader
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RsaJwtHeader
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetAlgorithm(String algorithm) voidsetPublicKeyId(String publicKeyId) void
-
Constructor Details
-
JwtHeader
public JwtHeader()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getType
-
setType
-
getPublicKeyId
-
setPublicKeyId
-