public class DFSPublicKeyServiceImpl extends Object implements PublicKeyService
| Constructor and Description |
|---|
DFSPublicKeyServiceImpl(KeyStoreCache keystoreCache,
BucketAccessService bucketAccessService,
ProfileRetrievalService profiles,
StorageReadService readService,
GsonSerde serde) |
| Modifier and Type | Method and Description |
|---|---|
PublicKeyIDWithPublicKey |
publicKey(UserID forUser)
Reads users' public key from DFS and caches the result.
|
@Inject public DFSPublicKeyServiceImpl(KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde)
public PublicKeyIDWithPublicKey publicKey(UserID forUser)
publicKey in interface PublicKeyServiceCopyright © 2019. All rights reserved.