| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.lib.proto |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Proof |
Proof.toProto()
Get the protobuf representation of the proof.
|
| Constructor and Description |
|---|
Proof(ByzCoinProto.Proof p)
Creates a new proof given a protobuf-representation.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ByzCoinProto.Proof> |
ByzCoinProto.Proof.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Proof |
ByzCoinProto.Proof.Builder.build() |
ByzCoinProto.Proof |
ByzCoinProto.Proof.Builder.buildPartial() |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.getDefaultInstance() |
ByzCoinProto.Proof |
ByzCoinProto.Proof.getDefaultInstanceForType() |
ByzCoinProto.Proof |
ByzCoinProto.Proof.Builder.getDefaultInstanceForType() |
ByzCoinProto.Proof |
ByzCoinProto.GetProofResponseOrBuilder.getProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
ByzCoinProto.Proof |
ByzCoinProto.GetProofResponse.getProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
ByzCoinProto.Proof |
ByzCoinProto.GetProofResponse.Builder.getProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
ByzCoinProto.Proof |
Calypso.DecryptKeyOrBuilder.getRead()
Read is the proof that he has been accepted to read the secret.
|
ByzCoinProto.Proof |
Calypso.DecryptKey.getRead()
Read is the proof that he has been accepted to read the secret.
|
ByzCoinProto.Proof |
Calypso.DecryptKey.Builder.getRead()
Read is the proof that he has been accepted to read the secret.
|
ByzCoinProto.Proof |
Calypso.DecryptKeyOrBuilder.getWrite()
Write is the proof containing the write request.
|
ByzCoinProto.Proof |
Calypso.DecryptKey.getWrite()
Write is the proof containing the write request.
|
ByzCoinProto.Proof |
Calypso.DecryptKey.Builder.getWrite()
Write is the proof containing the write request.
|
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseDelimitedFrom(InputStream input) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(byte[] data) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(ByteBuffer data) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(com.google.protobuf.ByteString data) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(com.google.protobuf.CodedInputStream input) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(InputStream input) |
static ByzCoinProto.Proof |
ByzCoinProto.Proof.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ByzCoinProto.Proof> |
ByzCoinProto.Proof.getParserForType() |
static com.google.protobuf.Parser<ByzCoinProto.Proof> |
ByzCoinProto.Proof.parser() |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Proof.Builder |
ByzCoinProto.Proof.Builder.mergeFrom(ByzCoinProto.Proof other) |
ByzCoinProto.GetProofResponse.Builder |
ByzCoinProto.GetProofResponse.Builder.mergeProof(ByzCoinProto.Proof value)
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
Calypso.DecryptKey.Builder |
Calypso.DecryptKey.Builder.mergeRead(ByzCoinProto.Proof value)
Read is the proof that he has been accepted to read the secret.
|
Calypso.DecryptKey.Builder |
Calypso.DecryptKey.Builder.mergeWrite(ByzCoinProto.Proof value)
Write is the proof containing the write request.
|
static ByzCoinProto.Proof.Builder |
ByzCoinProto.Proof.newBuilder(ByzCoinProto.Proof prototype) |
ByzCoinProto.GetProofResponse.Builder |
ByzCoinProto.GetProofResponse.Builder.setProof(ByzCoinProto.Proof value)
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
Calypso.DecryptKey.Builder |
Calypso.DecryptKey.Builder.setRead(ByzCoinProto.Proof value)
Read is the proof that he has been accepted to read the secret.
|
Calypso.DecryptKey.Builder |
Calypso.DecryptKey.Builder.setWrite(ByzCoinProto.Proof value)
Write is the proof containing the write request.
|
Copyright © 2018. All rights reserved.