| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.byzgen | |
| ch.epfl.dedis.calypso | |
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.skipchain |
| Modifier and Type | Method and Description |
|---|---|
SkipblockId |
Block.getId()
Getter for skipblock ID.
|
| Modifier and Type | Method and Description |
|---|---|
static ByzCoinRPC |
ByzCoinRPC.fromByzCoin(Roster roster,
SkipblockId skipchainId)
Constructs a ByzCoinRPC from a known configuration.
|
Block |
ByzCoinRPC.getBlock(SkipblockId id)
Fetches a given block from the skipchain and returns the corresponding Block.
|
| Constructor and Description |
|---|
Proof(ByzCoinProto.Proof p,
SkipblockId scID,
InstanceId iid)
Creates a new proof given a protobuf-representation and a trusted skipchain ID.
|
| Modifier and Type | Method and Description |
|---|---|
CalypsoFactory |
CalypsoFactory.setGenesis(SkipblockId genesis)
Set chain genesis (getId/hash of the fist block in the chain)
|
| Modifier and Type | Method and Description |
|---|---|
SkipblockId |
CreateLTSReply.getByzcoinId()
Getter for the ByzCoin ID
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CalypsoRPC.authorize(ServerIdentity si,
SkipblockId byzcoinId)
Connect to a server to an Authorized ByzCoin ID.
|
static CalypsoRPC |
CalypsoRPC.fromCalypso(Roster roster,
SkipblockId byzcoinId,
LTSId ltsId)
Connects to an existing byzcoin and an existing Long Term Secret.
|
| Modifier and Type | Method and Description |
|---|---|
SkipblockId |
SkipBlock.getId() |
SkipblockId |
SkipBlock.getSkipchainId() |
| Modifier and Type | Method and Description |
|---|---|
List<SkipblockId> |
SkipBlock.getBackLinks()
Getter for the list of backlinks in the skipblock.
|
| Modifier and Type | Field and Description |
|---|---|
protected SkipblockId |
SkipchainRPC.scID |
| Modifier and Type | Method and Description |
|---|---|
SkipblockId |
ForwardLink.getFrom() |
SkipblockId |
SkipchainRPC.getID()
Getter for the skipchain ID.
|
SkipblockId |
ForwardLink.getTo() |
| Modifier and Type | Method and Description |
|---|---|
SkipBlock |
SkipchainRPC.getSkipblock(SkipblockId id)
Returns the skipblock from the skipchain, given its id.
|
List<SkipBlock> |
SkipchainRPC.getUpdateChain(SkipblockId trustedLatest)
Returns a list of blocks block and verify that the links are correct.
|
| Constructor and Description |
|---|
SkipchainRPC(Roster roster,
SkipblockId scID)
If the skipchain is already initialised, this constructor will only
initialise the class.
|
Copyright © 2019. All rights reserved.