| Package | Description |
|---|---|
| ch.epfl.dedis.byzgen | |
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.lib.omniledger | |
| ch.epfl.dedis.lib.skipchain | |
| ch.epfl.dedis.ocs |
| Constructor and Description |
|---|
OnchainSecrets(Roster roster,
Darc admin)
Creates a new OnchainSecrets class and creates a new skipchain.
|
OnchainSecrets(Roster roster,
SkipblockId ocsID)
Creates a new OnchainSecrets class that attaches to an existing skipchain.
|
| Modifier and Type | Method and Description |
|---|---|
static Roster |
Roster.FromToml(String groupToml) |
Roster |
SkipBlock.getRoster()
Gets the roster from the skipblock.
|
| Modifier and Type | Method and Description |
|---|---|
Roster |
OmniledgerRPC.getRoster() |
| Constructor and Description |
|---|
OmniledgerRPC(Roster r,
Darc d,
java.time.Duration blockInterval)
This instantiates a new omniledger object by asking the cothority to set up a new omniledger.
|
OmniledgerRPC(Roster roster,
SkipblockId skipchainId)
Constructs an OmniLedgerRPC from known configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected Roster |
SkipchainRPC.roster |
| Modifier and Type | Method and Description |
|---|---|
Roster |
SkipchainRPC.getRoster() |
| Constructor and Description |
|---|
SkipchainRPC(Roster roster,
SkipblockId scID)
If the skipchain is already initialised, this constructor will only
initialise the class.
|
| Modifier and Type | Field and Description |
|---|---|
protected Roster |
OnchainSecretsRPC.roster |
| Modifier and Type | Method and Description |
|---|---|
Roster |
OnchainSecretsRPC.getRoster() |
| Constructor and Description |
|---|
OnchainSecrets(Roster roster,
Darc admin)
Creates a new OnchainSecrets class and creates a new skipchain.
|
OnchainSecrets(Roster roster,
SkipblockId ocsID)
Creates a new OnchainSecrets class that attaches to an existing skipchain.
|
Copyright © 2018. All rights reserved.