1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-10 14:21:09 +01:00

Fix build errors

This commit is contained in:
Paul Schaub 2022-06-20 15:09:02 +02:00
parent 7223b40b23
commit a944d2a6b9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 9 additions and 4 deletions

View file

@ -165,6 +165,11 @@ public final class PGPainless {
return Policy.getInstance();
}
/**
* Create different kinds of signatures on other keys.
*
* @return builder
*/
public static CertifyCertificate certify() {
return new CertifyCertificate();
}