1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-24 12:34:50 +02:00

Forward userIdOnCertificate() method call

This commit is contained in:
Paul Schaub 2022-06-30 13:11:27 +02:00
parent b8f4cc3935
commit a99ce15969
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -50,7 +50,7 @@ public class CertifyCertificate {
*/
public CertificationOnUserId userIdOnCertificate(@Nonnull String userId,
@Nonnull PGPPublicKeyRing certificate) {
return new CertificationOnUserId(userId, certificate, CertificationType.GENERIC);
return userIdOnCertificate(userId, certificate, CertificationType.GENERIC);
}
/**