GetPublicKeyPlainArgs

data class GetPublicKeyPlainArgs(val id: String) : ConvertibleToJava<GetPublicKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The identifier of the public key.

Functions

Link copied to clipboard
open override fun toJava(): GetPublicKeyPlainArgs