object SigningKeyUsage extends GeneratedEnumCompanion[SigningKeyUsage]
- Alphabetic
- By Inheritance
- SigningKeyUsage
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends SigningKeyUsage
- final case class Unrecognized(unrecognizedValue: Int) extends SigningKeyUsage with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = SigningKeyUsage
- Definition Classes
- GeneratedEnumCompanion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- implicit def enumCompanion: GeneratedEnumCompanion[SigningKeyUsage]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[SigningKeyUsage]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): SigningKeyUsage
- Definition Classes
- SigningKeyUsage → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- SigningKeyUsage → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- SigningKeyUsage → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- SigningKeyUsage → GeneratedEnumCompanion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object SIGNING_KEY_USAGE_NAMESPACE extends SigningKeyUsage with Recognized with Product with Serializable
the root namespace key that defines a node's identity and signs topology requests
the root namespace key that defines a node's identity and signs topology requests
- Annotations
- @SerialVersionUID()
- case object SIGNING_KEY_USAGE_PROOF_OF_OWNERSHIP extends SigningKeyUsage with Recognized with Product with Serializable
used internally to identify keys that can self-sign to prove ownership
used internally to identify keys that can self-sign to prove ownership
- Annotations
- @SerialVersionUID()
- case object SIGNING_KEY_USAGE_PROTOCOL extends SigningKeyUsage with Recognized with Product with Serializable
keys that deal with all the signing that happens as part of the protocol
keys that deal with all the signing that happens as part of the protocol
- Annotations
- @SerialVersionUID()
- case object SIGNING_KEY_USAGE_SEQUENCER_AUTHENTICATION extends SigningKeyUsage with Recognized with Product with Serializable
keys that authenticate members of the network towards a sequencer
keys that authenticate members of the network towards a sequencer
- Annotations
- @SerialVersionUID()
- case object SIGNING_KEY_USAGE_UNSPECIFIED extends SigningKeyUsage with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- case object SIGNING_KEY_USAGE_IDENTITY_DELEGATION extends SigningKeyUsage with Recognized with Product with Serializable
No longer used (only kept for backwards compatibility)
No longer used (only kept for backwards compatibility)
- Annotations
- @SerialVersionUID() @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file