class PublicKeyAdministration extends Helpful
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PublicKeyAdministration
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PublicKeyAdministration(runner: AdminCommandRunner, consoleEnvironment: ConsoleEnvironment)
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]) @native() @HotSpotIntrinsicCandidate()
- def download(fingerprint: Fingerprint, outputFile: Option[String]): PublicKeyWithName
- Annotations
- @Summary(s = "Download public key", flag = console.this.Help.Summary.<init>$default$2)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 list(filterFingerprint: String = "", filterContext: String = ""): Seq[PublicKeyWithName]
- Annotations
- @Summary(s = "List public keys in registry", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns all public keys that have been added to the key registry.
Optional arguments can be used for filtering.""")
- def list_by_owner(keyOwner: KeyOwner, filterDomain: String = "", asOf: Option[Instant] = None, limit: Int = 100): Seq[ListKeyOwnersResult]
- Annotations
- @Summary(s = "List keys for given keyOwner.", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """This command is a convenience wrapper for `list_key_owners`, taking an explicit keyOwner as search argument.
|The response includes the public keys.""")
- def list_owners(filterKeyOwnerUid: String = "", filterKeyOwnerType: Option[KeyOwnerCode] = None, filterDomain: String = "", asOf: Option[Instant] = None, limit: Int = 100): Seq[ListKeyOwnersResult]
- Annotations
- @Summary(s = "List active owners with keys for given search arguments.", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """This command allows deep inspection of the topology state.
|The response includes the public keys.
|Optional filterKeyOwnerType type can be 'ParticipantId.Code' , 'MediatorId.Code','SequencerId.Code', 'DomainTopologyManagerId.Code'.
|""")
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upload(filename: String, name: Option[String]): Fingerprint
- def upload(key: PublicKey, name: Option[String]): Fingerprint
- Annotations
- @Summary(s = "Upload public key", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Import a public key and store it together with a name used to provide some context to that key.""")
- 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])