| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.calypso | |
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.skipchain |
| Modifier and Type | Method and Description |
|---|---|
Roster |
ByzCoinRPC.getRoster() |
| Modifier and Type | Method and Description |
|---|---|
static ByzCoinRPC |
ByzCoinRPC.fromByzCoin(Roster roster,
SkipblockId skipchainId)
Constructs a ByzCoinRPC from a known configuration.
|
static Darc |
ByzCoinRPC.makeGenesisDarc(Signer admin,
Roster roster)
Creates a genesis darc to use for the initialisation of Byzcoin.
|
| Constructor and Description |
|---|
ByzCoinRPC(Roster r,
Darc d,
java.time.Duration blockInterval)
This instantiates a new byzcoin object by asking the cothority to set up a new byzcoin.
|
| Modifier and Type | Method and Description |
|---|---|
static CalypsoRPC |
CalypsoRPC.fromCalypso(Roster roster,
SkipblockId byzcoinId,
LTSId ltsId)
Connects to an existing byzcoin and an existing Long Term Secret.
|
| Constructor and Description |
|---|
CalypsoRPC(Roster roster,
Darc genesis,
java.time.Duration blockInterval)
Creates a new ByzCoin ledger and a new Long Term Secret.
|
| Modifier and Type | Method and Description |
|---|---|
static Roster |
Roster.FromToml(String groupToml) |
Roster |
SkipBlock.getRoster()
Gets the roster from the skipblock.
|
| Modifier and Type | Field and Description |
|---|---|
protected Roster |
SkipchainRPC.roster |
| Modifier and Type | Method and Description |
|---|---|
Roster |
ForwardLink.getNewRoster() |
Roster |
SkipchainRPC.getRoster() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByzcoinSig.verify(Roster roster)
Verifies the signature given a roster of potential signers.
|
| Constructor and Description |
|---|
SkipchainRPC(Roster roster,
SkipblockId scID)
If the skipchain is already initialised, this constructor will only
initialise the class.
|
Copyright © 2018. All rights reserved.