| Class | Description |
|---|---|
| DarcOCSProto | |
| DarcOCSProto.Darc |
Darc is the basic structure representing an access control.
|
| DarcOCSProto.Darc.Builder |
Darc is the basic structure representing an access control.
|
| DarcOCSProto.Identity |
Identity is a generic structure can be either an Ed25519 public key or a Darc
|
| DarcOCSProto.Identity.Builder |
Identity is a generic structure can be either an Ed25519 public key or a Darc
|
| DarcOCSProto.IdentityDarc |
IdentityDarc is a structure that points to a Darc with a given DarcID on a skipchain
|
| DarcOCSProto.IdentityDarc.Builder |
IdentityDarc is a structure that points to a Darc with a given DarcID on a skipchain
|
| DarcOCSProto.IdentityEd25519 |
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityEd25519.Builder |
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityX509EC |
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.IdentityX509EC.Builder |
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.Signature |
Signature is a signature on a Darc to accept a given decision.
|
| DarcOCSProto.Signature.Builder |
Signature is a signature on a Darc to accept a given decision.
|
| DarcOCSProto.SignaturePath |
SignaturePath is a struct that holds information necessary for signature verification
|
| DarcOCSProto.SignaturePath.Builder |
SignaturePath is a struct that holds information necessary for signature verification
|
| DarcOCSProto.Signer |
Signer is a generic structure that can hold different types of signers
|
| DarcOCSProto.Signer.Builder |
Signer is a generic structure that can hold different types of signers
|
| DarcOCSProto.SignerEd25519 |
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcOCSProto.SignerEd25519.Builder |
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcOCSProto.SignerX509EC |
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcOCSProto.SignerX509EC.Builder |
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcProto | |
| DarcProto.Darc |
Darc is the basic structure representing an access control.
|
| DarcProto.Darc.Builder |
Darc is the basic structure representing an access control.
|
| DarcProto.Identity |
Identity is a generic structure can be either an Ed25519 public key, a Darc
or a X509 Identity.
|
| DarcProto.Identity.Builder |
Identity is a generic structure can be either an Ed25519 public key, a Darc
or a X509 Identity.
|
| DarcProto.IdentityDarc |
IdentityDarc is a structure that points to a Darc with a given ID on a
skipchain.
|
| DarcProto.IdentityDarc.Builder |
IdentityDarc is a structure that points to a Darc with a given ID on a
skipchain.
|
| DarcProto.IdentityEd25519 |
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityEd25519.Builder |
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityX509EC |
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.IdentityX509EC.Builder |
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.Request |
Request is the structure that the client must provide to be verified
|
| DarcProto.Request.Builder |
Request is the structure that the client must provide to be verified
|
| DarcProto.Signature |
Signature is a signature on a Darc to accept a given decision.
|
| DarcProto.Signature.Builder |
Signature is a signature on a Darc to accept a given decision.
|
| DarcProto.Signer |
Signer is a generic structure that can hold different types of signers
|
| DarcProto.Signer.Builder |
Signer is a generic structure that can hold different types of signers
|
| DarcProto.SignerEd25519 |
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcProto.SignerEd25519.Builder |
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcProto.SignerX509EC |
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcProto.SignerX509EC.Builder |
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| EventLogProto | |
| EventLogProto.Event |
Event is sent to create an event log.
|
| EventLogProto.Event.Builder |
Event is sent to create an event log.
|
| EventLogProto.SearchRequest |
SearchRequest includes all the search parameters (AND of all provided search
parameters).
|
| EventLogProto.SearchRequest.Builder |
SearchRequest includes all the search parameters (AND of all provided search
parameters).
|
| EventLogProto.SearchResponse |
SearchResponse is the reply to LogRequest.
|
| EventLogProto.SearchResponse.Builder |
SearchResponse is the reply to LogRequest.
|
| OCSProto | |
| OCSProto.CreateSkipchainsReply |
CreateSkipchainsReply returns the skipchain-id of the OCS-skipchain
|
| OCSProto.CreateSkipchainsReply.Builder |
CreateSkipchainsReply returns the skipchain-id of the OCS-skipchain
|
| OCSProto.CreateSkipchainsRequest |
CreateSkipchainsRequest asks for setting up a new OCS-skipchain.
|
| OCSProto.CreateSkipchainsRequest.Builder |
CreateSkipchainsRequest asks for setting up a new OCS-skipchain.
|
| OCSProto.DecryptKeyReply |
DecryptKeyReply is sent back to the api with the key encrypted under the
reader's public key.
|
| OCSProto.DecryptKeyReply.Builder |
DecryptKeyReply is sent back to the api with the key encrypted under the
reader's public key.
|
| OCSProto.DecryptKeyRequest |
DecryptKeyRequest is sent to the service with the read-request.
|
| OCSProto.DecryptKeyRequest.Builder |
DecryptKeyRequest is sent to the service with the read-request.
|
| OCSProto.GetBunchReply |
GetBunchReply returns the genesis blocks of all registered OCS.
|
| OCSProto.GetBunchReply.Builder |
GetBunchReply returns the genesis blocks of all registered OCS.
|
| OCSProto.GetBunchRequest |
GetBunchRequest asks for a list of bunches
|
| OCSProto.GetBunchRequest.Builder |
GetBunchRequest asks for a list of bunches
|
| OCSProto.GetDarcPath |
GetDarcPath returns the shortest path from the base darc to a darc
containing the identity.
|
| OCSProto.GetDarcPath.Builder |
GetDarcPath returns the shortest path from the base darc to a darc
containing the identity.
|
| OCSProto.GetDarcPathReply |
GetDarcPathReply returns the shortest path to prove that the identity
can sign.
|
| OCSProto.GetDarcPathReply.Builder |
GetDarcPathReply returns the shortest path to prove that the identity
can sign.
|
| OCSProto.GetLatestDarc |
GetLatestDarc returns the path to the latest darc.
|
| OCSProto.GetLatestDarc.Builder |
GetLatestDarc returns the path to the latest darc.
|
| OCSProto.GetLatestDarcReply |
GetLatestDarcReply returns a list of all darcs, starting from
the one requested.
|
| OCSProto.GetLatestDarcReply.Builder |
GetLatestDarcReply returns a list of all darcs, starting from
the one requested.
|
| OCSProto.GetReadRequests |
GetReadRequests asks for a list of requests
|
| OCSProto.GetReadRequests.Builder |
GetReadRequests asks for a list of requests
|
| OCSProto.GetReadRequestsReply |
GetReadRequestsReply returns the requests
|
| OCSProto.GetReadRequestsReply.Builder |
GetReadRequestsReply returns the requests
|
| OCSProto.Read |
Read stores a read-request which is the secret encrypted under the
pseudonym's public key.
|
| OCSProto.Read.Builder |
Read stores a read-request which is the secret encrypted under the
pseudonym's public key.
|
| OCSProto.ReadDoc |
ReadDoc represents one read-request by a reader.
|
| OCSProto.ReadDoc.Builder |
ReadDoc represents one read-request by a reader.
|
| OCSProto.ReadReply |
ReadReply is the added skipblock, if successful.
|
| OCSProto.ReadReply.Builder |
ReadReply is the added skipblock, if successful.
|
| OCSProto.ReadRequest |
ReadRequest asks the OCS-skipchain to allow a reader to access a document.
|
| OCSProto.ReadRequest.Builder |
ReadRequest asks the OCS-skipchain to allow a reader to access a document.
|
| OCSProto.SharedPublicReply |
SharedPublicReply sends back the shared public key.
|
| OCSProto.SharedPublicReply.Builder |
SharedPublicReply sends back the shared public key.
|
| OCSProto.SharedPublicRequest |
SharedPublicRequest asks for the shared public key of the corresponding
skipchain-ID.
|
| OCSProto.SharedPublicRequest.Builder |
SharedPublicRequest asks for the shared public key of the corresponding
skipchain-ID.
|
| OCSProto.Transaction |
Transaction holds either:
- a read request
- a write
- a key-update
- a write and a key-update
Additionally, it can hold a slice of bytes with any data that the user wants to
add to bind to that transaction.
|
| OCSProto.Transaction.Builder |
Transaction holds either:
- a read request
- a write
- a key-update
- a write and a key-update
Additionally, it can hold a slice of bytes with any data that the user wants to
add to bind to that transaction.
|
| OCSProto.UpdateDarc |
UpdateDarc allows to set up new accounts or edit existing
read-rights in documents.
|
| OCSProto.UpdateDarc.Builder |
UpdateDarc allows to set up new accounts or edit existing
read-rights in documents.
|
| OCSProto.UpdateDarcReply |
UpdateDarcReply contains the skipblock with the account stored
in it.
|
| OCSProto.UpdateDarcReply.Builder |
UpdateDarcReply contains the skipblock with the account stored
in it.
|
| OCSProto.Write |
Write stores the data and the encrypted secret
|
| OCSProto.Write.Builder |
Write stores the data and the encrypted secret
|
| OCSProto.WriteReply |
WriteReply returns the created skipblock which is the write-id
|
| OCSProto.WriteReply.Builder |
WriteReply returns the created skipblock which is the write-id
|
| OCSProto.WriteRequest |
WriteRequest asks the OCS-skipchain to store data on the skipchain.
|
| OCSProto.WriteRequest.Builder |
WriteRequest asks the OCS-skipchain to store data on the skipchain.
|
| OmniLedgerProto | |
| OmniLedgerProto.AddTxRequest |
AddTxRequest requests to apply a new transaction to the ledger.
|
| OmniLedgerProto.AddTxRequest.Builder |
AddTxRequest requests to apply a new transaction to the ledger.
|
| OmniLedgerProto.AddTxResponse |
AddTxResponse is the reply after an AddTxRequest is finished.
|
| OmniLedgerProto.AddTxResponse.Builder |
AddTxResponse is the reply after an AddTxRequest is finished.
|
| OmniLedgerProto.CollectionProof |
CollectionProof can be checked against the hash of the root
node and also contains the key and the data.
|
| OmniLedgerProto.CollectionProof.Builder |
CollectionProof can be checked against the hash of the root
node and also contains the key and the data.
|
| OmniLedgerProto.CollectionProof.Node |
Protobuf type
CollectionProof.Node |
| OmniLedgerProto.CollectionProof.Node.Builder |
Protobuf type
CollectionProof.Node |
| OmniLedgerProto.CollectionProof.Node.Children |
Protobuf type
CollectionProof.Node.Children |
| OmniLedgerProto.CollectionProof.Node.Children.Builder |
Protobuf type
CollectionProof.Node.Children |
| OmniLedgerProto.CollectionProof.Step |
Protobuf type
CollectionProof.Step |
| OmniLedgerProto.CollectionProof.Step.Builder |
Protobuf type
CollectionProof.Step |
| OmniLedgerProto.Config |
Config stores all the configuration information for one skipchain.
|
| OmniLedgerProto.Config.Builder |
Config stores all the configuration information for one skipchain.
|
| OmniLedgerProto.CreateGenesisBlock |
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
| OmniLedgerProto.CreateGenesisBlock.Builder |
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockResponse |
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockResponse.Builder |
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| OmniLedgerProto.GetProof |
GetProof returns the proof that the given key is in the collection.
|
| OmniLedgerProto.GetProof.Builder |
GetProof returns the proof that the given key is in the collection.
|
| OmniLedgerProto.GetProofResponse |
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
| OmniLedgerProto.GetProofResponse.Builder |
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
| OmniLedgerProto.Proof |
This Structure could later be moved to cothority/skipchain.
|
| OmniLedgerProto.Proof.Builder |
This Structure could later be moved to cothority/skipchain.
|
| RosterProto | |
| RosterProto.Roster |
Protobuf type
Roster |
| RosterProto.Roster.Builder |
Protobuf type
Roster |
| ServerIdentityProto | |
| ServerIdentityProto.ServerIdentity |
Protobuf type
ServerIdentity |
| ServerIdentityProto.ServerIdentity.Builder |
Protobuf type
ServerIdentity |
| SkipBlockProto | |
| SkipBlockProto.ByzcoinSig |
Protobuf type
ByzcoinSig |
| SkipBlockProto.ByzcoinSig.Builder |
Protobuf type
ByzcoinSig |
| SkipBlockProto.Exception |
Protobuf type
Exception |
| SkipBlockProto.Exception.Builder |
Protobuf type
Exception |
| SkipBlockProto.ForwardLink |
Protobuf type
ForwardLink |
| SkipBlockProto.ForwardLink.Builder |
Protobuf type
ForwardLink |
| SkipBlockProto.SchnorrSig |
Protobuf type
SchnorrSig |
| SkipBlockProto.SchnorrSig.Builder |
Protobuf type
SchnorrSig |
| SkipBlockProto.SkipBlock |
Protobuf type
SkipBlock |
| SkipBlockProto.SkipBlock.Builder |
Protobuf type
SkipBlock |
| SkipchainProto | |
| SkipchainProto.GetSingleBlock |
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlock.Builder |
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetUpdateChain |
GetUpdateChain - the client sends the hash of the last known
Skipblock and will get back a list of all necessary SkipBlocks
to get to the latest.
|
| SkipchainProto.GetUpdateChain.Builder |
GetUpdateChain - the client sends the hash of the last known
Skipblock and will get back a list of all necessary SkipBlocks
to get to the latest.
|
| SkipchainProto.GetUpdateChainReply |
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
|
| SkipchainProto.GetUpdateChainReply.Builder |
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
|
| StatusProto | |
| StatusProto.Request |
Protobuf type
Request |
| StatusProto.Request.Builder |
Protobuf type
Request |
| StatusProto.Response |
Protobuf type
Response |
| StatusProto.Response.Builder |
Protobuf type
Response |
| StatusProto.Response.Status |
Protobuf type
Response.Status |
| StatusProto.Response.Status.Builder |
Protobuf type
Response.Status |
| TransactionProto | |
| TransactionProto.Argument |
Argument is a name/value pair that will be passed to the object.
|
| TransactionProto.Argument.Builder |
Argument is a name/value pair that will be passed to the object.
|
| TransactionProto.ClientTransaction |
ClientTransaction is a slice of Instructions that will be applied in order.
|
| TransactionProto.ClientTransaction.Builder |
ClientTransaction is a slice of Instructions that will be applied in order.
|
| TransactionProto.Delete |
Delete removes the object.
|
| TransactionProto.Delete.Builder |
Delete removes the object.
|
| TransactionProto.Instruction |
Instruction holds only one of Spawn, Invoke, or Delete
|
| TransactionProto.Instruction.Builder |
Instruction holds only one of Spawn, Invoke, or Delete
|
| TransactionProto.Invoke |
Invoke calls a method of an existing object which will update its internal
state.
|
| TransactionProto.Invoke.Builder |
Invoke calls a method of an existing object which will update its internal
state.
|
| TransactionProto.ObjectID |
ObjectID points to an object that holds the state of a contract.
|
| TransactionProto.ObjectID.Builder |
ObjectID points to an object that holds the state of a contract.
|
| TransactionProto.Spawn |
Spawn is called upon an existing object that will spawn a new object.
|
| TransactionProto.Spawn.Builder |
Spawn is called upon an existing object that will spawn a new object.
|
| TransactionProto.StateChange |
StateChange is one new state that will be applied to the collection.
|
| TransactionProto.StateChange.Builder |
StateChange is one new state that will be applied to the collection.
|
Copyright © 2018. All rights reserved.