Package-level declarations
Types
Link copied to clipboard
data class KeyRingInfo(val masterKeyId: Long, val fingerprint: String, val userIds: List<UserIdInfo>, val subkeys: List<SubkeyInfo>, val isSecret: Boolean, val isRevoked: Boolean)
Summary of an OpenPGP public or secret key ring.
Link copied to clipboard
Link copied to clipboard
User ID entry on the master key.