public class WriteToInboxImpl extends Object implements WriteToInbox
ResourceResolver against each recipients' INBOX and then writes and asymmetrically encrypts data into it
using EncryptedDocumentReadService| Constructor and Description |
|---|
WriteToInboxImpl(PublicKeyService publicKeyService,
ResourceResolver resolver,
EncryptedDocumentWriteService writer) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
write(WriteRequest<Set<UserID>,PublicResource> request)
Shares document with multiple recipients so that each of them can read it using his private key.
|
@Inject public WriteToInboxImpl(PublicKeyService publicKeyService, ResourceResolver resolver, EncryptedDocumentWriteService writer)
public OutputStream write(WriteRequest<Set<UserID>,PublicResource> request)
write in interface WriteToInboxrequest - Where to write stream (location can be relative/absolute)Copyright © 2019. All rights reserved.