| Package | Description |
|---|---|
| ch.epfl.dedis.calypso |
| Modifier and Type | Method and Description |
|---|---|
static WriteInstance |
WriteInstance.fromCalypso(CalypsoRPC calypso,
InstanceId writeId)
Fetches an already existing writeInstance from Calypso and returns it.
|
WriteInstance |
Document.spawnWrite(CalypsoRPC calypso,
DarcId publisherDarcId,
Signer publisherSigner,
Long signerCtr)
Creates a new WriteInstance with the document stored in it.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
Document.fromWriteInstance(WriteInstance wi,
byte[] keyMaterial)
Recreate the document once all the material already is fetched from ByzCoin.
|
| Constructor and Description |
|---|
ReadInstance(CalypsoRPC calypso,
WriteInstance write,
List<Signer> signers,
List<Long> signerCtrs,
Point Xc)
Create a new ReadInstance to request access to an encrypted document.
|
Copyright © 2019. All rights reserved.