class GlobalSecretKeyAdministration extends Helpful with FeatureFlagFilter
Global keys operations (e.g., for external parties in tests)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalSecretKeyAdministration
- FeatureFlagFilter
- NamedLogging
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GlobalSecretKeyAdministration(consoleEnvironment: ConsoleEnvironment, loggerFactory: NamedLoggerFactory)
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 cantonConfig: CantonConfig
- Attributes
- protected
- Definition Classes
- FeatureFlagFilter
- def check[T](flag: FeatureFlag)(command: => T): T
- Attributes
- protected
- Definition Classes
- FeatureFlagFilter
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val consoleEnvironment: ConsoleEnvironment
- Attributes
- protected
- Definition Classes
- GlobalSecretKeyAdministration → FeatureFlagFilter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- GlobalSecretKeyAdministration → NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def sign[Op <: TopologyChangeOp, M <: TopologyMapping](tx: TopologyTransaction[Op, M], party: ExternalParty, protocolVersion: ProtocolVersion): SignedTopologyTransaction[Op, M]
- Annotations
- @Summary(s = "Sign the given topology transaction on behalf of the external party", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Sign the given topology transaction on behalf of the external party
|
|The arguments are:
| - tx: Transaction to be signed
| - party: Party who should sign
| - protocolVersion: Protocol version of the synchronizer
|
|Fails if the corresponding keys are not in the global crypto.
|""")
- def sign(hash: ByteString, key: Fingerprint, usage: NonEmpty[Set[SigningKeyUsage]]): Signature
- Annotations
- @Summary(s = "Sign the given hash on behalf of the external party", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Sign the given hash on behalf of the external party
|
|The arguments are:
| - hash: Hash to be signed
| - key: Fingerprint of the key that should sign
| - Usage: Usage of the key (e.g., Protocol or Namespace)
|
|Fails if the corresponding keys are not in the global crypto.
|""")
- def sign(hash: ByteString, party: ExternalParty, useAllKeys: Boolean = false): Seq[Signature]
- Annotations
- @Summary(s = "Sign the given hash on behalf of the external party", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Sign the given hash on behalf of the external party with signingThreshold keys.
|
|The arguments are:
| - hash: Hash to be signed
| - party: Party who should sign
| - useAllKeys: If true, all signing keys will be used to sign instead of just signingThreshold many
|
|Fails if the corresponding keys are not in the global crypto.
|""")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object keys