Class

com.chatwork.scala.jwk

JWK

Related Doc: package jwk

Permalink

abstract class JWK extends Ordered[JWK]

Linear Supertypes
Ordered[JWK], Comparable[JWK], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JWK
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JWK(keyType: KeyType, publicKeyUseType: Option[PublicKeyUseType], keyOperations: KeyOperations, algorithmType: Option[JWSAlgorithmType], keyId: Option[KeyId], x509Url: Option[URI], x509CertificateSHA256Thumbprint: Option[Base64String], x509CertificateSHA1Thumbprint: Option[Base64String], x509CertificateChain: List[Base64String], expireAt: Option[ZonedDateTime], keyStore: Option[KeyStore])

    Permalink

Abstract Value Members

  1. abstract def compare(that: JWK): Int

    Permalink
    Definition Classes
    Ordered
  2. abstract def getRequiredParams: Map[String, Any]

    Permalink
  3. abstract def isPrivate: Boolean

    Permalink
  4. abstract def size: Either[JOSEError, Int]

    Permalink
  5. abstract def toPublicJWK: JWK

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: JWK): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: JWK): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: JWK): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: JWK): Boolean

    Permalink
    Definition Classes
    Ordered
  8. val algorithmType: Option[JWSAlgorithmType]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def canEqual(other: Any): Boolean

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def compareTo(that: JWK): Int

    Permalink
    Definition Classes
    JWK → Ordered → Comparable
  13. def computeThumbprint(hashAlg: String): Either[JWKThumbprintError, Base64String]

    Permalink
  14. def computeThumbprint: Either[JWKThumbprintError, Base64String]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    JWK → AnyRef → Any
  17. val expireAt: Option[ZonedDateTime]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    JWK → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val keyId: Option[KeyId]

    Permalink
  22. val keyOperations: KeyOperations

    Permalink
  23. val keyStore: Option[KeyStore]

    Permalink
  24. val keyType: KeyType

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. val publicKeyUseType: Option[PublicKeyUseType]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val x509CertificateChain: List[Base64String]

    Permalink
  35. val x509CertificateSHA1Thumbprint: Option[Base64String]

    Permalink
  36. val x509CertificateSHA256Thumbprint: Option[Base64String]

    Permalink
  37. val x509Url: Option[URI]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Ordered[JWK]

Inherited from Comparable[JWK]

Inherited from AnyRef

Inherited from Any

Ungrouped