mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-06 20:31:08 +01:00
Implement applying algorithm preferences as extension functions
This commit is contained in:
parent
d8980ed163
commit
535bb0811f
4 changed files with 130 additions and 109 deletions
|
|
@ -96,6 +96,8 @@ public class GenerateV6KeyTest {
|
|||
OpenPGPCertificate certificate = key.toCertificate();
|
||||
assertFalse(certificate.isSecretKey());
|
||||
|
||||
// CHECKSTYLE:OFF
|
||||
System.out.println(certificate.toAsciiArmoredString());
|
||||
// CHECKSTYLE:ON
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue