KeyDetail

data class KeyDetail(val summary: KeySummary, val subkeys: List<SubkeyInfo>)

Full key detail including subkey metadata from the PGP engine.

Constructors

Link copied to clipboard
constructor(summary: KeySummary, subkeys: List<SubkeyInfo>)

Properties

Link copied to clipboard

Parsed subkey information from the armored blob.

Link copied to clipboard

List-oriented key summary from the database.