| Class and Description |
|---|
| RosterProto.Roster
Protobuf type
Roster |
| ServerIdentityProto.ServerIdentity
Protobuf type
ServerIdentity |
| SkipBlockProto.SkipBlock
Protobuf type
SkipBlock |
| StatusProto.Response
Protobuf type
Response |
| Class and Description |
|---|
| SkipBlockProto.SchnorrSig
Protobuf type
SchnorrSig |
| Class and Description |
|---|
| DarcOCSProto.Darc
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.IdentityDarc
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.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.Signature
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
|
| Class and Description |
|---|
| EventLogProto.Event
Event is sent to create an event log.
|
| EventLogProto.SearchResponse
SearchResponse is the reply to LogRequest.
|
| Class and Description |
|---|
| OmniLedgerProto.Config
Config stores all the configuration information for one skipchain.
|
| OmniLedgerProto.Proof
This Structure could later be moved to cothority/skipchain.
|
| TransactionProto.Argument
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.Delete
Delete removes the object.
|
| TransactionProto.Instruction
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.ObjectID
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.
|
| Class and Description |
|---|
| DarcProto.Darc
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.IdentityDarc
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.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.Request
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.
|
| Class and Description |
|---|
| OCSProto.DecryptKeyReply
DecryptKeyReply is sent back to the api with the key encrypted under the
reader's public key.
|
| OCSProto.Read
Read stores a read-request which is the secret encrypted under the
pseudonym's public key.
|
| 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.Write
Write stores the data and the encrypted secret
|
| SkipBlockProto.SkipBlock
Protobuf type
SkipBlock |
| Class and Description |
|---|
| DarcOCSProto.Darc
Darc is the basic structure representing an access control.
|
| DarcOCSProto.Darc.Builder
Darc is the basic structure representing an access control.
|
| DarcOCSProto.DarcOrBuilder |
| 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.IdentityDarcOrBuilder |
| DarcOCSProto.IdentityEd25519
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityEd25519.Builder
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityEd25519OrBuilder |
| DarcOCSProto.IdentityOrBuilder |
| DarcOCSProto.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.IdentityX509EC.Builder
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.IdentityX509ECOrBuilder |
| 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.SignatureOrBuilder |
| 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.SignaturePathOrBuilder |
| 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.SignerEd25519OrBuilder |
| DarcOCSProto.SignerOrBuilder |
| 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.
|
| DarcOCSProto.SignerX509ECOrBuilder |
| DarcProto.Darc
Darc is the basic structure representing an access control.
|
| DarcProto.Darc.Builder
Darc is the basic structure representing an access control.
|
| DarcProto.DarcOrBuilder |
| 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.IdentityDarcOrBuilder |
| DarcProto.IdentityEd25519
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityEd25519.Builder
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityEd25519OrBuilder |
| DarcProto.IdentityOrBuilder |
| DarcProto.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.IdentityX509EC.Builder
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.IdentityX509ECOrBuilder |
| 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.RequestOrBuilder |
| 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.SignatureOrBuilder |
| 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.SignerEd25519OrBuilder |
| DarcProto.SignerOrBuilder |
| 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.
|
| DarcProto.SignerX509ECOrBuilder |
| EventLogProto.Event
Event is sent to create an event log.
|
| EventLogProto.Event.Builder
Event is sent to create an event log.
|
| EventLogProto.EventOrBuilder |
| 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.SearchRequestOrBuilder |
| EventLogProto.SearchResponse
SearchResponse is the reply to LogRequest.
|
| EventLogProto.SearchResponse.Builder
SearchResponse is the reply to LogRequest.
|
| EventLogProto.SearchResponseOrBuilder |
| OCSProto.CreateSkipchainsReply
CreateSkipchainsReply returns the skipchain-id of the OCS-skipchain
|
| OCSProto.CreateSkipchainsReply.Builder
CreateSkipchainsReply returns the skipchain-id of the OCS-skipchain
|
| OCSProto.CreateSkipchainsReplyOrBuilder |
| OCSProto.CreateSkipchainsRequest
CreateSkipchainsRequest asks for setting up a new OCS-skipchain.
|
| OCSProto.CreateSkipchainsRequest.Builder
CreateSkipchainsRequest asks for setting up a new OCS-skipchain.
|
| OCSProto.CreateSkipchainsRequestOrBuilder |
| 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.DecryptKeyReplyOrBuilder |
| 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.DecryptKeyRequestOrBuilder |
| OCSProto.GetBunchReply
GetBunchReply returns the genesis blocks of all registered OCS.
|
| OCSProto.GetBunchReply.Builder
GetBunchReply returns the genesis blocks of all registered OCS.
|
| OCSProto.GetBunchReplyOrBuilder |
| OCSProto.GetBunchRequest
GetBunchRequest asks for a list of bunches
|
| OCSProto.GetBunchRequest.Builder
GetBunchRequest asks for a list of bunches
|
| OCSProto.GetBunchRequestOrBuilder |
| 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.GetDarcPathOrBuilder |
| 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.GetDarcPathReplyOrBuilder |
| OCSProto.GetLatestDarc
GetLatestDarc returns the path to the latest darc.
|
| OCSProto.GetLatestDarc.Builder
GetLatestDarc returns the path to the latest darc.
|
| OCSProto.GetLatestDarcOrBuilder |
| 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.GetLatestDarcReplyOrBuilder |
| OCSProto.GetReadRequests
GetReadRequests asks for a list of requests
|
| OCSProto.GetReadRequests.Builder
GetReadRequests asks for a list of requests
|
| OCSProto.GetReadRequestsOrBuilder |
| OCSProto.GetReadRequestsReply
GetReadRequestsReply returns the requests
|
| OCSProto.GetReadRequestsReply.Builder
GetReadRequestsReply returns the requests
|
| OCSProto.GetReadRequestsReplyOrBuilder |
| 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.ReadDocOrBuilder |
| OCSProto.ReadOrBuilder |
| OCSProto.ReadReply
ReadReply is the added skipblock, if successful.
|
| OCSProto.ReadReply.Builder
ReadReply is the added skipblock, if successful.
|
| OCSProto.ReadReplyOrBuilder |
| 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.ReadRequestOrBuilder |
| OCSProto.SharedPublicReply
SharedPublicReply sends back the shared public key.
|
| OCSProto.SharedPublicReply.Builder
SharedPublicReply sends back the shared public key.
|
| OCSProto.SharedPublicReplyOrBuilder |
| 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.SharedPublicRequestOrBuilder |
| 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.TransactionOrBuilder |
| 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.UpdateDarcOrBuilder |
| 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.UpdateDarcReplyOrBuilder |
| OCSProto.Write
Write stores the data and the encrypted secret
|
| OCSProto.Write.Builder
Write stores the data and the encrypted secret
|
| OCSProto.WriteOrBuilder |
| 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.WriteReplyOrBuilder |
| 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.
|
| OCSProto.WriteRequestOrBuilder |
| 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.AddTxRequestOrBuilder |
| OmniLedgerProto.AddTxResponse
AddTxResponse is the reply after an AddTxRequest is finished.
|
| OmniLedgerProto.AddTxResponse.Builder
AddTxResponse is the reply after an AddTxRequest is finished.
|
| OmniLedgerProto.AddTxResponseOrBuilder |
| 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.Node.ChildrenOrBuilder |
| OmniLedgerProto.CollectionProof.NodeOrBuilder |
| OmniLedgerProto.CollectionProof.Step
Protobuf type
CollectionProof.Step |
| OmniLedgerProto.CollectionProof.Step.Builder
Protobuf type
CollectionProof.Step |
| OmniLedgerProto.CollectionProof.StepOrBuilder |
| OmniLedgerProto.CollectionProofOrBuilder |
| OmniLedgerProto.Config
Config stores all the configuration information for one skipchain.
|
| OmniLedgerProto.Config.Builder
Config stores all the configuration information for one skipchain.
|
| OmniLedgerProto.ConfigOrBuilder |
| 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.CreateGenesisBlockOrBuilder |
| OmniLedgerProto.CreateGenesisBlockResponse
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockResponse.Builder
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockResponseOrBuilder |
| 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.GetProofOrBuilder |
| 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.GetProofResponseOrBuilder |
| OmniLedgerProto.Proof
This Structure could later be moved to cothority/skipchain.
|
| OmniLedgerProto.Proof.Builder
This Structure could later be moved to cothority/skipchain.
|
| OmniLedgerProto.ProofOrBuilder |
| RosterProto.Roster
Protobuf type
Roster |
| RosterProto.Roster.Builder
Protobuf type
Roster |
| RosterProto.RosterOrBuilder |
| ServerIdentityProto.ServerIdentity
Protobuf type
ServerIdentity |
| ServerIdentityProto.ServerIdentity.Builder
Protobuf type
ServerIdentity |
| ServerIdentityProto.ServerIdentityOrBuilder |
| SkipBlockProto.ByzcoinSig
Protobuf type
ByzcoinSig |
| SkipBlockProto.ByzcoinSig.Builder
Protobuf type
ByzcoinSig |
| SkipBlockProto.ByzcoinSigOrBuilder |
| SkipBlockProto.Exception
Protobuf type
Exception |
| SkipBlockProto.Exception.Builder
Protobuf type
Exception |
| SkipBlockProto.ExceptionOrBuilder |
| SkipBlockProto.ForwardLink
Protobuf type
ForwardLink |
| SkipBlockProto.ForwardLink.Builder
Protobuf type
ForwardLink |
| SkipBlockProto.ForwardLinkOrBuilder |
| SkipBlockProto.SchnorrSig
Protobuf type
SchnorrSig |
| SkipBlockProto.SchnorrSig.Builder
Protobuf type
SchnorrSig |
| SkipBlockProto.SchnorrSigOrBuilder |
| SkipBlockProto.SkipBlock
Protobuf type
SkipBlock |
| SkipBlockProto.SkipBlock.Builder
Protobuf type
SkipBlock |
| SkipBlockProto.SkipBlockOrBuilder |
| SkipchainProto.GetSingleBlock
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlock.Builder
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlockOrBuilder |
| 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.GetUpdateChainOrBuilder |
| 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
|
| SkipchainProto.GetUpdateChainReplyOrBuilder |
| StatusProto.Request
Protobuf type
Request |
| StatusProto.Request.Builder
Protobuf type
Request |
| StatusProto.RequestOrBuilder |
| 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 |
| StatusProto.Response.StatusOrBuilder |
| StatusProto.ResponseOrBuilder |
| 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.ArgumentOrBuilder |
| 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.ClientTransactionOrBuilder |
| TransactionProto.Delete
Delete removes the object.
|
| TransactionProto.Delete.Builder
Delete removes the object.
|
| TransactionProto.DeleteOrBuilder |
| TransactionProto.Instruction
Instruction holds only one of Spawn, Invoke, or Delete
|
| TransactionProto.Instruction.Builder
Instruction holds only one of Spawn, Invoke, or Delete
|
| TransactionProto.InstructionOrBuilder |
| 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.InvokeOrBuilder |
| 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.ObjectIDOrBuilder |
| 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.SpawnOrBuilder |
| 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.
|
| TransactionProto.StateChangeOrBuilder |
Copyright © 2018. All rights reserved.