Some docs

This commit is contained in:
Dominik Schürmann 2016-12-28 19:05:06 +01:00
parent f128653de4
commit 42f213f4ef

View file

@ -906,9 +906,11 @@ public class ProviderHelper {
/**
* Save a public keyring into the database.
* <p/>
* <p>
* This is a high level method, which takes care of merging all new information into the old and
* keep public and secret keyrings in sync.
* <p>
* If you want to merge keys in-memory only and not save in database set skipSave=true.
*/
public SaveKeyringResult savePublicKeyRing(UncachedKeyRing publicRing, Progressable progress,
String expectedFingerprint,