Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Save key to local key store
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Jun 2, 2022
1 parent 11f0c36 commit 072a2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/teacon/sync/PGPKeyStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public PGPKeyStore(Path localKeyStorePath, List<URL> keyServers, List<String> ke
}
}
this.keyRings = new PGPPublicKeyRingCollection(keyRings.values());
this.saveTo(localKeyStorePath);
}

public void debugDump() {
Expand Down

0 comments on commit 072a2f5

Please sign in to comment.