mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 03:17:58 +01:00
Apply latest changes to master
This commit is contained in:
parent
379ad285f3
commit
6f48a1a261
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class GenerateKey implements Runnable {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
PGPSecretKeyRing secretKeys = PGPainless.generateKeyRing().simpleEcKeyRing(userId).getSecretKeys();
|
PGPSecretKeyRing secretKeys = PGPainless.generateKeyRing().simpleEcKeyRing(userId);
|
||||||
|
|
||||||
System.out.println(Print.toString(secretKeys.getEncoded(), !noArmor));
|
System.out.println(Print.toString(secretKeys.getEncoded(), !noArmor));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue