Object/Class

com.chatwork.scala.jwk

JWSAlgorithmType

Related Docs: class JWSAlgorithmType | package jwk

Permalink

object JWSAlgorithmType extends AlgorithmTypeFactory[JWSAlgorithmType]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JWSAlgorithmType
  2. AlgorithmTypeFactory
  3. Enum
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AlgorithmFamily extends EnumEntry

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AlgorithmFamily extends Enum[AlgorithmFamily]

    Permalink
  5. object ES256 extends JWSAlgorithmType with Product with Serializable

    Permalink
  6. object ES384 extends JWSAlgorithmType with Product with Serializable

    Permalink
  7. object ES512 extends JWSAlgorithmType with Product with Serializable

    Permalink
  8. object HS256 extends JWSAlgorithmType with Product with Serializable

    Permalink
  9. object HS384 extends JWSAlgorithmType with Product with Serializable

    Permalink
  10. object HS512 extends JWSAlgorithmType with Product with Serializable

    Permalink
  11. object None extends AlgorithmType with Product with Serializable

    Permalink
    Definition Classes
    AlgorithmTypeFactory
  12. object PS256 extends JWSAlgorithmType with Product with Serializable

    Permalink
  13. object PS384 extends JWSAlgorithmType with Product with Serializable

    Permalink
  14. object PS512 extends JWSAlgorithmType with Product with Serializable

    Permalink
  15. object RS256 extends JWSAlgorithmType with Product with Serializable

    Permalink
  16. object RS384 extends JWSAlgorithmType with Product with Serializable

    Permalink
  17. object RS512 extends JWSAlgorithmType with Product with Serializable

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. macro def findValues: IndexedSeq[JWSAlgorithmType]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  23. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def indexOf(member: JWSAlgorithmType): Int

    Permalink
    Definition Classes
    Enum
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final lazy val lowerCaseNamesToValuesMap: Map[String, JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum
  28. lazy val namesToValuesMap: Map[String, JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final lazy val upperCaseNameValuesToMap: Map[String, JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum
  35. def values: IndexedSeq[JWSAlgorithmType]

    Permalink
    Definition Classes
    JWSAlgorithmType → Enum
  36. final lazy val valuesToIndex: Map[JWSAlgorithmType, Int]

    Permalink
    Definition Classes
    Enum
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withName(name: String): JWSAlgorithmType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  41. def withNameInsensitive(name: String): JWSAlgorithmType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  42. def withNameInsensitiveOption(name: String): Option[JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum
  43. def withNameLowercaseOnly(name: String): JWSAlgorithmType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  44. def withNameLowercaseOnlyOption(name: String): Option[JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum
  45. def withNameOption(name: String): Option[JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum
  46. def withNameUppercaseOnly(name: String): JWSAlgorithmType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  47. def withNameUppercaseOnlyOption(name: String): Option[JWSAlgorithmType]

    Permalink
    Definition Classes
    Enum

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 Enum[JWSAlgorithmType]

Inherited from AnyRef

Inherited from Any

Ungrouped