JWSSignedHeader

tsec.jws.signature.JWSSignedHeader
See theJWSSignedHeader companion object
case class JWSSignedHeader[A](`type`: Option[JWTtyp], contentType: Option[String], critical: Option[NonEmptyList[String]], jku: Option[String], jwk: Option[String], kid: Option[String], x5u: Option[String], x5t: Option[Type[SHA1]], x5t#S256: Option[Type[SHA256]])(implicit algorithm: JWTSigAlgo[A]) extends JWSHeader[A]

Attributes

Companion
object
Source
JWSSignedHeader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JWSHeader[A]
trait JWTHeader
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Implicits

Implicits

implicit val algorithm: JWTSigAlgo[A]

Attributes

Source
JWSSignedHeader.scala