| Package | Description |
|---|---|
| ch.epfl.dedis.ocs |
| Modifier and Type | Method and Description |
|---|---|
DarcSignature |
WriteRequest.getSignature(OnchainSecretsRPC ocs,
Signer publisher)
Creates a correct signature-path starting from the admin darc and
signs that path to get a correct write-request.
|
| Modifier and Type | Method and Description |
|---|---|
WriteRequest |
OnchainSecretsRPC.createWriteRequest(WriteRequest wr,
DarcSignature signature)
Creates a write request on the skipchain.
|
DecryptKey |
OnchainSecretsRPC.getDecryptionKeyEphemeral(ReadRequestId id,
DarcSignature signature,
Point ephemeral)
Requests the re-encryption symmetricKey from the skipchain, but uses an ephemeral key
for it.
|
| Constructor and Description |
|---|
ReadRequest(WriteRequestId wrId,
DarcSignature signature) |
Copyright © 2018. All rights reserved.