| Package | Description |
|---|---|
| ch.epfl.dedis.ocs |
| Modifier and Type | Method and Description |
|---|---|
Document |
OnchainSecrets.getDocument(WriteRequestId wrId,
Signer reader)
Creates a read-request, if successful fetches the document from the skipchain and decodes the
keymaterial.
|
Document |
OnchainSecrets.getDocumentEphemeral(WriteRequestId wrId,
Signer reader)
Requests the re-encryption symmetricKey from the skipchain, but uses an ephemeral key
for it.
|
| Modifier and Type | Method and Description |
|---|---|
WriteRequest |
OnchainSecrets.publishDocument(Document doc,
Signer writer)
Publishes a document given the Document and the writer with write-authorization.
|
Copyright © 2018. All rights reserved.