1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 10:49:39 +02:00

Implement applying algorithm preferences as extension functions

This commit is contained in:
Paul Schaub 2025-03-06 11:41:36 +01:00
parent 3262336065
commit 92fd3e566e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 130 additions and 109 deletions

View file

@ -96,6 +96,8 @@ public class GenerateV6KeyTest {
OpenPGPCertificate certificate = key.toCertificate();
assertFalse(certificate.isSecretKey());
// CHECKSTYLE:OFF
System.out.println(certificate.toAsciiArmoredString());
// CHECKSTYLE:ON
}
}