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

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

    • RsaJwtHeader

      public RsaJwtHeader()
    • RsaJwtHeader

      public RsaJwtHeader(org.sklsft.commons.crypto.signature.RsaAlgorithms alg, String publicKeyId)