| Package | Description |
|---|---|
| ch.epfl.dedis.lib.darc | |
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
DarcOCSProto.Darc |
Darc.toProto()
Creates a protobuf representation of the darc.
|
| Constructor and Description |
|---|
Darc(DarcOCSProto.Darc proto)
Returns a darc from a protobuf representation.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<DarcOCSProto.Darc> |
DarcOCSProto.Darc.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DarcOCSProto.Darc |
DarcOCSProto.Darc.Builder.build() |
DarcOCSProto.Darc |
DarcOCSProto.Darc.Builder.buildPartial() |
DarcOCSProto.Darc |
OCSProto.TransactionOrBuilder.getDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
DarcOCSProto.Darc |
OCSProto.Transaction.getDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
DarcOCSProto.Darc |
OCSProto.Transaction.Builder.getDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
DarcOCSProto.Darc |
OCSProto.UpdateDarcOrBuilder.getDarc()
required .Darc darc = 2; |
DarcOCSProto.Darc |
OCSProto.UpdateDarc.getDarc()
required .Darc darc = 2; |
DarcOCSProto.Darc |
OCSProto.UpdateDarc.Builder.getDarc()
required .Darc darc = 2; |
DarcOCSProto.Darc |
OCSProto.GetLatestDarcReplyOrBuilder.getDarcs(int index)
repeated .Darc darcs = 1; |
DarcOCSProto.Darc |
OCSProto.GetLatestDarcReply.getDarcs(int index)
repeated .Darc darcs = 1; |
DarcOCSProto.Darc |
OCSProto.GetLatestDarcReply.Builder.getDarcs(int index)
repeated .Darc darcs = 1; |
DarcOCSProto.Darc |
DarcOCSProto.SignaturePathOrBuilder.getDarcs(int index)
Darc(s) that justify the right of the signer to push a new Darc
|
DarcOCSProto.Darc |
DarcOCSProto.SignaturePath.getDarcs(int index)
Darc(s) that justify the right of the signer to push a new Darc
|
DarcOCSProto.Darc |
DarcOCSProto.SignaturePath.Builder.getDarcs(int index)
Darc(s) that justify the right of the signer to push a new Darc
|
static DarcOCSProto.Darc |
DarcOCSProto.Darc.getDefaultInstance() |
DarcOCSProto.Darc |
DarcOCSProto.Darc.getDefaultInstanceForType() |
DarcOCSProto.Darc |
DarcOCSProto.Darc.Builder.getDefaultInstanceForType() |
DarcOCSProto.Darc |
OCSProto.GetDarcPathReplyOrBuilder.getPath(int index)
repeated .Darc path = 1; |
DarcOCSProto.Darc |
OCSProto.GetDarcPathReply.getPath(int index)
repeated .Darc path = 1; |
DarcOCSProto.Darc |
OCSProto.GetDarcPathReply.Builder.getPath(int index)
repeated .Darc path = 1; |
DarcOCSProto.Darc |
OCSProto.WriteOrBuilder.getReader()
Reader points to a darc where the reading-rights are stored
|
DarcOCSProto.Darc |
OCSProto.Write.getReader()
Reader points to a darc where the reading-rights are stored
|
DarcOCSProto.Darc |
OCSProto.Write.Builder.getReader()
Reader points to a darc where the reading-rights are stored
|
DarcOCSProto.Darc |
OCSProto.WriteRequestOrBuilder.getReaders()
optional .Darc readers = 4; |
DarcOCSProto.Darc |
OCSProto.WriteRequest.getReaders()
optional .Darc readers = 4; |
DarcOCSProto.Darc |
OCSProto.WriteRequest.Builder.getReaders()
optional .Darc readers = 4; |
DarcOCSProto.Darc |
OCSProto.CreateSkipchainsRequestOrBuilder.getWriters()
required .Darc writers = 2; |
DarcOCSProto.Darc |
OCSProto.CreateSkipchainsRequest.getWriters()
required .Darc writers = 2; |
DarcOCSProto.Darc |
OCSProto.CreateSkipchainsRequest.Builder.getWriters()
required .Darc writers = 2; |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseDelimitedFrom(InputStream input) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(byte[] data) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(ByteBuffer data) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(com.google.protobuf.ByteString data) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(com.google.protobuf.CodedInputStream input) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(InputStream input) |
static DarcOCSProto.Darc |
DarcOCSProto.Darc.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<DarcOCSProto.Darc> |
OCSProto.GetLatestDarcReplyOrBuilder.getDarcsList()
repeated .Darc darcs = 1; |
List<DarcOCSProto.Darc> |
OCSProto.GetLatestDarcReply.getDarcsList()
repeated .Darc darcs = 1; |
List<DarcOCSProto.Darc> |
OCSProto.GetLatestDarcReply.Builder.getDarcsList()
repeated .Darc darcs = 1; |
List<DarcOCSProto.Darc> |
DarcOCSProto.SignaturePathOrBuilder.getDarcsList()
Darc(s) that justify the right of the signer to push a new Darc
|
List<DarcOCSProto.Darc> |
DarcOCSProto.SignaturePath.getDarcsList()
Darc(s) that justify the right of the signer to push a new Darc
|
List<DarcOCSProto.Darc> |
DarcOCSProto.SignaturePath.Builder.getDarcsList()
Darc(s) that justify the right of the signer to push a new Darc
|
com.google.protobuf.Parser<DarcOCSProto.Darc> |
DarcOCSProto.Darc.getParserForType() |
List<DarcOCSProto.Darc> |
OCSProto.GetDarcPathReplyOrBuilder.getPathList()
repeated .Darc path = 1; |
List<DarcOCSProto.Darc> |
OCSProto.GetDarcPathReply.getPathList()
repeated .Darc path = 1; |
List<DarcOCSProto.Darc> |
OCSProto.GetDarcPathReply.Builder.getPathList()
repeated .Darc path = 1; |
static com.google.protobuf.Parser<DarcOCSProto.Darc> |
DarcOCSProto.Darc.parser() |
| Modifier and Type | Method and Description |
|---|---|
OCSProto.GetLatestDarcReply.Builder |
OCSProto.GetLatestDarcReply.Builder.addDarcs(DarcOCSProto.Darc value)
repeated .Darc darcs = 1; |
DarcOCSProto.SignaturePath.Builder |
DarcOCSProto.SignaturePath.Builder.addDarcs(DarcOCSProto.Darc value)
Darc(s) that justify the right of the signer to push a new Darc
|
OCSProto.GetLatestDarcReply.Builder |
OCSProto.GetLatestDarcReply.Builder.addDarcs(int index,
DarcOCSProto.Darc value)
repeated .Darc darcs = 1; |
DarcOCSProto.SignaturePath.Builder |
DarcOCSProto.SignaturePath.Builder.addDarcs(int index,
DarcOCSProto.Darc value)
Darc(s) that justify the right of the signer to push a new Darc
|
OCSProto.GetDarcPathReply.Builder |
OCSProto.GetDarcPathReply.Builder.addPath(DarcOCSProto.Darc value)
repeated .Darc path = 1; |
OCSProto.GetDarcPathReply.Builder |
OCSProto.GetDarcPathReply.Builder.addPath(int index,
DarcOCSProto.Darc value)
repeated .Darc path = 1; |
OCSProto.Transaction.Builder |
OCSProto.Transaction.Builder.mergeDarc(DarcOCSProto.Darc value)
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
OCSProto.UpdateDarc.Builder |
OCSProto.UpdateDarc.Builder.mergeDarc(DarcOCSProto.Darc value)
required .Darc darc = 2; |
DarcOCSProto.Darc.Builder |
DarcOCSProto.Darc.Builder.mergeFrom(DarcOCSProto.Darc other) |
OCSProto.Write.Builder |
OCSProto.Write.Builder.mergeReader(DarcOCSProto.Darc value)
Reader points to a darc where the reading-rights are stored
|
OCSProto.WriteRequest.Builder |
OCSProto.WriteRequest.Builder.mergeReaders(DarcOCSProto.Darc value)
optional .Darc readers = 4; |
OCSProto.CreateSkipchainsRequest.Builder |
OCSProto.CreateSkipchainsRequest.Builder.mergeWriters(DarcOCSProto.Darc value)
required .Darc writers = 2; |
static DarcOCSProto.Darc.Builder |
DarcOCSProto.Darc.newBuilder(DarcOCSProto.Darc prototype) |
OCSProto.Transaction.Builder |
OCSProto.Transaction.Builder.setDarc(DarcOCSProto.Darc value)
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
OCSProto.UpdateDarc.Builder |
OCSProto.UpdateDarc.Builder.setDarc(DarcOCSProto.Darc value)
required .Darc darc = 2; |
OCSProto.GetLatestDarcReply.Builder |
OCSProto.GetLatestDarcReply.Builder.setDarcs(int index,
DarcOCSProto.Darc value)
repeated .Darc darcs = 1; |
DarcOCSProto.SignaturePath.Builder |
DarcOCSProto.SignaturePath.Builder.setDarcs(int index,
DarcOCSProto.Darc value)
Darc(s) that justify the right of the signer to push a new Darc
|
OCSProto.GetDarcPathReply.Builder |
OCSProto.GetDarcPathReply.Builder.setPath(int index,
DarcOCSProto.Darc value)
repeated .Darc path = 1; |
OCSProto.Write.Builder |
OCSProto.Write.Builder.setReader(DarcOCSProto.Darc value)
Reader points to a darc where the reading-rights are stored
|
OCSProto.WriteRequest.Builder |
OCSProto.WriteRequest.Builder.setReaders(DarcOCSProto.Darc value)
optional .Darc readers = 4; |
OCSProto.CreateSkipchainsRequest.Builder |
OCSProto.CreateSkipchainsRequest.Builder.setWriters(DarcOCSProto.Darc value)
required .Darc writers = 2; |
| Modifier and Type | Method and Description |
|---|---|
OCSProto.GetLatestDarcReply.Builder |
OCSProto.GetLatestDarcReply.Builder.addAllDarcs(Iterable<? extends DarcOCSProto.Darc> values)
repeated .Darc darcs = 1; |
DarcOCSProto.SignaturePath.Builder |
DarcOCSProto.SignaturePath.Builder.addAllDarcs(Iterable<? extends DarcOCSProto.Darc> values)
Darc(s) that justify the right of the signer to push a new Darc
|
OCSProto.GetDarcPathReply.Builder |
OCSProto.GetDarcPathReply.Builder.addAllPath(Iterable<? extends DarcOCSProto.Darc> values)
repeated .Darc path = 1; |
Copyright © 2018. All rights reserved.