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)