Object/Class

com.chatwork.scala.jwk

KeyOperationType

Related Docs: class KeyOperationType | package jwk

Permalink

object KeyOperationType extends Enum[KeyOperationType]

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

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 Decrypt extends KeyOperationType with Product with Serializable

    Permalink
  5. object DeriveBits extends KeyOperationType with Product with Serializable

    Permalink
  6. object DeriveKey extends KeyOperationType with Product with Serializable

    Permalink
  7. object Encrypt extends KeyOperationType with Product with Serializable

    Permalink
  8. object Sign extends KeyOperationType with Product with Serializable

    Permalink
  9. object UnwrapKey extends KeyOperationType with Product with Serializable

    Permalink
  10. object Verify extends KeyOperationType with Product with Serializable

    Permalink
  11. object WrapKey extends KeyOperationType with Product with Serializable

    Permalink
  12. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. macro def findValues: IndexedSeq[KeyOperationType]

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

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

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

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

    Permalink
    Definition Classes
    Any
  21. final lazy val lowerCaseNamesToValuesMap: Map[String, KeyOperationType]

    Permalink
    Definition Classes
    Enum
  22. lazy val namesToValuesMap: Map[String, KeyOperationType]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Enum
  29. val values: IndexedSeq[KeyOperationType]

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

    Permalink
    Definition Classes
    Enum
  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. def withName(name: String): KeyOperationType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  35. def withNameInsensitive(name: String): KeyOperationType

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

    Permalink
    Definition Classes
    Enum
  37. def withNameLowercaseOnly(name: String): KeyOperationType

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

    Permalink
    Definition Classes
    Enum
  39. def withNameOption(name: String): Option[KeyOperationType]

    Permalink
    Definition Classes
    Enum
  40. def withNameUppercaseOnly(name: String): KeyOperationType

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped