Class RsaJwtHeader
java.lang.Object
org.sklsft.commons.rest.security.tokens.jwt.JwtHeader
org.sklsft.commons.rest.security.tokens.jwt.RsaJwtHeader
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRsaJwtHeader(org.sklsft.commons.crypto.signature.RsaAlgorithms alg, String publicKeyId) -
Method Summary
Methods inherited from class org.sklsft.commons.rest.security.tokens.jwt.JwtHeader
getAlgorithm, getPublicKeyId, getType, setAlgorithm, setPublicKeyId, setType
-
Constructor Details
-
RsaJwtHeader
public RsaJwtHeader() -
RsaJwtHeader
-