Object/Class

com.chatwork.scala.jwk

KeyType

Related Docs: class KeyType | package jwk

Permalink

object KeyType extends Enum[KeyType]

Linear Supertypes
Enum[KeyType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyType
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Other(name: String) extends KeyType with Product with Serializable

    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 EC extends KeyType with Product with Serializable

    Permalink
  5. object RSA extends KeyType with Product with Serializable

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. macro def findValues: IndexedSeq[KeyType]

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. final lazy val lowerCaseNamesToValuesMap: Map[String, KeyType]

    Permalink
    Definition Classes
    Enum
  16. lazy val namesToValuesMap: Map[String, KeyType]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Enum
  23. val values: IndexedSeq[KeyType]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withName(name: String): KeyType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  29. def withNameInsensitive(name: String): KeyType

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

    Permalink
    Definition Classes
    Enum
  31. def withNameLowercaseOnly(name: String): KeyType

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

    Permalink
    Definition Classes
    Enum
  33. def withNameOption(name: String): Option[KeyType]

    Permalink
    Definition Classes
    Enum
  34. def withNameUppercaseOnly(name: String): KeyType

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

    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[KeyType]

Inherited from AnyRef

Inherited from Any

Ungrouped