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:
parent
3262336065
commit
92fd3e566e
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