GeneratedKeyRing

data class GeneratedKeyRing(val publicArmored: ByteArray, val secretArmored: ByteArray, val masterKeyId: Long)

Result of a successful key ring generation.

Constructors

Link copied to clipboard
constructor(publicArmored: ByteArray, secretArmored: ByteArray, masterKeyId: Long)

Properties

Link copied to clipboard

64-bit key ID of the primary signing key.

Link copied to clipboard

ASCII-armored public key ring bytes.

Link copied to clipboard

ASCII-armored secret key ring bytes.