PublicKeyResponse

data class PublicKeyResponse(val format: String, val key: String)

A PublicKey describes a public key.

Constructors

Link copied to clipboard
fun PublicKeyResponse(format: String, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the public key.

Link copied to clipboard
val key: String

A public key. The padding and encoding must match with the KeyFormat value specified for the format field.