Packages

t

black.door.jose.json.circe.jws

JwsJsonSupport

trait JwsJsonSupport extends JwkJsonSupport

Linear Supertypes
JwkJsonSupport, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JwsJsonSupport
  2. JwkJsonSupport
  3. AnyRef
  4. 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. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. implicit val ecJwkDecoder: Decoder[EcJwk]
    Definition Classes
    JwkJsonSupport
  9. implicit val ecJwkEncoder: Encoder[EcJwk]
    Definition Classes
    JwkJsonSupport
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. implicit val headerDecoder: Decoder[JwsHeader]
  15. implicit val headerDeserializer: Mapper[Array[Byte], JwsHeader]
  16. implicit val headerEncoder: Encoder[JwsHeader]
  17. implicit val headerSerializer: Mapper[JwsHeader, Array[Byte]]
  18. implicit val indexedBytesDecoder: Decoder[IndexedSeq[Byte]]
    Definition Classes
    JwkJsonSupport
  19. implicit val indexedBytesEncoder: Encoder[IndexedSeq[Byte]]
    Definition Classes
    JwkJsonSupport
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit val jwkDecoder: Decoder[Jwk]
    Definition Classes
    JwkJsonSupport
  22. implicit val jwkEncoder: Encoder[Jwk]
    Definition Classes
    JwkJsonSupport
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. implicit val octJwkEncoder: Encoder[OctJwk]
    Definition Classes
    JwkJsonSupport
  27. implicit val p256KeyPairDecoder: Decoder[P256KeyPair]
    Definition Classes
    JwkJsonSupport
  28. implicit val p256KeyPairEncoder: Encoder[P256KeyPair]
    Definition Classes
    JwkJsonSupport
  29. implicit val p256PublicKeyDecoder: Decoder[P256PublicKey]
    Definition Classes
    JwkJsonSupport
  30. implicit val p256PublicKeyEncoder: Encoder[P256PublicKey]
    Definition Classes
    JwkJsonSupport
  31. implicit val rsaPublicKeyEncoder: Encoder[RsaPublicKey]
    Definition Classes
    JwkJsonSupport
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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 JwkJsonSupport

Inherited from AnyRef

Inherited from Any

Ungrouped