| Package | Description |
|---|---|
| ch.epfl.dedis.calypso |
| Modifier and Type | Method and Description |
|---|---|
CreateLTSReply |
CalypsoRPC.createLTS(Proof proof)
Create a long-term-secret (LTS) and retrieve its configuration.
|
CreateLTSReply |
WriteInstance.getLts()
Get the LTS configuration.
|
CreateLTSReply |
CalypsoRPC.getLTS() |
CreateLTSReply |
CalypsoRPC.getLTSReply(LTSId ltsId)
returns the shared symmetricKey of the DKG that must be used to encrypt the
symmetric encryption symmetricKey.
|
| Modifier and Type | Method and Description |
|---|---|
WriteData |
Document.getWriteData(CreateLTSReply lts)
Creates a WriteData object with the fields of the document.
|
| Constructor and Description |
|---|
WriteData(CreateLTSReply lts,
byte[] dataEnc,
byte[] keyMaterial,
byte[] extraData,
DarcId publisher)
Create a new document by giving all possible parameters.
|
Copyright © 2019. All rights reserved.