| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger.darc | |
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
DarcProto.Darc |
Darc.toProto()
Creates the protobuf representation of the darc.
|
| Constructor and Description |
|---|
Darc(DarcProto.Darc proto) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<DarcProto.Darc> |
DarcProto.Darc.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DarcProto.Darc |
DarcProto.Darc.Builder.build() |
DarcProto.Darc |
DarcProto.Darc.Builder.buildPartial() |
static DarcProto.Darc |
DarcProto.Darc.getDefaultInstance() |
DarcProto.Darc |
DarcProto.Darc.getDefaultInstanceForType() |
DarcProto.Darc |
DarcProto.Darc.Builder.getDefaultInstanceForType() |
DarcProto.Darc |
OmniLedgerProto.CreateGenesisBlockOrBuilder.getGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
|
DarcProto.Darc |
OmniLedgerProto.CreateGenesisBlock.getGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
|
DarcProto.Darc |
OmniLedgerProto.CreateGenesisBlock.Builder.getGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
|
DarcProto.Darc |
DarcProto.DarcOrBuilder.getVerificationdarcs(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc |
DarcProto.Darc.getVerificationdarcs(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc |
DarcProto.Darc.Builder.getVerificationdarcs(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
static DarcProto.Darc |
DarcProto.Darc.parseDelimitedFrom(InputStream input) |
static DarcProto.Darc |
DarcProto.Darc.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(byte[] data) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(ByteBuffer data) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(com.google.protobuf.ByteString data) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(com.google.protobuf.CodedInputStream input) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(InputStream input) |
static DarcProto.Darc |
DarcProto.Darc.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DarcProto.Darc> |
DarcProto.Darc.getParserForType() |
List<DarcProto.Darc> |
DarcProto.DarcOrBuilder.getVerificationdarcsList()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
List<DarcProto.Darc> |
DarcProto.Darc.getVerificationdarcsList()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
List<DarcProto.Darc> |
DarcProto.Darc.Builder.getVerificationdarcsList()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
static com.google.protobuf.Parser<DarcProto.Darc> |
DarcProto.Darc.parser() |
| Modifier and Type | Method and Description |
|---|---|
DarcProto.Darc.Builder |
DarcProto.Darc.Builder.addVerificationdarcs(DarcProto.Darc value)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
DarcProto.Darc.Builder.addVerificationdarcs(int index,
DarcProto.Darc value)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
DarcProto.Darc.Builder.mergeFrom(DarcProto.Darc other) |
OmniLedgerProto.CreateGenesisBlock.Builder |
OmniLedgerProto.CreateGenesisBlock.Builder.mergeGenesisdarc(DarcProto.Darc value)
GenesisDarc defines who is allowed to write to this skipchain.
|
static DarcProto.Darc.Builder |
DarcProto.Darc.newBuilder(DarcProto.Darc prototype) |
OmniLedgerProto.CreateGenesisBlock.Builder |
OmniLedgerProto.CreateGenesisBlock.Builder.setGenesisdarc(DarcProto.Darc value)
GenesisDarc defines who is allowed to write to this skipchain.
|
DarcProto.Darc.Builder |
DarcProto.Darc.Builder.setVerificationdarcs(int index,
DarcProto.Darc value)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
| Modifier and Type | Method and Description |
|---|---|
DarcProto.Darc.Builder |
DarcProto.Darc.Builder.addAllVerificationdarcs(Iterable<? extends DarcProto.Darc> values)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
Copyright © 2018. All rights reserved.