Interface EncryptedDocumentReadService
public interface EncryptedDocumentReadService
Encrypted document read operation.
-
Method Summary
Modifier and TypeMethodDescriptionread(ReadRequest<UserIDAuth, AbsoluteLocation<PrivateResource>> location) Reads and decrypts encrypted document, handles document encryption type internally.
-
Method Details
-
read
Reads and decrypts encrypted document, handles document encryption type internally.- Parameters:
location- From where to read data- Returns:
- Decrypted document content stream
-