KeyRingImportJobPublicKey

data class KeyRingImportJobPublicKey(val pem: String? = null)

Constructors

Link copied to clipboard
constructor(pem: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pem: String? = null

(Output) The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.