PublicKeySummary

Contains information about a public key.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A comment to describe the public key. The comment cannot be longer than 128 characters.

Link copied to clipboard

The date and time when the public key was uploaded.

Link copied to clipboard

The public key.

Link copied to clipboard
val id: String

The identifier of the public key.

Link copied to clipboard

A name to help identify the public key.

Functions

Link copied to clipboard
inline fun copy(block: PublicKeySummary.Builder.() -> Unit = {}): PublicKeySummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String