CertifyKeyRequest

data class CertifyKeyRequest(val certifierSecretArmored: ByteArray, val certifierPassphrase: CharArray, val targetPublicArmored: ByteArray, val userId: String, val certificationType: CertificationType = CertificationType.POSITIVE)

Parameters for certifying a user ID on a target public key.

Constructors

Link copied to clipboard
constructor(certifierSecretArmored: ByteArray, certifierPassphrase: CharArray, targetPublicArmored: ByteArray, userId: String, certificationType: CertificationType = CertificationType.POSITIVE)

Properties

Link copied to clipboard

Trust level of the certification signature.

Link copied to clipboard

Passphrase for the certifier's signing key.

Link copied to clipboard

Certifier's secret key ring.

Link copied to clipboard

Target user's public key ring.

Link copied to clipboard

User ID on the target key to certify.