-
public final class KeyStore
-
-
Field Summary
Fields Modifier and Type Field Description private final StopwatchdownloadTimerprivate final FilestorePathprivate final KeyDownloaderkeyDownloader
-
Constructor Summary
Constructors Constructor Description KeyStore(File storePath, KeyDownloader keyDownloader)
-
Method Summary
Modifier and Type Method Description final StopwatchgetDownloadTimer()final FilegetStorePath()final KeyDownloadergetKeyDownloader()final CompletableFuture<PGPPublicKey>getKeyAsync(Long keyId, String comment, Executors executors)-
-
Constructor Detail
-
KeyStore
KeyStore(File storePath, KeyDownloader keyDownloader)
-
-
Method Detail
-
getDownloadTimer
final Stopwatch getDownloadTimer()
-
getStorePath
final File getStorePath()
-
getKeyDownloader
final KeyDownloader getKeyDownloader()
-
getKeyAsync
final CompletableFuture<PGPPublicKey> getKeyAsync(Long keyId, String comment, Executors executors)
-
-
-
-