Packages

case class VC[F <: VCField] extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VC
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val additionalContexts: Seq[URI]
  5. val additionalTypes: Seq[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def dataModel(implicit ev: =:=[F, MandatoryFields]): VCDataModel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val expirationDate: Option[LocalDateTime]
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val id: Option[String]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val issuanceDate: Option[LocalDateTime]
  16. val issuer: Option[URI]
  17. val issuerAttributes: Option[JsonObject]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val signer: Option[Signer]
  23. val subjects: Seq[JsonObject]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toJws(implicit ev: =:=[F, MandatoryFields]): Jws[EmptyField with SignatureField]
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def withAdditionalContext(ctx: URI): VC[F]
  30. def withAdditionalType(tpe: String): VC[F]
  31. def withEs256Signature(publicKeyRef: URI, privateKey: PrivateKey): VC[F with SignatureField]
  32. def withExpirationDate(exp: LocalDateTime): VC[F]
  33. def withId(id: String): VC[F]
  34. def withIssuanceDate(iss: LocalDateTime): VC[F with IssuanceDateField]
  35. def withIssuer(issuer: URI): VC[F with IssuerField]
  36. def withIssuerAttributes(issuerAttributes: (String, Json)*): VC[F]
  37. def withSigner(signer: Signer): VC[F with SignatureField]
  38. def withSubjectAttributes(subjectAttributes: (String, Json)*): VC[F with CredentialSubjectField]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped