Packages

trait JsonSupport extends JwtJsonSupport with JwsJsonSupport with JwkJsonSupport

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonSupport
  2. JwsJsonSupport
  3. JwkJsonSupport
  4. JwtJsonSupport
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val bigIntDecoder: Decoder[BigInt]
    Definition Classes
    JwkJsonSupport
  6. implicit val bigIntEncoder: Encoder[BigInt]
    Definition Classes
    JwkJsonSupport
  7. implicit def claimsDecoder[A](implicit arg0: Decoder[A]): Decoder[Claims[A]]
    Definition Classes
    JwtJsonSupport
  8. implicit def claimsDeserializer[C](implicit r: Decoder[Claims[C]]): Mapper[Array[Byte], Claims[C]]
    Definition Classes
    JwtJsonSupport
  9. implicit def claimsEncoder[A](implicit arg0: Encoder[A]): Encoder[Claims[A]]
    Definition Classes
    JwtJsonSupport
  10. implicit def claimsSerializer[C](implicit w: Encoder[Claims[C]]): Mapper[Claims[C], Array[Byte]]
    Definition Classes
    JwtJsonSupport
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. implicit val ecJwkDecoder: Decoder[EcJwk]
    Definition Classes
    JwkJsonSupport
  13. implicit val ecJwkEncoder: Encoder[EcJwk]
    Definition Classes
    JwkJsonSupport
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. implicit val headerDecoder: Decoder[JwsHeader]
    Definition Classes
    JwsJsonSupport
  19. implicit val headerDeserializer: Mapper[Array[Byte], JwsHeader]
    Definition Classes
    JwsJsonSupport
  20. implicit val headerEncoder: Encoder[JwsHeader]
    Definition Classes
    JwsJsonSupport
  21. implicit val headerSerializer: Mapper[JwsHeader, Array[Byte]]
    Definition Classes
    JwsJsonSupport
  22. implicit val indexedBytesDecoder: Decoder[IndexedSeq[Byte]]
    Definition Classes
    JwkJsonSupport
  23. implicit val indexedBytesEncoder: Encoder[IndexedSeq[Byte]]
    Definition Classes
    JwkJsonSupport
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. implicit val jwkDecoder: Decoder[Jwk]
    Definition Classes
    JwkJsonSupport
  26. implicit val jwkEncoder: Encoder[Jwk]
    Definition Classes
    JwkJsonSupport
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. implicit val octJwkEncoder: Encoder[OctJwk]
    Definition Classes
    JwkJsonSupport
  31. implicit val p256KeyPairDecoder: Decoder[P256KeyPair]
    Definition Classes
    JwkJsonSupport
  32. implicit val p256KeyPairEncoder: Encoder[P256KeyPair]
    Definition Classes
    JwkJsonSupport
  33. implicit val p256PublicKeyDecoder: Decoder[P256PublicKey]
    Definition Classes
    JwkJsonSupport
  34. implicit val p256PublicKeyEncoder: Encoder[P256PublicKey]
    Definition Classes
    JwkJsonSupport
  35. implicit val rsaPublicKeyEncoder: Encoder[RsaPublicKey]
    Definition Classes
    JwkJsonSupport
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit val unitDecoder: Decoder[Unit]
    Definition Classes
    JwtJsonSupport
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JwsJsonSupport

Inherited from JwkJsonSupport

Inherited from JwtJsonSupport

Inherited from AnyRef

Inherited from Any

Ungrouped