- Calypso - Class in ch.epfl.dedis.lib.proto
-
- Calypso.CreateLTS - Class in ch.epfl.dedis.lib.proto
-
CreateLTS is used to start a DKG and store the private keys in each node.
- Calypso.CreateLTS.Builder - Class in ch.epfl.dedis.lib.proto
-
CreateLTS is used to start a DKG and store the private keys in each node.
- Calypso.CreateLTSOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.CreateLTSReply - Class in ch.epfl.dedis.lib.proto
-
CreateLTSReply is returned upon successfully setting up the distributed
key.
- Calypso.CreateLTSReply.Builder - Class in ch.epfl.dedis.lib.proto
-
CreateLTSReply is returned upon successfully setting up the distributed
key.
- Calypso.CreateLTSReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.DecryptKey - Class in ch.epfl.dedis.lib.proto
-
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin.
- Calypso.DecryptKey.Builder - Class in ch.epfl.dedis.lib.proto
-
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin.
- Calypso.DecryptKeyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.DecryptKeyReply - Class in ch.epfl.dedis.lib.proto
-
DecryptKeyReply is returned if the service verified successfully that the
decryption request is valid.
- Calypso.DecryptKeyReply.Builder - Class in ch.epfl.dedis.lib.proto
-
DecryptKeyReply is returned if the service verified successfully that the
decryption request is valid.
- Calypso.DecryptKeyReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.Read - Class in ch.epfl.dedis.lib.proto
-
Read is the data stored in a read instance.
- Calypso.Read.Builder - Class in ch.epfl.dedis.lib.proto
-
Read is the data stored in a read instance.
- Calypso.ReadOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.SharedPublic - Class in ch.epfl.dedis.lib.proto
-
SharedPublic asks for the shared public key of the corresponding LTSID
- Calypso.SharedPublic.Builder - Class in ch.epfl.dedis.lib.proto
-
SharedPublic asks for the shared public key of the corresponding LTSID
- Calypso.SharedPublicOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.SharedPublicReply - Class in ch.epfl.dedis.lib.proto
-
SharedPublicReply sends back the shared public key.
- Calypso.SharedPublicReply.Builder - Class in ch.epfl.dedis.lib.proto
-
SharedPublicReply sends back the shared public key.
- Calypso.SharedPublicReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- Calypso.Write - Class in ch.epfl.dedis.lib.proto
-
Write is the data stored in a write instance.
- Calypso.Write.Builder - Class in ch.epfl.dedis.lib.proto
-
Write is the data stored in a write instance.
- Calypso.WriteOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CalypsoFactory - Class in ch.epfl.dedis.byzgen
-
- CalypsoFactory() - Constructor for class ch.epfl.dedis.byzgen.CalypsoFactory
-
- CalypsoFactory.ConodeAddress - Class in ch.epfl.dedis.byzgen
-
- CalypsoRPC - Class in ch.epfl.dedis.calypso
-
CalypsoRPC is the entry point for all the RPC calls to the Calypso service, which acts as the secret-management cothority.
- CalypsoRPC(ByzCoinRPC) - Constructor for class ch.epfl.dedis.calypso.CalypsoRPC
-
Creates a new Long Term Secret on an existing ByzCoin ledger.
- CalypsoRPC(Roster, Darc, Duration) - Constructor for class ch.epfl.dedis.calypso.CalypsoRPC
-
Creates a new ByzCoin ledger and a new Long Term Secret.
- ch.epfl.dedis.byzcoin - package ch.epfl.dedis.byzcoin
-
- ch.epfl.dedis.byzcoin.contracts - package ch.epfl.dedis.byzcoin.contracts
-
- ch.epfl.dedis.byzcoin.transaction - package ch.epfl.dedis.byzcoin.transaction
-
- ch.epfl.dedis.byzgen - package ch.epfl.dedis.byzgen
-
- ch.epfl.dedis.calypso - package ch.epfl.dedis.calypso
-
- ch.epfl.dedis.eventlog - package ch.epfl.dedis.eventlog
-
- ch.epfl.dedis.lib - package ch.epfl.dedis.lib
-
- ch.epfl.dedis.lib.crypto - package ch.epfl.dedis.lib.crypto
-
- ch.epfl.dedis.lib.darc - package ch.epfl.dedis.lib.darc
-
- ch.epfl.dedis.lib.exception - package ch.epfl.dedis.lib.exception
-
- ch.epfl.dedis.lib.proto - package ch.epfl.dedis.lib.proto
-
- ch.epfl.dedis.skipchain - package ch.epfl.dedis.skipchain
-
- ch.epfl.dedis.status - package ch.epfl.dedis.status
-
- challenge - Variable in class ch.epfl.dedis.lib.crypto.SchnorrSig
-
- CHALLENGE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- checkAuthorization(DarcId, List<Identity>) - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
CheckAuthorization asks ByzCoin which of the rules stored in the latest version of the darc given by id
can be resolved with a combination of signatures given by identities.
- checkLiveness() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Verifies if the nodes representing the cothority are alive and reply to a ping.
- CHILDREN_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- CHILDREN_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- CiscProto - Class in ch.epfl.dedis.lib.proto
-
- CiscProto.Authenticate - Class in ch.epfl.dedis.lib.proto
-
Authenticate first message of authentication protocol
Empty message serves as trigger to start authentication protocol
It also serves as response from server to sign nonce within LinkCtx
- CiscProto.Authenticate.Builder - Class in ch.epfl.dedis.lib.proto
-
Authenticate first message of authentication protocol
Empty message serves as trigger to start authentication protocol
It also serves as response from server to sign nonce within LinkCtx
- CiscProto.AuthenticateOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.CreateIdentity - Class in ch.epfl.dedis.lib.proto
-
CreateIdentity starts a new identity-skipchain with the initial
Data and asking all nodes in Roster to participate.
- CiscProto.CreateIdentity.Builder - Class in ch.epfl.dedis.lib.proto
-
CreateIdentity starts a new identity-skipchain with the initial
Data and asking all nodes in Roster to participate.
- CiscProto.CreateIdentityOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.CreateIdentityReply - Class in ch.epfl.dedis.lib.proto
-
CreateIdentityReply is the reply when a new Identity has been added.
- CiscProto.CreateIdentityReply.Builder - Class in ch.epfl.dedis.lib.proto
-
CreateIdentityReply is the reply when a new Identity has been added.
- CiscProto.CreateIdentityReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.Data - Class in ch.epfl.dedis.lib.proto
-
Data holds the information about all devices and the data stored in this
identity-blockchain.
- CiscProto.Data.Builder - Class in ch.epfl.dedis.lib.proto
-
Data holds the information about all devices and the data stored in this
identity-blockchain.
- CiscProto.DataOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.DataUpdate - Class in ch.epfl.dedis.lib.proto
-
DataUpdate verifies if a new update is available.
- CiscProto.DataUpdate.Builder - Class in ch.epfl.dedis.lib.proto
-
DataUpdate verifies if a new update is available.
- CiscProto.DataUpdateOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.DataUpdateReply - Class in ch.epfl.dedis.lib.proto
-
DataUpdateReply returns the updated data.
- CiscProto.DataUpdateReply.Builder - Class in ch.epfl.dedis.lib.proto
-
DataUpdateReply returns the updated data.
- CiscProto.DataUpdateReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.Device - Class in ch.epfl.dedis.lib.proto
-
Device is represented by a public key.
- CiscProto.Device.Builder - Class in ch.epfl.dedis.lib.proto
-
Device is represented by a public key.
- CiscProto.DeviceOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.IDBlock - Class in ch.epfl.dedis.lib.proto
-
IDBlock stores one identity together with the skipblocks.
- CiscProto.IDBlock.Builder - Class in ch.epfl.dedis.lib.proto
-
IDBlock stores one identity together with the skipblocks.
- CiscProto.IDBlockOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.PinRequest - Class in ch.epfl.dedis.lib.proto
-
PinRequest used for admin autentification
- CiscProto.PinRequest.Builder - Class in ch.epfl.dedis.lib.proto
-
PinRequest used for admin autentification
- CiscProto.PinRequestOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.PropagateIdentity - Class in ch.epfl.dedis.lib.proto
-
PropagateIdentity sends a new identity to other identityServices
- CiscProto.PropagateIdentity.Builder - Class in ch.epfl.dedis.lib.proto
-
PropagateIdentity sends a new identity to other identityServices
- CiscProto.PropagateIdentityOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.ProposeSend - Class in ch.epfl.dedis.lib.proto
-
ProposeSend sends a new proposition to be stored in all identities.
- CiscProto.ProposeSend.Builder - Class in ch.epfl.dedis.lib.proto
-
ProposeSend sends a new proposition to be stored in all identities.
- CiscProto.ProposeSendOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.ProposeUpdate - Class in ch.epfl.dedis.lib.proto
-
ProposeUpdate verifies if new data is available.
- CiscProto.ProposeUpdate.Builder - Class in ch.epfl.dedis.lib.proto
-
ProposeUpdate verifies if new data is available.
- CiscProto.ProposeUpdateOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.ProposeUpdateReply - Class in ch.epfl.dedis.lib.proto
-
ProposeUpdateReply returns the updated propose-data.
- CiscProto.ProposeUpdateReply.Builder - Class in ch.epfl.dedis.lib.proto
-
ProposeUpdateReply returns the updated propose-data.
- CiscProto.ProposeUpdateReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.ProposeVote - Class in ch.epfl.dedis.lib.proto
-
ProposeVote sends the signature for a specific IdentityList.
- CiscProto.ProposeVote.Builder - Class in ch.epfl.dedis.lib.proto
-
ProposeVote sends the signature for a specific IdentityList.
- CiscProto.ProposeVoteOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.ProposeVoteReply - Class in ch.epfl.dedis.lib.proto
-
ProposeVoteReply returns the signed new skipblock if the threshold of
votes have arrived.
- CiscProto.ProposeVoteReply.Builder - Class in ch.epfl.dedis.lib.proto
-
ProposeVoteReply returns the signed new skipblock if the threshold of
votes have arrived.
- CiscProto.ProposeVoteReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.StoreKeys - Class in ch.epfl.dedis.lib.proto
-
StoreKeys used for setting autentification
- CiscProto.StoreKeys.Builder - Class in ch.epfl.dedis.lib.proto
-
StoreKeys used for setting autentification
- CiscProto.StoreKeysOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CiscProto.UpdateSkipBlock - Class in ch.epfl.dedis.lib.proto
-
UpdateSkipBlock asks the service to fetch the latest SkipBlock
- CiscProto.UpdateSkipBlock.Builder - Class in ch.epfl.dedis.lib.proto
-
UpdateSkipBlock asks the service to fetch the latest SkipBlock
- CiscProto.UpdateSkipBlockOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- clear() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- clearAccepted() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required bool accepted = 2;
- clearAccount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Account where to put the reward to.
- clearAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required string action = 2;
- clearAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required string action = 1;
- clearActions() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
repeated string actions = 1;
- clearAddress() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string address = 3;
- clearAggregate() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
required bytes aggregate = 3;
- clearAmount() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
Amount to coins to put in the message
- clearArgs() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- clearArgs() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- clearAttendees() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
repeated bytes attendees = 2;
- clearAttendees() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
repeated bytes attendees = 3;
- clearAttendees() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
repeated bytes attendees = 2;
- clearAttendees() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Attendees holds a slice of all public keys of the attendees.
- clearAuthor() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Author's coin account for eventual rewards/tips to the author.
- clearBacklinks() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes backlinks = 5;
- clearBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Balance the message has currently left.
- clearBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Balance left for that questionnaire
- clearBalances() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Balances
- clearBaseHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 base_height = 4;
- clearBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
BaseID is the ID of the first darc in the chain of evolution.
- clearBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes baseid = 1;
- clearBcid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- clearBlock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- clearBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint64 blockinterval = 1;
- clearBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
BlockInterval in int64.
- clearByzcoinid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
ByzCoinID where to look up the darc
- clearByzcoinid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
ByzCoinID represents the ledger where the pop-party is stored.
- clearChallenge() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes challenge = 1;
- clearChildren() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- clearChildren() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes children = 13;
- clearClienttransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- clearClienttransactionhash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- clearCollectionroot() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- clearCommand() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Command is interpreted by the contract.
- clearCommitment() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required bytes commitment = 2;
- clearContent() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string content = 3;
- clearContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
ContractID represents the kind of contract that needs to be spawn.
- clearContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
ContractID points to the contract that can interpret the value
- clearCs() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
Cs are the secrets re-encrypted under the reader's public key.
- clearCs() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- clearCtx() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes ctx = 2;
- clearDarc() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- clearDarc() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- clearDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
DarcID that holds the rules
- clearDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
DarcID is the Darc controlling access to this key.
- clearData() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Data should be encrypted by the application under the symmetric key in U and Cs
- clearData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- clearData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- clearData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- clearData() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes data = 9;
- clearDate() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Date, as unix-encoded seconds since 1970.
- clearDatetime() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
DateTime of the party.
- clearDelete() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- clearDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- clearDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- clearDescid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes descid = 1;
- clearDescription() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Description is a free-form field that can hold any data as required
by the user.
- clearDescription() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string description = 4;
- clearDevice() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clearE() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
E is the non-interactive challenge as scalar
- clearEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- clearEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- clearEvents() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- clearExists() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
required bool exists = 1;
- clearExpr() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required bytes expr = 2;
- clearExtradata() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
ExtraData is clear text and application-specific
- clearF() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- clearField() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- clearFinal() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- clearFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- clearFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- clearFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- clearFinalstatement() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- clearFinalstatement() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- clearFinalstatements() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- clearForward() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- clearFrom() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is > From.
- clearFrom() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes from = 1;
- clearGenesis() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- clearGenesis() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes genesis = 8;
- clearGenesisdarc() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- clearHash() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes hash = 11;
- clearHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 height = 2;
- clearId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- clearId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
Signer SignerEd25519
- clearId() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes id = 2;
- clearId() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes id = 2;
- clearId() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
optional bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
ID of the messgae - should be random.
- clearId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
ID is a random identifier of that questionnaire
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
Hash of PopDesc party to merge with
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
required bytes id = 1;
- clearId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
ID is the ID of the party where we want to store intermediate keys
- clearId() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
required bytes id = 1;
- clearIdblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- clearIdentities() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- clearIdentities() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- clearInclusionproof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- clearInclusionwait() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- clearIndex() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- clearIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required int32 index = 1;
- clearIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 index = 1;
- clearInstance() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes instance = 1;
- clearInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- clearInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
InstanceID of the state to change
- clearInstanceid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
InstanceID is where to find the party in the ledger.
- clearInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
required bytes instanceid = 1;
- clearInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes instanceid = 2;
- clearInstructions() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- clearInvoke() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- clearKey() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Key is the key we want to look up
- clearKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes key = 1;
- clearKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Key is the key that this proof is representing
- clearKeys() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
repeated bytes keys = 2;
- clearKeys() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Keys is a list of public keys to store
- clearLabel() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes label = 4;
- clearLatest() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- clearLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- clearLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- clearLatestID() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
latest known id of a block.
- clearLatestskipblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- clearLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes left = 1;
- clearLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- clearLength() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Length is the total number of instructions in this clientTransaction
- clearLinks() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- clearList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- clearList() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- clearLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Location of the party
- clearLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
required string location = 1;
- clearLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
LTSID is a random 32-byte slice that represents the LTS.
- clearLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
LTSID is the id of the LTS instance created.
- clearLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
LTSID points to the identity of the lts group
- clearMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint32 maxblocksize = 3;
- clearMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Maximum block size.
- clearMaxHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 max_height = 3;
- clearMerged() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Flag indicates that party was merged
- clearMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- clearMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- clearMsg() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes msg = 3;
- clearMsg() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes msg = 1;
- clearMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
MsgID to request.
- clearMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
MsgID of the message to top up
- clearMsgids() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
MsgIDs of the messages
- clearName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Name can be any name recognized by the contract.
- clearName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Name points to the genesis instance of that coin.
- clearName() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Name and purpose of the party.
- clearNewRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- clearNext() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Next is a link to the instanceID of the next party.
- clearNonce() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- clearNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes nonce = 1;
- clearNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Nonce plays in this case message of authentication
- clearNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Number of maximum messages returned
- clearNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Number is the maximum of questionnaires that will be returned.
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- clearParent() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes parent = 7;
- clearParties() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- clearParty() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- clearPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
required bytes partyid = 1;
- clearPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
required bytes partyid = 1;
- clearPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes partyid = 1;
- clearPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required bytes partyid = 1;
- clearPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
PartyIID - the instance ID of the party this message belongs to
- clearPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
PartyIID to calculate the party coin account
- clearPartyiids() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
PartyIIDs
- clearPayload() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes payload = 14;
- clearPin() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required string pin = 1;
- clearPin() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required string pin = 1;
- clearPoint() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
Point is the public key of that device
- clearPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
required bytes point = 1;
- clearPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes point = 1;
- clearPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
required bytes point = 1;
- clearPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
required bytes pophash = 1;
- clearPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required bytes pophash = 2;
- clearPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
hash of party was asking to merge
- clearPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required sint32 popstatus = 1;
- clearPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
status of merging process
- clearPrevid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
PrevID is the previous darc ID in the chain of evolution.
- clearPrevious() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- clearProof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- clearProposals() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- clearPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- clearPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- clearProposed() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- clearPublic() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required bytes public = 2;
- clearPublic() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
required bytes public = 1;
- clearPublic() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes public = 1;
- clearPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
required bytes public = 1;
- clearPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required bytes public = 2;
- clearPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
required bytes public = 1;
- clearPublics() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
repeated bytes publics = 3;
- clearPubstr() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string pubstr = 3;
- clearQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
QuestID is the ID of the questionnaire to be replied.
- clearQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
QuestID indicates which questionnaire
- clearQuestionnaire() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- clearQuestionnaires() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- clearQuestions() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Questions is a slice of texts that will be presented
- clearRead() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- clearReader() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
Reader that will receive the reward
- clearReaderid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
ReaderID of the reading account, to skip messages created by this reader
- clearReplies() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Replies is a slice of answers, up to Questionnaire.Replies
- clearReplies() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Replies indicates how many answers the player can chose.
- clearReply() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
required string reply = 1;
- clearResponse() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes response = 2;
- clearReturnuncomplete() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
optional bool returnuncomplete = 2;
- clearReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Reward for reading this messgae.
- clearReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Reward for replying to one questionnaire
- clearRewarded() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Rewarded is true if this is the first time the message has been read
by this reader.
- clearRewards() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Rewards
- clearRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes right = 2;
- clearRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- clearRoot() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- clearRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- clearRules() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- clearSchnsig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
SchnSig is optional; one of Public or SchnSig must be set.
- clearSecret() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes secret = 2;
- clearServeridentity() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- clearService() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Public key of service - can be nil.
- clearSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
authentication via Linkable Ring Signature
- clearSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required bytes sig = 4;
- clearSig() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes sig = 2;
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes signature = 3;
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
The signature itself
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes signature = 3;
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Signature is created by all conodes responsible for that pop-party
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes signature = 2;
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
required bytes signature = 2;
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Signature proves that the organizer updated the keys
- clearSignature() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- clearSignatures() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- clearSignatures() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- clearSignatures() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated bytes signatures = 5;
- clearSigner() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required string signer = 2;
- clearSigner() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- clearSigner() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- clearSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- clearSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- clearSkipblock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- clearSkipchainid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
SkipchainID is the hash of the first skipblock
- clearSpawn() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- clearStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Start of the messages returned
- clearStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Start of the answer.
- clearState() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- clearStateaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
StateAction can be any of Create, Update, Remove
- clearStatechangeshash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- clearStatus() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- clearSteps() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- clearStorage() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clearSubject() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- clearSubjects() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Subjects of the messages
- clearSum() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
Sum is the sum of all replies for a given index of the questions.
- clearTag() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string tag = 2;
- clearText() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Text, can be any length of text of the message.
- clearThreshold() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Threshold of how many devices need to sign to accept the new block
- clearTimestamp() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
Timestamp is a Unix timestamp in nanoseconds.
- clearTitle() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Title of the poll
- clearTo() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is <= To.
- clearTo() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes to = 2;
- clearTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string topic = 2;
- clearTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where Event.Topic == Topic, if Topic != "".
- clearTopup() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
Topup is the amount of coins to put there.
- clearTransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- clearTruncated() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
Events does not contain all the results.
- clearTxresults() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- clearType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
What type of authentication we're doing
- clearType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required sint32 type = 1;
- clearU() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
U is the encrypted random value for the ElGamal encryption
- clearUbar() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- clearUpdate() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- clearUsers() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
TODO: replace this with a linkable ring signature
- clearValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Value must be binary marshalled
- clearValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Value is the total number of coins of that type.
- clearValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
Value is the data needed by the contract
- clearValues() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
repeated bytes values = 2;
- clearVerificationdarcs() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- clearVerifiers() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes verifiers = 6;
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Version of the protocol
- clearVersion() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Version should be monotonically increasing over the evolution of a
Darc.
- clearVotes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clearWhen() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required sint64 when = 1;
- clearWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- clearWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes write = 1;
- clearX() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
X is the public key of the LTS.
- clearX() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
X is the aggregate public key of the LTS used.
- clearX() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
X is the distributed public key.
- clearX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- clearX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- clearXc() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes xc = 2;
- clearXhatenc() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
XhatEnc is the random part of the encryption.
- ClientTransaction - Class in ch.epfl.dedis.byzcoin.transaction
-
ClientTransaction is a set of instructions are will be executed atomically by ByzCoin.
- ClientTransaction(List<Instruction>) - Constructor for class ch.epfl.dedis.byzcoin.transaction.ClientTransaction
-
Constructor for the client transaction.
- ClientTransaction(ByzCoinProto.ClientTransaction) - Constructor for class ch.epfl.dedis.byzcoin.transaction.ClientTransaction
-
- CLIENTTRANSACTION_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- CLIENTTRANSACTIONHASH_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- ClientTransactionId - Class in ch.epfl.dedis.byzcoin.transaction
-
- ClientTransactionId(byte[]) - Constructor for class ch.epfl.dedis.byzcoin.transaction.ClientTransactionId
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- clone() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- close() - Method in class ch.epfl.dedis.lib.ServerIdentity.StreamingConn
-
Close the connection, note that this function is non-blocking, so calling isClosed immediately after calling
close might not return the desired result.
- CollectionProto - Class in ch.epfl.dedis.lib.proto
-
- CollectionProto.Children - Class in ch.epfl.dedis.lib.proto
-
Protobuf type collection.Children
- CollectionProto.Children.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type collection.Children
- CollectionProto.ChildrenOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CollectionProto.Dump - Class in ch.epfl.dedis.lib.proto
-
Protobuf type collection.Dump
- CollectionProto.Dump.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type collection.Dump
- CollectionProto.DumpOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CollectionProto.Proof - Class in ch.epfl.dedis.lib.proto
-
Proof is an object representing the proof of presence or absence of a given key in a collection.
- CollectionProto.Proof.Builder - Class in ch.epfl.dedis.lib.proto
-
Proof is an object representing the proof of presence or absence of a given key in a collection.
- CollectionProto.ProofOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- CollectionProto.Step - Class in ch.epfl.dedis.lib.proto
-
Protobuf type collection.Step
- CollectionProto.Step.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type collection.Step
- CollectionProto.StepOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- COLLECTIONROOT_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- COMMAND_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- COMMITMENT_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- Config - Class in ch.epfl.dedis.byzcoin
-
Config is the genesis configuration of a ByzCoin ledger.
- Config(Duration) - Constructor for class ch.epfl.dedis.byzcoin.Config
-
This instantiates a new configuration to be used in the byzcoin constructor.
- Config(ByzCoinProto.ChainConfig) - Constructor for class ch.epfl.dedis.byzcoin.Config
-
Instantiates from an existing protobuf representation.
- Config(byte[]) - Constructor for class ch.epfl.dedis.byzcoin.Config
-
- ConodeAddress(URI, String) - Constructor for class ch.epfl.dedis.byzgen.CalypsoFactory.ConodeAddress
-
- contains(String) - Method in class ch.epfl.dedis.lib.darc.Rules
-
Checks whether a rule exists.
- containsDevice(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Device is a list of all devices allowed to sign
- containsDevice(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Device is a list of all devices allowed to sign
- containsDevice(String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Device is a list of all devices allowed to sign
- containsField(String) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
map<string, string> field = 1;
- containsField(String) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
map<string, string> field = 1;
- containsField(String) - Method in interface ch.epfl.dedis.lib.proto.OnetProto.StatusOrBuilder
-
map<string, string> field = 1;
- containsFinalstatements(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- containsFinalstatements(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
map<string, .pop.FinalStatement> finalstatements = 1;
- containsFinalstatements(String) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReplyOrBuilder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- containsStatus(String) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
map<string, .onet.Status> status = 1;
- containsStatus(String) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
map<string, .onet.Status> status = 1;
- containsStatus(String) - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
map<string, .onet.Status> status = 1;
- containsStorage(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Storage is the key/value storage
- containsStorage(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Storage is the key/value storage
- containsStorage(String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Storage is the key/value storage
- containsVotes(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Votes for that block, mapped by name of the devices.
- containsVotes(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Votes for that block, mapped by name of the devices.
- containsVotes(String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Votes for that block, mapped by name of the devices.
- CONTENT_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- ContractId - Static variable in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
- ContractId - Static variable in class ch.epfl.dedis.byzcoin.contracts.ValueInstance
-
- ContractId - Static variable in class ch.epfl.dedis.calypso.ReadInstance
-
- ContractId - Static variable in class ch.epfl.dedis.calypso.WriteInstance
-
- ContractId - Static variable in class ch.epfl.dedis.eventlog.EventLogInstance
-
- CONTRACTID_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- CONTRACTID_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- copy() - Method in class ch.epfl.dedis.lib.crypto.Ed25519Point
-
- copy() - Method in class ch.epfl.dedis.lib.crypto.Ed25519Scalar
-
- copy() - Method in interface ch.epfl.dedis.lib.crypto.Point
-
- copy() - Method in interface ch.epfl.dedis.lib.crypto.Scalar
-
- copy() - Method in class ch.epfl.dedis.lib.darc.Darc
-
- copyEvolve() - Method in class ch.epfl.dedis.lib.darc.Darc
-
- CothorityAlreadyExistsException - Exception in ch.epfl.dedis.lib.exception
-
- CothorityAlreadyExistsException() - Constructor for exception ch.epfl.dedis.lib.exception.CothorityAlreadyExistsException
-
- CothorityAlreadyExistsException(String) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityAlreadyExistsException
-
- CothorityCommunicationException - Exception in ch.epfl.dedis.lib.exception
-
- CothorityCommunicationException(String) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityCommunicationException
-
- CothorityCommunicationException(String, Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityCommunicationException
-
- CothorityCommunicationException(InvalidProtocolBufferException) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityCommunicationException
-
- CothorityCryptoException - Exception in ch.epfl.dedis.lib.exception
-
- CothorityCryptoException(String) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityCryptoException
-
- CothorityCryptoException(String, Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityCryptoException
-
- CothorityException - Exception in ch.epfl.dedis.lib.exception
-
- CothorityException() - Constructor for exception ch.epfl.dedis.lib.exception.CothorityException
-
- CothorityException(String) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityException
-
- CothorityException(String, Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityException
-
- CothorityException(Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityException
-
- CothorityException(String, Throwable, boolean, boolean) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityException
-
- CothorityNotFoundException - Exception in ch.epfl.dedis.lib.exception
-
- CothorityNotFoundException() - Constructor for exception ch.epfl.dedis.lib.exception.CothorityNotFoundException
-
- CothorityNotFoundException(String) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityNotFoundException
-
- CothorityNotFoundException(String, Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityNotFoundException
-
- CothorityNotFoundException(Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityNotFoundException
-
- CothorityNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityNotFoundException
-
- CothorityPermissionException - Exception in ch.epfl.dedis.lib.exception
-
- CothorityPermissionException() - Constructor for exception ch.epfl.dedis.lib.exception.CothorityPermissionException
-
- CothorityPermissionException(String) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityPermissionException
-
- CothorityPermissionException(String, Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityPermissionException
-
- CothorityPermissionException(Throwable) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityPermissionException
-
- CothorityPermissionException(String, Throwable, boolean, boolean) - Constructor for exception ch.epfl.dedis.lib.exception.CothorityPermissionException
-
- createConnection() - Method in class ch.epfl.dedis.byzgen.CalypsoFactory
-
- createLTS() - Method in class ch.epfl.dedis.calypso.CalypsoRPC
-
Create a long-term-secret (LTS) and retrieve its configuration.
- CS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- CS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- CTX_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- currentVersion - Static variable in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
- curve - Static variable in class ch.epfl.dedis.lib.crypto.Ed25519
-
- GENESIS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- GENESIS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- GENESISDARC_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- genNonce() - Static method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
TODO: define how nonces are used.
- get(InstanceId) - Method in class ch.epfl.dedis.eventlog.EventLogInstance
-
Retrieves the stored event by key.
- get(String) - Method in class ch.epfl.dedis.lib.darc.Rules
-
Gets a rule, if it does not exist then null is returned.
- getAccepted() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required bool accepted = 2;
- getAccepted() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
required bool accepted = 2;
- getAccepted() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.TxResultOrBuilder
-
required bool accepted = 2;
- getAccount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Account where to put the reward to.
- getAccount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
Account where to put the reward to.
- getAccount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
Account where to put the reward to.
- getAction() - Method in class ch.epfl.dedis.lib.darc.Rule
-
Getter for action.
- getAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required string action = 2;
- getAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required string action = 2;
- getAction() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required string action = 2;
- getAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required string action = 1;
- getAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
required string action = 1;
- getAction() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RuleOrBuilder
-
required string action = 1;
- getActionBytes() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required string action = 2;
- getActionBytes() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required string action = 2;
- getActionBytes() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required string action = 2;
- getActionBytes() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required string action = 1;
- getActionBytes() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
required string action = 1;
- getActionBytes() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RuleOrBuilder
-
required string action = 1;
- getActions() - Method in class ch.epfl.dedis.lib.darc.Darc
-
- getActions(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
repeated string actions = 1;
- getActions(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
repeated string actions = 1;
- getActions(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponseOrBuilder
-
repeated string actions = 1;
- getActionsBytes(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
repeated string actions = 1;
- getActionsBytes(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
repeated string actions = 1;
- getActionsBytes(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponseOrBuilder
-
repeated string actions = 1;
- getActionsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
repeated string actions = 1;
- getActionsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
repeated string actions = 1;
- getActionsCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponseOrBuilder
-
repeated string actions = 1;
- getActionsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
repeated string actions = 1;
- getActionsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
repeated string actions = 1;
- getActionsList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponseOrBuilder
-
repeated string actions = 1;
- getAddress() - Method in class ch.epfl.dedis.byzgen.CalypsoFactory.ConodeAddress
-
- getAddress() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string address = 3;
- getAddress() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required string address = 3;
- getAddress() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required string address = 3;
- getAddress() - Method in class ch.epfl.dedis.lib.ServerIdentity
-
- getAddressBytes() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string address = 3;
- getAddressBytes() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required string address = 3;
- getAddressBytes() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required string address = 3;
- getAggregate() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
required bytes aggregate = 3;
- getAggregate() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
required bytes aggregate = 3;
- getAggregate() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
required bytes aggregate = 3;
- getAlgorithm() - Method in interface ch.epfl.dedis.byzgen.UserSignature
-
Return type of algorithm used for creating signature.
- getAllActions() - Method in class ch.epfl.dedis.lib.darc.Rules
-
Gets all the actions as a List.
- getAllRules() - Method in class ch.epfl.dedis.lib.darc.Rules
-
Gets all rules as a List.
- getAmount() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
Amount to coins to put in the message
- getAmount() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
Amount to coins to put in the message
- getAmount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupMessageOrBuilder
-
Amount to coins to put in the message
- getArgs(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgs(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Args holds all data necessary for the successful execution of the command.
- getArgs(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Args holds all data necessary for the successful execution of the command.
- getArgs(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgs(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
Args holds all data necessary to spawn the new instance.
- getArgs(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
Args holds all data necessary to spawn the new instance.
- getArgsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgsBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgsBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Args holds all data necessary for the successful execution of the command.
- getArgsCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Args holds all data necessary for the successful execution of the command.
- getArgsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
Args holds all data necessary to spawn the new instance.
- getArgsCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
Args holds all data necessary to spawn the new instance.
- getArgsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Args holds all data necessary for the successful execution of the command.
- getArgsList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Args holds all data necessary for the successful execution of the command.
- getArgsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
Args holds all data necessary to spawn the new instance.
- getArgsList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
Args holds all data necessary to spawn the new instance.
- getArgsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Args holds all data necessary for the successful execution of the command.
- getArgsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Args holds all data necessary for the successful execution of the command.
- getArgsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
Args holds all data necessary to spawn the new instance.
- getArgsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
Args holds all data necessary to spawn the new instance.
- getArgsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- getArgsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Args holds all data necessary for the successful execution of the command.
- getArgsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Args holds all data necessary for the successful execution of the command.
- getArgsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- getArgsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
Args holds all data necessary to spawn the new instance.
- getArgsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
Args holds all data necessary to spawn the new instance.
- getArguments() - Method in class ch.epfl.dedis.byzcoin.transaction.Invoke
-
Getter for the arguments
- getArguments() - Method in class ch.epfl.dedis.byzcoin.transaction.Spawn
-
Getter for the arguments.
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
repeated bytes attendees = 2;
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
repeated bytes attendees = 2;
- getAttendees(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigOrBuilder
-
repeated bytes attendees = 2;
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
repeated bytes attendees = 3;
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
repeated bytes attendees = 3;
- getAttendees(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
repeated bytes attendees = 3;
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
repeated bytes attendees = 2;
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
repeated bytes attendees = 2;
- getAttendees(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
repeated bytes attendees = 2;
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Attendees holds a slice of all public keys of the attendees.
- getAttendees(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Attendees holds a slice of all public keys of the attendees.
- getAttendees(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Attendees holds a slice of all public keys of the attendees.
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
repeated bytes attendees = 2;
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
repeated bytes attendees = 2;
- getAttendeesCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigOrBuilder
-
repeated bytes attendees = 2;
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
repeated bytes attendees = 3;
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
repeated bytes attendees = 3;
- getAttendeesCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
repeated bytes attendees = 3;
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
repeated bytes attendees = 2;
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
repeated bytes attendees = 2;
- getAttendeesCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
repeated bytes attendees = 2;
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Attendees holds a slice of all public keys of the attendees.
- getAttendeesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Attendees holds a slice of all public keys of the attendees.
- getAttendeesCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Attendees holds a slice of all public keys of the attendees.
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
repeated bytes attendees = 2;
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
repeated bytes attendees = 2;
- getAttendeesList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigOrBuilder
-
repeated bytes attendees = 2;
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
repeated bytes attendees = 3;
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
repeated bytes attendees = 3;
- getAttendeesList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
repeated bytes attendees = 3;
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
repeated bytes attendees = 2;
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
repeated bytes attendees = 2;
- getAttendeesList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
repeated bytes attendees = 2;
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Attendees holds a slice of all public keys of the attendees.
- getAttendeesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Attendees holds a slice of all public keys of the attendees.
- getAttendeesList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Attendees holds a slice of all public keys of the attendees.
- getAuthor() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Author's coin account for eventual rewards/tips to the author.
- getAuthor() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Author's coin account for eventual rewards/tips to the author.
- getAuthor() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Author's coin account for eventual rewards/tips to the author.
- getBacklinks(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes backlinks = 5;
- getBacklinks(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes backlinks = 5;
- getBacklinks(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes backlinks = 5;
- getBacklinksCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes backlinks = 5;
- getBacklinksCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes backlinks = 5;
- getBacklinksCount() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes backlinks = 5;
- getBacklinksList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes backlinks = 5;
- getBacklinksList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes backlinks = 5;
- getBacklinksList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes backlinks = 5;
- getBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Balance the message has currently left.
- getBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Balance the message has currently left.
- getBalance() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Balance the message has currently left.
- getBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Balance left for that questionnaire
- getBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Balance left for that questionnaire
- getBalance() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Balance left for that questionnaire
- getBalances(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Balances
- getBalances(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Balances
- getBalances(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Balances
- getBalancesCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Balances
- getBalancesCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Balances
- getBalancesCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Balances
- getBalancesList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Balances
- getBalancesList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Balances
- getBalancesList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Balances
- getBaseHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 base_height = 4;
- getBaseHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 base_height = 4;
- getBaseHeight() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 base_height = 4;
- getBaseId() - Method in class ch.epfl.dedis.lib.darc.Darc
-
Gets the base-ID of the darc, i.e.
- getBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
BaseID is the ID of the first darc in the chain of evolution.
- getBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
BaseID is the ID of the first darc in the chain of evolution.
- getBaseid() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
BaseID is the ID of the first darc in the chain of evolution.
- getBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes baseid = 1;
- getBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required bytes baseid = 1;
- getBaseid() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required bytes baseid = 1;
- getBcid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- getBcid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- getBcid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSOrBuilder
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- getBigEndian() - Method in class ch.epfl.dedis.lib.crypto.Ed25519Scalar
-
- getBigEndian() - Method in interface ch.epfl.dedis.lib.crypto.Scalar
-
- getBlock(SkipblockId) - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Fetches a given block from the skipchain and returns the corresponding Block.
- getBlock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- getBlock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
optional .skipchain.SkipBlock block = 1;
- getBlock() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponseOrBuilder
-
optional .skipchain.SkipBlock block = 1;
- getBlockBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- getBlockInterval() - Method in class ch.epfl.dedis.byzcoin.Config
-
- getBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint64 blockinterval = 1;
- getBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required sint64 blockinterval = 1;
- getBlockinterval() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required sint64 blockinterval = 1;
- getBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
BlockInterval in int64.
- getBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
BlockInterval in int64.
- getBlockinterval() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
BlockInterval in int64.
- getBlockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- getBlockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
optional .skipchain.SkipBlock block = 1;
- getBlockOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponseOrBuilder
-
optional .skipchain.SkipBlock block = 1;
- getByzcoinid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
ByzCoinID where to look up the darc
- getByzcoinid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
ByzCoinID where to look up the darc
- getByzcoinid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
ByzCoinID where to look up the darc
- getByzcoinid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
ByzCoinID represents the ledger where the pop-party is stored.
- getByzcoinid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
ByzCoinID represents the ledger where the pop-party is stored.
- getByzcoinid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
ByzCoinID represents the ledger where the pop-party is stored.
- getByzcoinSig() - Method in class ch.epfl.dedis.skipchain.ForwardLink
-
- getChallenge() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes challenge = 1;
- getChallenge() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
required bytes challenge = 1;
- getChallenge() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSigOrBuilder
-
required bytes challenge = 1;
- getChildren() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- getChildren() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required .collection.Children children = 3;
- getChildren() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required .collection.Children children = 3;
- getChildren(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes children = 13;
- getChildren(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes children = 13;
- getChildren(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes children = 13;
- getChildrenBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- getChildrenCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes children = 13;
- getChildrenCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes children = 13;
- getChildrenCount() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes children = 13;
- getChildrenList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes children = 13;
- getChildrenList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes children = 13;
- getChildrenList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes children = 13;
- getChildrenOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- getChildrenOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required .collection.Children children = 3;
- getChildrenOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required .collection.Children children = 3;
- getClientTransaction() - Method in class ch.epfl.dedis.byzcoin.transaction.TxResult
-
Getter for the client transaction.
- getClienttransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClienttransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClienttransaction() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.TxResultOrBuilder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClienttransactionBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClientTransactionHash() - Method in class ch.epfl.dedis.byzcoin.Block
-
- getClienttransactionhash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- getClienttransactionhash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- getClienttransactionhash() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- getClienttransactionOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClienttransactionOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClienttransactionOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.TxResultOrBuilder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- getClientTransactions() - Method in class ch.epfl.dedis.byzcoin.Block
-
- getCollectionRoot() - Method in class ch.epfl.dedis.byzcoin.Block
-
- getCollectionroot() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- getCollectionroot() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- getCollectionroot() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- getCommand() - Method in class ch.epfl.dedis.byzcoin.transaction.Invoke
-
Getter for the command.
- getCommand() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Command is interpreted by the contract.
- getCommand() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Command is interpreted by the contract.
- getCommand() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Command is interpreted by the contract.
- getCommandBytes() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Command is interpreted by the contract.
- getCommandBytes() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Command is interpreted by the contract.
- getCommandBytes() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Command is interpreted by the contract.
- getCommitment() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required bytes commitment = 2;
- getCommitment() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
required bytes commitment = 2;
- getCommitment() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ExceptionOrBuilder
-
required bytes commitment = 2;
- getConfig() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
- getContent() - Method in class ch.epfl.dedis.eventlog.Event
-
- getContent() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string content = 3;
- getContent() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required string content = 3;
- getContent() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required string content = 3;
- getContentBytes() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string content = 3;
- getContentBytes() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required string content = 3;
- getContentBytes() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required string content = 3;
- getContractId() - Method in class ch.epfl.dedis.byzcoin.Instance
-
- getContractID() - Method in class ch.epfl.dedis.byzcoin.Proof
-
- getContractId() - Method in class ch.epfl.dedis.byzcoin.transaction.Spawn
-
Getter for contract ID.
- getContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
ContractID represents the kind of contract that needs to be spawn.
- getContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
ContractID represents the kind of contract that needs to be spawn.
- getContractid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
ContractID represents the kind of contract that needs to be spawn.
- getContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
ContractID points to the contract that can interpret the value
- getContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
ContractID points to the contract that can interpret the value
- getContractid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
ContractID points to the contract that can interpret the value
- getContractidBytes() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
ContractID represents the kind of contract that needs to be spawn.
- getContractidBytes() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
ContractID represents the kind of contract that needs to be spawn.
- getContractidBytes() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
ContractID represents the kind of contract that needs to be spawn.
- getCs(int) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
Cs are the secrets re-encrypted under the reader's public key.
- getCs(int) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
Cs are the secrets re-encrypted under the reader's public key.
- getCs(int) - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
Cs are the secrets re-encrypted under the reader's public key.
- getCs(int) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCs(int) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCs(int) - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCsCount() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
Cs are the secrets re-encrypted under the reader's public key.
- getCsCount() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
Cs are the secrets re-encrypted under the reader's public key.
- getCsCount() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
Cs are the secrets re-encrypted under the reader's public key.
- getCsCount() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCsCount() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCsCount() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCsList() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
Cs are the secrets re-encrypted under the reader's public key.
- getCsList() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
Cs are the secrets re-encrypted under the reader's public key.
- getCsList() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
Cs are the secrets re-encrypted under the reader's public key.
- getCsList() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCsList() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCsList() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- getCtx() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes ctx = 2;
- getCtx() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
required bytes ctx = 2;
- getCtx() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.AuthenticateOrBuilder
-
required bytes ctx = 2;
- getDarc() - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
- getDarc() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- getDarc() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Darc identity
- getDarc() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Darc identity
- getDarc() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- getDarc() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
Darc being responsible for the PartyInstance.
- getDarc() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
Darc being responsible for the PartyInstance.
- getDarcBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- getDarcBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- getDarcId() - Method in class ch.epfl.dedis.byzcoin.Instance
-
- getDarcID() - Method in class ch.epfl.dedis.byzcoin.Proof
-
- getDarcId() - Method in class ch.epfl.dedis.calypso.WriteInstance
-
- getDarcId() - Method in class ch.epfl.dedis.lib.darc.IdentityDarc
-
Return ID of DARC
- getDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
DarcID that holds the rules
- getDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
DarcID that holds the rules
- getDarcid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
DarcID that holds the rules
- getDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
DarcID is the Darc controlling access to this key.
- getDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
DarcID is the Darc controlling access to this key.
- getDarcid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
DarcID is the Darc controlling access to this key.
- getDarcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- getDarcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Darc identity
- getDarcOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Darc identity
- getDarcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- getDarcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
Darc being responsible for the PartyInstance.
- getDarcOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
Darc being responsible for the PartyInstance.
- getData() - Method in class ch.epfl.dedis.byzcoin.Instance
-
- getData() - Method in class ch.epfl.dedis.calypso.Document
-
- getData() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Data should be encrypted by the application under the symmetric key in U and Cs
- getData() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Data should be encrypted by the application under the symmetric key in U and Cs
- getData() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Data should be encrypted by the application under the symmetric key in U and Cs
- getData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- getData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
Data is the first data that will be stored in the genesis-block.
- getData() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
Data is the first data that will be stored in the genesis-block.
- getData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- getData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
optional .cisc.Data data = 1;
- getData() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReplyOrBuilder
-
optional .cisc.Data data = 1;
- getData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- getData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
optional .skipchain.SkipBlock data = 1;
- getData() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReplyOrBuilder
-
optional .skipchain.SkipBlock data = 1;
- getData() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes data = 9;
- getData() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required bytes data = 9;
- getData() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required bytes data = 9;
- getData() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getDataBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- getDataBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- getDataBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- getDataEnc() - Method in class ch.epfl.dedis.calypso.WriteData
-
Get the encrypted data.
- getDataOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- getDataOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
Data is the first data that will be stored in the genesis-block.
- getDataOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
Data is the first data that will be stored in the genesis-block.
- getDataOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- getDataOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
optional .cisc.Data data = 1;
- getDataOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReplyOrBuilder
-
optional .cisc.Data data = 1;
- getDataOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- getDataOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
optional .skipchain.SkipBlock data = 1;
- getDataOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReplyOrBuilder
-
optional .skipchain.SkipBlock data = 1;
- getDate() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Date, as unix-encoded seconds since 1970.
- getDate() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Date, as unix-encoded seconds since 1970.
- getDate() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Date, as unix-encoded seconds since 1970.
- getDatetime() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
DateTime of the party.
- getDatetime() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
DateTime of the party.
- getDatetime() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
DateTime of the party.
- getDatetimeBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
DateTime of the party.
- getDatetimeBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
DateTime of the party.
- getDatetimeBytes() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
DateTime of the party.
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- getDefaultInstance() - Static method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- getDefaultInstanceForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getDelete() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getDelete() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- getDelete() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Delete removes the given instance.
- getDelete() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Delete removes the given instance.
- getDeleteBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- getDeleteOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- getDeleteOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Delete removes the given instance.
- getDeleteOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Delete removes the given instance.
- getDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- getDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Desc is the description of the pop-party.
- getDesc() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Desc is the description of the pop-party.
- getDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- getDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
optional .pop.PopDesc desc = 1;
- getDesc() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigOrBuilder
-
optional .pop.PopDesc desc = 1;
- getDescBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- getDescBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- getDescid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes descid = 1;
- getDescid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
required bytes descid = 1;
- getDescid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
required bytes descid = 1;
- getDescOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- getDescOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Desc is the description of the pop-party.
- getDescOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Desc is the description of the pop-party.
- getDescOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- getDescOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
optional .pop.PopDesc desc = 1;
- getDescOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigOrBuilder
-
optional .pop.PopDesc desc = 1;
- getDescription() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Description is a free-form field that can hold any data as required
by the user.
- getDescription() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Description is a free-form field that can hold any data as required
by the user.
- getDescription() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Description is a free-form field that can hold any data as required
by the user.
- getDescription() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string description = 4;
- getDescription() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required string description = 4;
- getDescription() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required string description = 4;
- getDescriptionBytes() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string description = 4;
- getDescriptionBytes() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required string description = 4;
- getDescriptionBytes() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required string description = 4;
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.NetworkProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.OnetProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.StatusProto
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- getDescriptor() - Static method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- getDescriptorForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- getDevice() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Deprecated.
- getDevice() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Deprecated.
- getDevice() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Deprecated.
- getDeviceCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- getDeviceCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getDeviceCount() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Device is a list of all devices allowed to sign
- getDeviceMap() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Device is a list of all devices allowed to sign
- getDeviceMap() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Device is a list of all devices allowed to sign
- getDeviceMap() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Device is a list of all devices allowed to sign
- getDeviceOrDefault(String, CiscProto.Device) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Device is a list of all devices allowed to sign
- getDeviceOrDefault(String, CiscProto.Device) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Device is a list of all devices allowed to sign
- getDeviceOrDefault(String, CiscProto.Device) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Device is a list of all devices allowed to sign
- getDeviceOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Device is a list of all devices allowed to sign
- getDeviceOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Device is a list of all devices allowed to sign
- getDeviceOrThrow(String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Device is a list of all devices allowed to sign
- getE() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
E is the non-interactive challenge as scalar
- getE() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
E is the non-interactive challenge as scalar
- getE() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
E is the non-interactive challenge as scalar
- getEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- getEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Public-key identity
- getEd25519() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Public-key identity
- getEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEd25519() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerOrBuilder
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEd25519Builder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- getEd25519Builder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEd25519OrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- getEd25519OrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Public-key identity
- getEd25519OrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Public-key identity
- getEd25519OrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEd25519OrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEd25519OrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerOrBuilder
-
optional .darc.SignerEd25519 ed25519 = 1;
- getEvents(int) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEvents(int) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
repeated .eventlog.Event events = 1;
- getEvents(int) - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
repeated .eventlog.Event events = 1;
- getEventsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEventsBuilderList() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEventsCount() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEventsCount() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
repeated .eventlog.Event events = 1;
- getEventsCount() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
repeated .eventlog.Event events = 1;
- getEventsList() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEventsList() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
repeated .eventlog.Event events = 1;
- getEventsList() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
repeated .eventlog.Event events = 1;
- getEventsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEventsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
repeated .eventlog.Event events = 1;
- getEventsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
repeated .eventlog.Event events = 1;
- getEventsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- getEventsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
repeated .eventlog.Event events = 1;
- getEventsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
repeated .eventlog.Event events = 1;
- getExists() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
required bool exists = 1;
- getExists() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
required bool exists = 1;
- getExists() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReplyOrBuilder
-
required bool exists = 1;
- getExpr() - Method in class ch.epfl.dedis.lib.darc.Rule
-
Getter for expression.
- getExpr() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required bytes expr = 2;
- getExpr() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
required bytes expr = 2;
- getExpr() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RuleOrBuilder
-
required bytes expr = 2;
- getExpression(String) - Method in class ch.epfl.dedis.lib.darc.Darc
-
Returns a copy of the expression stored in the rule.
- getExtraData() - Method in class ch.epfl.dedis.calypso.Document
-
- getExtraData() - Method in class ch.epfl.dedis.calypso.WriteData
-
Get the extra data.
- getExtradata() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
ExtraData is clear text and application-specific
- getExtradata() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
ExtraData is clear text and application-specific
- getExtradata() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
ExtraData is clear text and application-specific
- getF() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- getF() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- getF() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- getField() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
Deprecated.
- getField() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
Deprecated.
- getField() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.StatusOrBuilder
-
Deprecated.
- getFieldCount() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- getFieldCount() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getFieldCount() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.StatusOrBuilder
-
map<string, string> field = 1;
- getFieldMap() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
map<string, string> field = 1;
- getFieldMap() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
map<string, string> field = 1;
- getFieldMap() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.StatusOrBuilder
-
map<string, string> field = 1;
- getFieldOrDefault(String, String) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
map<string, string> field = 1;
- getFieldOrDefault(String, String) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
map<string, string> field = 1;
- getFieldOrDefault(String, String) - Method in interface ch.epfl.dedis.lib.proto.OnetProto.StatusOrBuilder
-
map<string, string> field = 1;
- getFieldOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
map<string, string> field = 1;
- getFieldOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
map<string, string> field = 1;
- getFieldOrThrow(String) - Method in interface ch.epfl.dedis.lib.proto.OnetProto.StatusOrBuilder
-
map<string, string> field = 1;
- getFinal() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- getFinal() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
optional .pop.FinalStatement final = 2;
- getFinal() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
optional .pop.FinalStatement final = 2;
- getFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- getFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
optional .pop.FinalStatement final = 1;
- getFinal() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponseOrBuilder
-
optional .pop.FinalStatement final = 1;
- getFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- getFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
FinalStatement of current party
- getFinal() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigOrBuilder
-
FinalStatement of current party
- getFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- getFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
FinalStatement of party was asked to merge
- getFinal() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
FinalStatement of party was asked to merge
- getFinalBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- getFinalBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- getFinalBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- getFinalBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
optional .pop.FinalStatement final = 2;
- getFinalOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
optional .pop.FinalStatement final = 2;
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
optional .pop.FinalStatement final = 1;
- getFinalOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponseOrBuilder
-
optional .pop.FinalStatement final = 1;
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
FinalStatement of current party
- getFinalOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigOrBuilder
-
FinalStatement of current party
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- getFinalOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
FinalStatement of party was asked to merge
- getFinalOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
FinalStatement of party was asked to merge
- getFinalstatement() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatement() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatement() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatement() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatement() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatement() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatementBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatementBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatementOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatementOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatementOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
FinalStatement describes the party and the signature of the organizers.
- getFinalstatementOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatementOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatementOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- getFinalstatements() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
Deprecated.
- getFinalstatements() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
Deprecated.
- getFinalstatements() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReplyOrBuilder
-
Deprecated.
- getFinalstatementsCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- getFinalstatementsCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getFinalstatementsCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReplyOrBuilder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsMap() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsMap() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsMap() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReplyOrBuilder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsOrDefault(String, PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsOrDefault(String, PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsOrDefault(String, PoPProto.FinalStatement) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReplyOrBuilder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getFinalstatementsOrThrow(String) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReplyOrBuilder
-
map<string, .pop.FinalStatement> finalstatements = 1;
- getForward(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForward(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated .skipchain.ForwardLink forward = 12;
- getForward(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardBuilder(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardBuilderList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardCount() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardLinks() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getForwardList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated .skipchain.ForwardLink forward = 12;
- getForwardOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated .skipchain.ForwardLink forward = 12;
- getFrom() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is > From.
- getFrom() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where When is > From.
- getFrom() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where When is > From.
- getFrom() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes from = 1;
- getFrom() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required bytes from = 1;
- getFrom() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required bytes from = 1;
- getFrom() - Method in class ch.epfl.dedis.skipchain.ForwardLink
-
- getGenesis() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- getGenesis() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
optional .skipchain.SkipBlock genesis = 1;
- getGenesis() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReplyOrBuilder
-
optional .skipchain.SkipBlock genesis = 1;
- getGenesis() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes genesis = 8;
- getGenesis() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required bytes genesis = 8;
- getGenesis() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required bytes genesis = 8;
- getGenesisBlock() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
- getGenesisBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- getGenesisDarc() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
- getGenesisdarc() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisdarc() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisdarc() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisdarcBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisDarcInstance() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
- getGenesisdarcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisdarcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisdarcOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
GenesisDarc defines who is allowed to write to this skipchain.
- getGenesisOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- getGenesisOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
optional .skipchain.SkipBlock genesis = 1;
- getGenesisOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReplyOrBuilder
-
optional .skipchain.SkipBlock genesis = 1;
- getHash() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes hash = 11;
- getHash() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required bytes hash = 11;
- getHash() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required bytes hash = 11;
- getHash() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 height = 2;
- getHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 height = 2;
- getHeight() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 height = 2;
- getId() - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
- getId() - Method in class ch.epfl.dedis.byzcoin.contracts.ValueInstance
-
- getId() - Method in class ch.epfl.dedis.byzcoin.Instance
-
- getId() - Method in class ch.epfl.dedis.byzcoin.InstanceId
-
- getId() - Method in class ch.epfl.dedis.byzcoin.transaction.ClientTransaction
-
- getId() - Method in class ch.epfl.dedis.byzcoin.transaction.ClientTransactionId
-
- getId() - Method in class ch.epfl.dedis.byzgen.UserId
-
- getId() - Method in class ch.epfl.dedis.lib.darc.Darc
-
Calculate the getId of the darc by calculating the sha-256 of the invariant
parts which excludes the delegation-signature.
- getId() - Method in interface ch.epfl.dedis.lib.HashId
-
Return binary form of block getId used by skipchain
- getId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- getId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- getId() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofOrBuilder
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- getId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequestOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataUpdateOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeSendOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlockOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
Signer SignerEd25519
- getId() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
Signer SignerEd25519
- getId() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityDarcOrBuilder
-
Signer SignerEd25519
- getId() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes id = 2;
- getId() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
required bytes id = 2;
- getId() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
required bytes id = 2;
- getId() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes id = 2;
- getId() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required bytes id = 2;
- getId() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required bytes id = 2;
- getId() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
optional bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
optional bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
optional bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
ID of the messgae - should be random.
- getId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
ID of the messgae - should be random.
- getId() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
ID of the messgae - should be random.
- getId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
ID is a random identifier of that questionnaire
- getId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
ID is a random identifier of that questionnaire
- getId() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
ID is a random identifier of that questionnaire
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FetchRequestOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysReplyOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
Hash of PopDesc party to merge with
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
Hash of PopDesc party to merge with
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigOrBuilder
-
Hash of PopDesc party to merge with
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeRequestOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReplyOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
ID is the ID of the party where we want to store intermediate keys
- getId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
ID is the ID of the party where we want to store intermediate keys
- getId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
ID is the ID of the party where we want to store intermediate keys
- getId() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
required bytes id = 1;
- getId() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlockOrBuilder
-
required bytes id = 1;
- getId() - Method in class ch.epfl.dedis.lib.Sha256id
-
- getId() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getID() - Method in class ch.epfl.dedis.skipchain.SkipchainRPC
-
- getIdblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- getIdblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
optional .cisc.IDBlock idblock = 1;
- getIdblock() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
optional .cisc.IDBlock idblock = 1;
- getIdblockBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- getIdblockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- getIdblockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
optional .cisc.IDBlock idblock = 1;
- getIdblockOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
optional .cisc.IDBlock idblock = 1;
- getIdentities(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentities(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Identities that will sign together
- getIdentities(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Identities that will sign together
- getIdentities(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentities(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated .darc.Identity identities = 4;
- getIdentities(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated .darc.Identity identities = 4;
- getIdentitiesBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentitiesBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentitiesBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentitiesBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentitiesCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentitiesCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Identities that will sign together
- getIdentitiesCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Identities that will sign together
- getIdentitiesCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentitiesCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated .darc.Identity identities = 4;
- getIdentitiesCount() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated .darc.Identity identities = 4;
- getIdentitiesList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentitiesList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Identities that will sign together
- getIdentitiesList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Identities that will sign together
- getIdentitiesList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentitiesList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated .darc.Identity identities = 4;
- getIdentitiesList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated .darc.Identity identities = 4;
- getIdentitiesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentitiesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Identities that will sign together
- getIdentitiesOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Identities that will sign together
- getIdentitiesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentitiesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated .darc.Identity identities = 4;
- getIdentitiesOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated .darc.Identity identities = 4;
- getIdentitiesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- getIdentitiesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Identities that will sign together
- getIdentitiesOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Identities that will sign together
- getIdentitiesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- getIdentitiesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated .darc.Identity identities = 4;
- getIdentitiesOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated .darc.Identity identities = 4;
- getIdentity() - Method in class ch.epfl.dedis.lib.darc.Darc
-
- getIdentity() - Method in interface ch.epfl.dedis.lib.darc.Signer
-
Returns an identity of the signer.
- getIdentity() - Method in class ch.epfl.dedis.lib.darc.SignerEd25519
-
Creates an identity of the signer.
- getIdentity() - Method in class ch.epfl.dedis.lib.darc.SignerX509EC
-
Creates an identity of the signer.
- getInclusionproof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- getInclusionproof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
InclusionProof is the deserialized InclusionProof
- getInclusionproof() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
InclusionProof is the deserialized InclusionProof
- getInclusionproofBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- getInclusionproofOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- getInclusionproofOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
InclusionProof is the deserialized InclusionProof
- getInclusionproofOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
InclusionProof is the deserialized InclusionProof
- getInclusionwait() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- getInclusionwait() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- getInclusionwait() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- getIndex() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getIndex() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- getIndex() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- getIndex() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- getIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required int32 index = 1;
- getIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
required int32 index = 1;
- getIndex() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ExceptionOrBuilder
-
required int32 index = 1;
- getIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 index = 1;
- getIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 index = 1;
- getIndex() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 index = 1;
- getIndex() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getInstance() - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
- getInstance() - Method in class ch.epfl.dedis.byzcoin.contracts.ValueInstance
-
- getInstance() - Method in class ch.epfl.dedis.byzcoin.Proof
-
- getInstance() - Method in class ch.epfl.dedis.calypso.ReadInstance
-
Get the instance object.
- getInstance() - Method in class ch.epfl.dedis.calypso.WriteInstance
-
Get the instance.
- getInstance() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes instance = 1;
- getInstance() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
required bytes instance = 1;
- getInstance() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
required bytes instance = 1;
- getInstanceId() - Method in class ch.epfl.dedis.eventlog.EventLogInstance
-
Gets the contract ID which can be stored to re-connect to the same eventlog instance in the future.
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- getInstanceid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
InstanceID of the state to change
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
InstanceID of the state to change
- getInstanceid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
InstanceID of the state to change
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
InstanceID is where to find the party in the ledger.
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
InstanceID is where to find the party in the ledger.
- getInstanceid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
InstanceID is where to find the party in the ledger.
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
required bytes instanceid = 1;
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
required bytes instanceid = 1;
- getInstanceid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReplyOrBuilder
-
required bytes instanceid = 1;
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes instanceid = 2;
- getInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
required bytes instanceid = 2;
- getInstanceid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDOrBuilder
-
required bytes instanceid = 2;
- getInstId() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
Getter for the instance ID.
- getInstructions() - Method in class ch.epfl.dedis.byzcoin.transaction.ClientTransaction
-
Getter for the instructions.
- getInstructions(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructions(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructions(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransactionOrBuilder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransactionOrBuilder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransactionOrBuilder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransactionOrBuilder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
repeated .byzcoin.Instruction instructions = 1;
- getInstructionsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransactionOrBuilder
-
repeated .byzcoin.Instruction instructions = 1;
- getInvoke() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getInvoke() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- getInvoke() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Invoke calls a method of an existing instance.
- getInvoke() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Invoke calls a method of an existing instance.
- getInvokeBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- getInvokeOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- getInvokeOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Invoke calls a method of an existing instance.
- getInvokeOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Invoke calls a method of an existing instance.
- getKey() - Method in class ch.epfl.dedis.byzcoin.Proof
-
- getKey() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Key is the key we want to look up
- getKey() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
Key is the key we want to look up
- getKey() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofOrBuilder
-
Key is the key we want to look up
- getKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes key = 1;
- getKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required bytes key = 1;
- getKey() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required bytes key = 1;
- getKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Key is the key that this proof is representing
- getKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Key is the key that this proof is representing
- getKey() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Key is the key that this proof is representing
- getKeyMaterial(Scalar) - Method in class ch.epfl.dedis.calypso.DecryptKeyReply
-
Recover the key material by decrypting each slice and merging all the slices.
- getKeyMaterial() - Method in class ch.epfl.dedis.calypso.Document
-
- getKeyMaterial() - Method in class ch.epfl.dedis.calypso.Encryption.keyIv
-
- getKeys(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
repeated bytes keys = 2;
- getKeys(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
repeated bytes keys = 2;
- getKeys(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysReplyOrBuilder
-
repeated bytes keys = 2;
- getKeys(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Keys is a list of public keys to store
- getKeys(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
Keys is a list of public keys to store
- getKeys(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
Keys is a list of public keys to store
- getKeysCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
repeated bytes keys = 2;
- getKeysCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
repeated bytes keys = 2;
- getKeysCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysReplyOrBuilder
-
repeated bytes keys = 2;
- getKeysCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Keys is a list of public keys to store
- getKeysCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
Keys is a list of public keys to store
- getKeysCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
Keys is a list of public keys to store
- getKeysList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
repeated bytes keys = 2;
- getKeysList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
repeated bytes keys = 2;
- getKeysList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysReplyOrBuilder
-
repeated bytes keys = 2;
- getKeysList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Keys is a list of public keys to store
- getKeysList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
Keys is a list of public keys to store
- getKeysList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
Keys is a list of public keys to store
- getLabel() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes label = 4;
- getLabel() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required bytes label = 4;
- getLabel() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required bytes label = 4;
- getLatest() - Method in class ch.epfl.dedis.byzcoin.Proof
-
accessor for the skipblock assocaited with this proof.
- getLatest() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatest() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatest() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- getLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .cisc.Data latest = 1;
- getLatest() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .cisc.Data latest = 1;
- getLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- getLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
optional .skipchain.SkipBlock latest = 2;
- getLatest() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlockOrBuilder
-
optional .skipchain.SkipBlock latest = 2;
- getLatestBlock() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Fetches the latest block from the Skipchain and returns the corresponding Block.
- getLatestBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatestBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- getLatestBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- getLatestID() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
latest known id of a block.
- getLatestID() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
latest known id of a block.
- getLatestID() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainOrBuilder
-
latest known id of a block.
- getLatestOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatestOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatestOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- getLatestOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- getLatestOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .cisc.Data latest = 1;
- getLatestOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .cisc.Data latest = 1;
- getLatestOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- getLatestOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
optional .skipchain.SkipBlock latest = 2;
- getLatestOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlockOrBuilder
-
optional .skipchain.SkipBlock latest = 2;
- getLatestskipblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLatestskipblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLatestskipblock() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLatestSkipblock() - Method in class ch.epfl.dedis.skipchain.SkipchainRPC
-
- getLatestskipblockBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLatestskipblockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLatestskipblockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLatestskipblockOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- getLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes left = 1;
- getLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
required bytes left = 1;
- getLeft() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ChildrenOrBuilder
-
required bytes left = 1;
- getLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- getLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
required .collection.Dump left = 1;
- getLeft() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.StepOrBuilder
-
required .collection.Dump left = 1;
- getLeftBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- getLeftOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- getLeftOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
required .collection.Dump left = 1;
- getLeftOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.StepOrBuilder
-
required .collection.Dump left = 1;
- getLength() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getLength() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Length is the total number of instructions in this clientTransaction
- getLength() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Length is the total number of instructions in this clientTransaction
- getLength() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Length is the total number of instructions in this clientTransaction
- getLinks(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinks(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Proving the path to the latest skipblock.
- getLinks(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Proving the path to the latest skipblock.
- getLinksBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinksBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinksCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinksCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Proving the path to the latest skipblock.
- getLinksCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Proving the path to the latest skipblock.
- getLinksList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinksList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Proving the path to the latest skipblock.
- getLinksList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Proving the path to the latest skipblock.
- getLinksOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinksOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Proving the path to the latest skipblock.
- getLinksOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Proving the path to the latest skipblock.
- getLinksOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- getLinksOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Proving the path to the latest skipblock.
- getLinksOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Proving the path to the latest skipblock.
- getList(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getList(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
repeated .darc.Rule list = 1;
- getList(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RulesOrBuilder
-
repeated .darc.Rule list = 1;
- getList(int) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getList(int) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
repeated .network.ServerIdentity list = 2;
- getList(int) - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
repeated .network.ServerIdentity list = 2;
- getListBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getListBuilder(int) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getListBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getListBuilderList() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getListCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getListCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
repeated .darc.Rule list = 1;
- getListCount() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RulesOrBuilder
-
repeated .darc.Rule list = 1;
- getListCount() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getListCount() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
repeated .network.ServerIdentity list = 2;
- getListCount() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
repeated .network.ServerIdentity list = 2;
- getListList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getListList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
repeated .darc.Rule list = 1;
- getListList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RulesOrBuilder
-
repeated .darc.Rule list = 1;
- getListList() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getListList() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
repeated .network.ServerIdentity list = 2;
- getListList() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
repeated .network.ServerIdentity list = 2;
- getListOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getListOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
repeated .darc.Rule list = 1;
- getListOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RulesOrBuilder
-
repeated .darc.Rule list = 1;
- getListOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getListOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
repeated .network.ServerIdentity list = 2;
- getListOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
repeated .network.ServerIdentity list = 2;
- getListOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- getListOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
repeated .darc.Rule list = 1;
- getListOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RulesOrBuilder
-
repeated .darc.Rule list = 1;
- getListOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- getListOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
repeated .network.ServerIdentity list = 2;
- getListOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
repeated .network.ServerIdentity list = 2;
- getLittleEndian() - Method in class ch.epfl.dedis.lib.crypto.Ed25519Scalar
-
- getLittleEndian() - Method in interface ch.epfl.dedis.lib.crypto.Scalar
-
- getLittleEndianFull() - Method in class ch.epfl.dedis.lib.crypto.Ed25519Scalar
-
- getLittleEndianFull() - Method in interface ch.epfl.dedis.lib.crypto.Scalar
-
- getLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Location of the party
- getLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Location of the party
- getLocation() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Location of the party
- getLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
required string location = 1;
- getLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
required string location = 1;
- getLocation() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.ShortDescOrBuilder
-
required string location = 1;
- getLocationBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Location of the party
- getLocationBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Location of the party
- getLocationBytes() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Location of the party
- getLocationBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
required string location = 1;
- getLocationBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
required string location = 1;
- getLocationBytes() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.ShortDescOrBuilder
-
required string location = 1;
- getLTS() - Method in class ch.epfl.dedis.calypso.CalypsoRPC
-
- getLts() - Method in class ch.epfl.dedis.calypso.WriteInstance
-
Get the LTS configuration.
- getLTSId() - Method in class ch.epfl.dedis.calypso.CalypsoRPC
-
- getLtsId() - Method in class ch.epfl.dedis.calypso.LTS
-
- getLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
LTSID is a random 32-byte slice that represents the LTS.
- getLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
LTSID is a random 32-byte slice that represents the LTS.
- getLtsid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSReplyOrBuilder
-
LTSID is a random 32-byte slice that represents the LTS.
- getLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
LTSID is the id of the LTS instance created.
- getLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
LTSID is the id of the LTS instance created.
- getLtsid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.SharedPublicOrBuilder
-
LTSID is the id of the LTS instance created.
- getLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
LTSID points to the identity of the lts group
- getLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
LTSID points to the identity of the lts group
- getLtsid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
LTSID points to the identity of the lts group
- getLTSX() - Method in class ch.epfl.dedis.calypso.CalypsoRPC
-
- getMaxBlockSize() - Method in class ch.epfl.dedis.byzcoin.Config
-
- getMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint32 maxblocksize = 3;
- getMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required sint32 maxblocksize = 3;
- getMaxblocksize() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required sint32 maxblocksize = 3;
- getMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Maximum block size.
- getMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Maximum block size.
- getMaxblocksize() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Maximum block size.
- getMaxHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 max_height = 3;
- getMaxHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 max_height = 3;
- getMaxHeight() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 max_height = 3;
- getMerged() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Flag indicates that party was merged
- getMerged() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Flag indicates that party was merged
- getMerged() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Flag indicates that party was merged
- getMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- getMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
Messsage to read.
- getMessage() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageReplyOrBuilder
-
Messsage to read.
- getMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- getMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
Message to store.
- getMessage() - Method in interface ch.epfl.dedis.lib.proto.Personhood.SendMessageOrBuilder
-
Message to store.
- getMessageBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- getMessageBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- getMessageOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- getMessageOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
Messsage to read.
- getMessageOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageReplyOrBuilder
-
Messsage to read.
- getMessageOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- getMessageOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
Message to store.
- getMessageOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.SendMessageOrBuilder
-
Message to store.
- getMsg() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes msg = 3;
- getMsg() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required bytes msg = 3;
- getMsg() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required bytes msg = 3;
- getMsg() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes msg = 1;
- getMsg() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
required bytes msg = 1;
- getMsg() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSigOrBuilder
-
required bytes msg = 1;
- getMsg() - Method in class ch.epfl.dedis.skipchain.ByzcoinSig
-
- getMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
MsgID to request.
- getMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
MsgID to request.
- getMsgid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageOrBuilder
-
MsgID to request.
- getMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
MsgID of the message to top up
- getMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
MsgID of the message to top up
- getMsgid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupMessageOrBuilder
-
MsgID of the message to top up
- getMsgids(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
MsgIDs of the messages
- getMsgids(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
MsgIDs of the messages
- getMsgids(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
MsgIDs of the messages
- getMsgidsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
MsgIDs of the messages
- getMsgidsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
MsgIDs of the messages
- getMsgidsCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
MsgIDs of the messages
- getMsgidsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
MsgIDs of the messages
- getMsgidsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
MsgIDs of the messages
- getMsgidsList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
MsgIDs of the messages
- getMutableDevice() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Deprecated.
- getMutableField() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
Deprecated.
- getMutableFinalstatements() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
Deprecated.
- getMutableStatus() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
Deprecated.
- getMutableStorage() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Deprecated.
- getMutableVotes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Deprecated.
- getName() - Method in class ch.epfl.dedis.byzcoin.transaction.Argument
-
Getter for the name.
- getName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Name can be any name recognized by the contract.
- getName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
Name can be any name recognized by the contract.
- getName() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ArgumentOrBuilder
-
Name can be any name recognized by the contract.
- getName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Name points to the genesis instance of that coin.
- getName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
Name points to the genesis instance of that coin.
- getName() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CoinOrBuilder
-
Name points to the genesis instance of that coin.
- getName() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Name and purpose of the party.
- getName() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Name and purpose of the party.
- getName() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Name and purpose of the party.
- getNameBytes() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Name can be any name recognized by the contract.
- getNameBytes() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
Name can be any name recognized by the contract.
- getNameBytes() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ArgumentOrBuilder
-
Name can be any name recognized by the contract.
- getNameBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Name and purpose of the party.
- getNameBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Name and purpose of the party.
- getNameBytes() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Name and purpose of the party.
- getNewRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- getNewRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
optional .onet.Roster newRoster = 3;
- getNewRoster() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
optional .onet.Roster newRoster = 3;
- getNewRoster() - Method in class ch.epfl.dedis.skipchain.ForwardLink
-
- getNewRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- getNewRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- getNewRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
optional .onet.Roster newRoster = 3;
- getNewRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
optional .onet.Roster newRoster = 3;
- getNext() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Next is a link to the instanceID of the next party.
- getNext() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
Next is a link to the instanceID of the next party.
- getNext() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
Next is a link to the instanceID of the next party.
- getNodes() - Method in class ch.epfl.dedis.lib.Roster
-
- getNonce() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getNonce() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- getNonce() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- getNonce() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- getNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes nonce = 1;
- getNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
required bytes nonce = 1;
- getNonce() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.AuthenticateOrBuilder
-
required bytes nonce = 1;
- getNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Nonce plays in this case message of authentication
- getNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
Nonce plays in this case message of authentication
- getNonce() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
Nonce plays in this case message of authentication
- getNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Number of maximum messages returned
- getNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
Number of maximum messages returned
- getNumber() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesOrBuilder
-
Number of maximum messages returned
- getNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Number is the maximum of questionnaires that will be returned.
- getNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
Number is the maximum of questionnaires that will be returned.
- getNumber() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesOrBuilder
-
Number is the maximum of questionnaires that will be returned.
- getParent() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes parent = 7;
- getParent() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
optional bytes parent = 7;
- getParent() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
optional bytes parent = 7;
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- getParserForType() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getParties(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getParties(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
List of parties to be merged
- getParties(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
List of parties to be merged
- getPartiesBuilder(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getPartiesBuilderList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getPartiesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getPartiesCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
List of parties to be merged
- getPartiesCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
List of parties to be merged
- getPartiesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getPartiesList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
List of parties to be merged
- getPartiesList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
List of parties to be merged
- getPartiesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getPartiesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
List of parties to be merged
- getPartiesOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
List of parties to be merged
- getPartiesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- getPartiesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
List of parties to be merged
- getPartiesOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
List of parties to be merged
- getParty() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- getParty() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
required .personhood.Party party = 1;
- getParty() - Method in interface ch.epfl.dedis.lib.proto.Personhood.LinkPoPOrBuilder
-
required .personhood.Party party = 1;
- getPartyBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
required bytes partyid = 1;
- getPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDOrBuilder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
required bytes partyid = 1;
- getPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetSignerOrBuilder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
required bytes partyid = 1;
- getPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDOrBuilder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required bytes partyid = 1;
- getPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
required bytes partyid = 1;
- getPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreSignerOrBuilder
-
required bytes partyid = 1;
- getPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
PartyIID - the instance ID of the party this message belongs to
- getPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
PartyIID - the instance ID of the party this message belongs to
- getPartyiid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
PartyIID - the instance ID of the party this message belongs to
- getPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
PartyIID to calculate the party coin account
- getPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
PartyIID to calculate the party coin account
- getPartyiid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageOrBuilder
-
PartyIID to calculate the party coin account
- getPartyiids(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
PartyIIDs
- getPartyiids(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
PartyIIDs
- getPartyiids(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
PartyIIDs
- getPartyiidsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
PartyIIDs
- getPartyiidsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
PartyIIDs
- getPartyiidsCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
PartyIIDs
- getPartyiidsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
PartyIIDs
- getPartyiidsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
PartyIIDs
- getPartyiidsList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
PartyIIDs
- getPartyOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- getPartyOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
required .personhood.Party party = 1;
- getPartyOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.LinkPoPOrBuilder
-
required .personhood.Party party = 1;
- getPayload() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes payload = 14;
- getPayload() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
optional bytes payload = 14;
- getPayload() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
optional bytes payload = 14;
- getPayload() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getPin() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required string pin = 1;
- getPin() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
required string pin = 1;
- getPin() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PinRequestOrBuilder
-
required string pin = 1;
- getPin() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required string pin = 1;
- getPin() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
required string pin = 1;
- getPin() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PinRequestOrBuilder
-
required string pin = 1;
- getPinBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required string pin = 1;
- getPinBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
required string pin = 1;
- getPinBytes() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PinRequestOrBuilder
-
required string pin = 1;
- getPinBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required string pin = 1;
- getPinBytes() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
required string pin = 1;
- getPinBytes() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PinRequestOrBuilder
-
required string pin = 1;
- getPoint() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
Point is the public key of that device
- getPoint() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
Point is the public key of that device
- getPoint() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DeviceOrBuilder
-
Point is the public key of that device
- getPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
required bytes point = 1;
- getPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
required bytes point = 1;
- getPoint() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519OrBuilder
-
required bytes point = 1;
- getPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes point = 1;
- getPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
required bytes point = 1;
- getPoint() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519OrBuilder
-
required bytes point = 1;
- getPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
required bytes point = 1;
- getPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
required bytes point = 1;
- getPoint() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerX509ECOrBuilder
-
required bytes point = 1;
- getPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
required bytes pophash = 1;
- getPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
required bytes pophash = 1;
- getPophash() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigOrBuilder
-
required bytes pophash = 1;
- getPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required bytes pophash = 2;
- getPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
required bytes pophash = 2;
- getPophash() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
required bytes pophash = 2;
- getPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
hash of party was asking to merge
- getPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
hash of party was asking to merge
- getPophash() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
hash of party was asking to merge
- getPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required sint32 popstatus = 1;
- getPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
required sint32 popstatus = 1;
- getPopstatus() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
required sint32 popstatus = 1;
- getPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
status of merging process
- getPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
status of merging process
- getPopstatus() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
status of merging process
- getPrevID() - Method in class ch.epfl.dedis.lib.darc.Darc
-
- getPrevid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
PrevID is the previous darc ID in the chain of evolution.
- getPrevid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
PrevID is the previous darc ID in the chain of evolution.
- getPrevid() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
PrevID is the previous darc ID in the chain of evolution.
- getPrevious() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- getPrevious() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- getPrevious() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- getPrivate() - Method in class ch.epfl.dedis.lib.crypto.Ed25519Scalar
-
- getPrivate() - Method in interface ch.epfl.dedis.lib.darc.Signer
-
Returns the private key of the signer, or throws a NoPrivateKey exception.
- getPrivate() - Method in class ch.epfl.dedis.lib.darc.SignerEd25519
-
Returns the private key of the signer, or throws a NoPrivateKey exception.
- getPrivate() - Method in class ch.epfl.dedis.lib.darc.SignerX509EC
-
Returns the private key of the signer, or throws a CothorityCryptoException.
- getProof(InstanceId) - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Gets a proof from byzcoin to show that a given instance is stored in the
global state.
- getProof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProof() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponseOrBuilder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProofBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProofOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProofOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProofOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponseOrBuilder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- getProposals(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposals(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
repeated .pop.PopDesc proposals = 1;
- getProposals(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReplyOrBuilder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsBuilderList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsCount() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
repeated .pop.PopDesc proposals = 1;
- getProposalsCount() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReplyOrBuilder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
repeated .pop.PopDesc proposals = 1;
- getProposalsList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReplyOrBuilder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
repeated .pop.PopDesc proposals = 1;
- getProposalsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReplyOrBuilder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- getProposalsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
repeated .pop.PopDesc proposals = 1;
- getProposalsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReplyOrBuilder
-
repeated .pop.PopDesc proposals = 1;
- getPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- getPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
optional .cisc.Data propose = 2;
- getPropose() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeSendOrBuilder
-
optional .cisc.Data propose = 2;
- getPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- getPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
optional .cisc.Data propose = 1;
- getPropose() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReplyOrBuilder
-
optional .cisc.Data propose = 1;
- getProposeBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- getProposeBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- getProposed() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- getProposed() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .cisc.Data proposed = 2;
- getProposed() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .cisc.Data proposed = 2;
- getProposedBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- getProposedOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- getProposedOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .cisc.Data proposed = 2;
- getProposedOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .cisc.Data proposed = 2;
- getProposeOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- getProposeOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
optional .cisc.Data propose = 2;
- getProposeOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeSendOrBuilder
-
optional .cisc.Data propose = 2;
- getProposeOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- getProposeOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
optional .cisc.Data propose = 1;
- getProposeOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReplyOrBuilder
-
optional .cisc.Data propose = 1;
- getProto() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getPublic() - Method in interface ch.epfl.dedis.lib.darc.Signer
-
Returns the public key of the signer or throws a NoPublicKey exception.
- getPublic() - Method in class ch.epfl.dedis.lib.darc.SignerEd25519
-
Returns the public key of the signer or throws a NoPublicKey exception.
- getPublic() - Method in class ch.epfl.dedis.lib.darc.SignerX509EC
-
Returns the public key of the signer, or throws a CothorityCryptoException.
- getPublic() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required bytes public = 2;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
required bytes public = 2;
- getPublic() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PinRequestOrBuilder
-
required bytes public = 2;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
required bytes public = 1;
- getPublic() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityX509ECOrBuilder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required bytes public = 1;
- getPublic() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
required bytes public = 1;
- getPublic() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetLinkReplyOrBuilder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required bytes public = 2;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
required bytes public = 2;
- getPublic() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PinRequestOrBuilder
-
required bytes public = 2;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
required bytes public = 1;
- getPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
required bytes public = 1;
- getPublic() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkOrBuilder
-
required bytes public = 1;
- getPublicKey() - Method in class ch.epfl.dedis.byzgen.CalypsoFactory.ConodeAddress
-
- getPublicKey() - Method in interface ch.epfl.dedis.byzgen.UserSignature
-
Returns public key used for signing document
- getPublicKey() - Method in class ch.epfl.dedis.lib.darc.SignerX509EC
-
Return public key as a class
- getPublics(int) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
repeated bytes publics = 3;
- getPublics(int) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
repeated bytes publics = 3;
- getPublics(int) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
repeated bytes publics = 3;
- getPublicsCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
repeated bytes publics = 3;
- getPublicsCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
repeated bytes publics = 3;
- getPublicsCount() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
repeated bytes publics = 3;
- getPublicsList() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
repeated bytes publics = 3;
- getPublicsList() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
repeated bytes publics = 3;
- getPublicsList() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
repeated bytes publics = 3;
- getPublisherId() - Method in class ch.epfl.dedis.calypso.Document
-
- getPubstr() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string pubstr = 3;
- getPubstr() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
required string pubstr = 3;
- getPubstr() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
required string pubstr = 3;
- getPubstrBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string pubstr = 3;
- getPubstrBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
required string pubstr = 3;
- getPubstrBytes() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
required string pubstr = 3;
- getQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
QuestID is the ID of the questionnaire to be replied.
- getQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
QuestID is the ID of the questionnaire to be replied.
- getQuestid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
QuestID is the ID of the questionnaire to be replied.
- getQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
QuestID indicates which questionnaire
- getQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
QuestID indicates which questionnaire
- getQuestid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaireOrBuilder
-
QuestID indicates which questionnaire
- getQuestionnaire() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaire() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaire() - Method in interface ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaireOrBuilder
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaireBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaireOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaireOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaireOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaireOrBuilder
-
Questionnaire is the questionnaire to be stored.
- getQuestionnaires(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnaires(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnaires(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReplyOrBuilder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesBuilder(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesBuilderList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReplyOrBuilder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReplyOrBuilder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReplyOrBuilder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestionnairesOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReplyOrBuilder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- getQuestions(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Questions is a slice of texts that will be presented
- getQuestions(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Questions is a slice of texts that will be presented
- getQuestions(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Questions is a slice of texts that will be presented
- getQuestionsBytes(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Questions is a slice of texts that will be presented
- getQuestionsBytes(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Questions is a slice of texts that will be presented
- getQuestionsBytes(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Questions is a slice of texts that will be presented
- getQuestionsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Questions is a slice of texts that will be presented
- getQuestionsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Questions is a slice of texts that will be presented
- getQuestionsCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Questions is a slice of texts that will be presented
- getQuestionsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Questions is a slice of texts that will be presented
- getQuestionsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Questions is a slice of texts that will be presented
- getQuestionsList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Questions is a slice of texts that will be presented
- getRead() - Method in class ch.epfl.dedis.calypso.ReadInstance
-
- getRead() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- getRead() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
Read is the proof that he has been accepted to read the secret.
- getRead() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyOrBuilder
-
Read is the proof that he has been accepted to read the secret.
- getReadBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- getReader() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
Reader that will receive the reward
- getReader() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
Reader that will receive the reward
- getReader() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageOrBuilder
-
Reader that will receive the reward
- getReaderid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
ReaderID of the reading account, to skip messages created by this reader
- getReaderid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
ReaderID of the reading account, to skip messages created by this reader
- getReaderid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesOrBuilder
-
ReaderID of the reading account, to skip messages created by this reader
- getReadOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- getReadOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
Read is the proof that he has been accepted to read the secret.
- getReadOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyOrBuilder
-
Read is the proof that he has been accepted to read the secret.
- getReplies(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Replies is a slice of answers, up to Questionnaire.Replies
- getReplies(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
Replies is a slice of answers, up to Questionnaire.Replies
- getReplies(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
Replies is a slice of answers, up to Questionnaire.Replies
- getReplies() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Replies indicates how many answers the player can chose.
- getReplies() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Replies indicates how many answers the player can chose.
- getReplies() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Replies indicates how many answers the player can chose.
- getRepliesCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Replies is a slice of answers, up to Questionnaire.Replies
- getRepliesCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
Replies is a slice of answers, up to Questionnaire.Replies
- getRepliesCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
Replies is a slice of answers, up to Questionnaire.Replies
- getRepliesList() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Replies is a slice of answers, up to Questionnaire.Replies
- getRepliesList() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
Replies is a slice of answers, up to Questionnaire.Replies
- getRepliesList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
Replies is a slice of answers, up to Questionnaire.Replies
- getReply() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
required string reply = 1;
- getReply() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
required string reply = 1;
- getReply() - Method in interface ch.epfl.dedis.lib.proto.Personhood.StringReplyOrBuilder
-
required string reply = 1;
- getReplyBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
required string reply = 1;
- getReplyBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
required string reply = 1;
- getReplyBytes() - Method in interface ch.epfl.dedis.lib.proto.Personhood.StringReplyOrBuilder
-
required string reply = 1;
- getResponse() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes response = 2;
- getResponse() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
required bytes response = 2;
- getResponse() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSigOrBuilder
-
required bytes response = 2;
- getReturnuncomplete() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
optional bool returnuncomplete = 2;
- getReturnuncomplete() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
optional bool returnuncomplete = 2;
- getReturnuncomplete() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FetchRequestOrBuilder
-
optional bool returnuncomplete = 2;
- getReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Reward for reading this messgae.
- getReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Reward for reading this messgae.
- getReward() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Reward for reading this messgae.
- getReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Reward for replying to one questionnaire
- getReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Reward for replying to one questionnaire
- getReward() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Reward for replying to one questionnaire
- getRewarded() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Rewarded is true if this is the first time the message has been read
by this reader.
- getRewarded() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
Rewarded is true if this is the first time the message has been read
by this reader.
- getRewarded() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageReplyOrBuilder
-
Rewarded is true if this is the first time the message has been read
by this reader.
- getRewards(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Rewards
- getRewards(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Rewards
- getRewards(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Rewards
- getRewardsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Rewards
- getRewardsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Rewards
- getRewardsCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Rewards
- getRewardsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Rewards
- getRewardsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Rewards
- getRewardsList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Rewards
- getRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes right = 2;
- getRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
required bytes right = 2;
- getRight() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ChildrenOrBuilder
-
required bytes right = 2;
- getRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- getRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
required .collection.Dump right = 2;
- getRight() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.StepOrBuilder
-
required .collection.Dump right = 2;
- getRightBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- getRightOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- getRightOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
required .collection.Dump right = 2;
- getRightOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.StepOrBuilder
-
required .collection.Dump right = 2;
- getRoot() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- getRoot() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Root is the root node
- getRoot() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Root is the root node
- getRootBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- getRootOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- getRootOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Root is the root node
- getRootOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Root is the root node
- getRoster() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
- getRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- getRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required .onet.Roster roster = 2;
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required .onet.Roster roster = 2;
- getRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- getRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Roster defines which nodes participate in the skipchain.
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Roster defines which nodes participate in the skipchain.
- getRoster() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- getRoster() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
Roster is the list of nodes that should participate in the DKG.
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSOrBuilder
-
Roster is the list of nodes that should participate in the DKG.
- getRoster() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- getRoster() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Roster is the new proposed roster - nil if the old is to be used
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Roster is the new proposed roster - nil if the old is to be used
- getRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- getRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Roster of all responsible conodes for that party.
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Roster of all responsible conodes for that party.
- getRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- getRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
optional .onet.Roster roster = 2;
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.ShortDescOrBuilder
-
optional .onet.Roster roster = 2;
- getRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- getRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required .onet.Roster roster = 10;
- getRoster() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required .onet.Roster roster = 10;
- getRoster() - Method in class ch.epfl.dedis.lib.SkipBlock
-
Gets the roster from the skipblock.
- getRoster() - Method in class ch.epfl.dedis.skipchain.SkipchainRPC
-
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- getRosterBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required .onet.Roster roster = 2;
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required .onet.Roster roster = 2;
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Roster defines which nodes participate in the skipchain.
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Roster defines which nodes participate in the skipchain.
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
Roster is the list of nodes that should participate in the DKG.
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSOrBuilder
-
Roster is the list of nodes that should participate in the DKG.
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Roster is the new proposed roster - nil if the old is to be used
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Roster is the new proposed roster - nil if the old is to be used
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Roster of all responsible conodes for that party.
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Roster of all responsible conodes for that party.
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
optional .onet.Roster roster = 2;
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.ShortDescOrBuilder
-
optional .onet.Roster roster = 2;
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- getRosterOrBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required .onet.Roster roster = 10;
- getRosterOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required .onet.Roster roster = 10;
- getRules() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- getRules() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Rules map an action to an expression.
- getRules() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Rules map an action to an expression.
- getRulesBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- getRulesOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- getRulesOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Rules map an action to an expression.
- getRulesOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Rules map an action to an expression.
- getSchnsig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
SchnSig is optional; one of Public or SchnSig must be set.
- getSchnsig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
SchnSig is optional; one of Public or SchnSig must be set.
- getSchnsig() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
SchnSig is optional; one of Public or SchnSig must be set.
- getSecret() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes secret = 2;
- getSecret() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
required bytes secret = 2;
- getSecret() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519OrBuilder
-
required bytes secret = 2;
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- getSerializedSize() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getServeridentity() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- getServeridentity() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
optional .network.ServerIdentity serveridentity = 2;
- getServeridentity() - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
optional .network.ServerIdentity serveridentity = 2;
- getServeridentityBuilder() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- getServeridentityOrBuilder() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- getServeridentityOrBuilder() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
optional .network.ServerIdentity serveridentity = 2;
- getServeridentityOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
optional .network.ServerIdentity serveridentity = 2;
- getService() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Public key of service - can be nil.
- getService() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
Public key of service - can be nil.
- getService() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
Public key of service - can be nil.
- getSharedPublicKey(LTSId) - Method in class ch.epfl.dedis.calypso.CalypsoRPC
-
returns the shared symmetricKey of the DKG that must be used to encrypt the
symmetric encryption symmetricKey.
- getSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
authentication via Linkable Ring Signature
- getSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
authentication via Linkable Ring Signature
- getSig() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
authentication via Linkable Ring Signature
- getSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required bytes sig = 4;
- getSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
required bytes sig = 4;
- getSig() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
required bytes sig = 4;
- getSig() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes sig = 2;
- getSig() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
required bytes sig = 2;
- getSig() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSigOrBuilder
-
required bytes sig = 2;
- getSignature() - Method in interface ch.epfl.dedis.byzgen.UserSignature
-
Return signature body
- getSignature() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes signature = 3;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required bytes signature = 3;
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required bytes signature = 3;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
The signature itself
- getSignature() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
The signature itself
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignatureOrBuilder
-
The signature itself
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes signature = 3;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
required bytes signature = 3;
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
required bytes signature = 3;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Signature is created by all conodes responsible for that pop-party
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Signature is created by all conodes responsible for that pop-party
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Signature is created by all conodes responsible for that pop-party
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes signature = 2;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
required bytes signature = 2;
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeRequestOrBuilder
-
required bytes signature = 2;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
required bytes signature = 2;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
required bytes signature = 2;
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigOrBuilder
-
required bytes signature = 2;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Signature proves that the organizer updated the keys
- getSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
Signature proves that the organizer updated the keys
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
Signature proves that the organizer updated the keys
- getSignature() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- getSignature() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required .skipchain.ByzcoinSig signature = 4;
- getSignature() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required .skipchain.ByzcoinSig signature = 4;
- getSignature() - Method in class ch.epfl.dedis.skipchain.ByzcoinSig
-
- getSignatureBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- getSignatureOrBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- getSignatureOrBuilder() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required .skipchain.ByzcoinSig signature = 4;
- getSignatureOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required .skipchain.ByzcoinSig signature = 4;
- getSignatures() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getSignatures(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignatures(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignatures(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignatures(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignatures(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Signature is calculated on the Request-representation of the darc.
- getSignatures(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Signature is calculated on the Request-representation of the darc.
- getSignatures(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated bytes signatures = 5;
- getSignatures(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated bytes signatures = 5;
- getSignatures(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated bytes signatures = 5;
- getSignaturesBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesCount() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated bytes signatures = 5;
- getSignaturesCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated bytes signatures = 5;
- getSignaturesCount() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated bytes signatures = 5;
- getSignaturesList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated bytes signatures = 5;
- getSignaturesList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
repeated bytes signatures = 5;
- getSignaturesList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
repeated bytes signatures = 5;
- getSignaturesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Signatures that are verified using the Darc controlling access to the instance.
- getSignaturesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Signature is calculated on the Request-representation of the darc.
- getSignaturesOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Signature is calculated on the Request-representation of the darc.
- getSigner() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required string signer = 2;
- getSigner() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required string signer = 2;
- getSigner() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required string signer = 2;
- getSigner() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- getSigner() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
Signer is the Idenity (public key or another Darc) of the signer
- getSigner() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignatureOrBuilder
-
Signer is the Idenity (public key or another Darc) of the signer
- getSigner() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- getSigner() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
Signer can call Invoke on the PartyInstance.
- getSigner() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
Signer can call Invoke on the PartyInstance.
- getSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- getSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
required .darc.Signer signer = 1;
- getSigner() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetSignerReplyOrBuilder
-
required .darc.Signer signer = 1;
- getSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- getSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
required .darc.Signer signer = 2;
- getSigner() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreSignerOrBuilder
-
required .darc.Signer signer = 2;
- getSignerBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- getSignerBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- getSignerBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- getSignerBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- getSignerBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required string signer = 2;
- getSignerBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required string signer = 2;
- getSignerBytes() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required string signer = 2;
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
Signer is the Idenity (public key or another Darc) of the signer
- getSignerOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignatureOrBuilder
-
Signer is the Idenity (public key or another Darc) of the signer
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
Signer can call Invoke on the PartyInstance.
- getSignerOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
Signer can call Invoke on the PartyInstance.
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
required .darc.Signer signer = 1;
- getSignerOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetSignerReplyOrBuilder
-
required .darc.Signer signer = 1;
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- getSignerOrBuilder() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
required .darc.Signer signer = 2;
- getSignerOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreSignerOrBuilder
-
required .darc.Signer signer = 2;
- getSkipblock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipblock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipblock() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponseOrBuilder
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipblock(SkipblockId) - Method in class ch.epfl.dedis.skipchain.SkipchainRPC
-
Returns the skipblock from the skipchain, given its id.
- getSkipblockBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipblockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipblockOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipblockOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponseOrBuilder
-
Skipblock of the created skipchain or empty if there was an error.
- getSkipchain() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
This should be used with caution.
- getSkipchainid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
SkipchainID is the hash of the first skipblock
- getSkipchainid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
SkipchainID is the hash of the first skipblock
- getSkipchainid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
SkipchainID is the hash of the first skipblock
- getSkipchainId() - Method in class ch.epfl.dedis.lib.SkipBlock
-
- getSpawn() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
- getSpawn() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- getSpawn() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Spawn creates a new instance.
- getSpawn() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Spawn creates a new instance.
- getSpawnBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- getSpawnOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- getSpawnOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Spawn creates a new instance.
- getSpawnOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Spawn creates a new instance.
- getStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Start of the messages returned
- getStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
Start of the messages returned
- getStart() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesOrBuilder
-
Start of the messages returned
- getStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Start of the answer.
- getStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
Start of the answer.
- getStart() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesOrBuilder
-
Start of the answer.
- getState() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- getState() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- getState() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- getStateaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
StateAction can be any of Create, Update, Remove
- getStateaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
StateAction can be any of Create, Update, Remove
- getStateaction() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
StateAction can be any of Create, Update, Remove
- getStateChangesHash() - Method in class ch.epfl.dedis.byzcoin.Block
-
- getStatechangeshash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- getStatechangeshash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- getStatechangeshash() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- getStatus() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
Deprecated.
- getStatus() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
Deprecated.
- getStatus() - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
Deprecated.
- GetStatus() - Method in class ch.epfl.dedis.lib.ServerIdentity
-
- getStatus(ServerIdentity) - Static method in class ch.epfl.dedis.status.StatusRPC
-
Make an RPC to the conode identified by its server identity (sid) to get its status.
- getStatusCount() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- getStatusCount() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getStatusCount() - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
map<string, .onet.Status> status = 1;
- getStatusMap() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
map<string, .onet.Status> status = 1;
- getStatusMap() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
map<string, .onet.Status> status = 1;
- getStatusMap() - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
map<string, .onet.Status> status = 1;
- getStatusOrDefault(String, OnetProto.Status) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
map<string, .onet.Status> status = 1;
- getStatusOrDefault(String, OnetProto.Status) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
map<string, .onet.Status> status = 1;
- getStatusOrDefault(String, OnetProto.Status) - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
map<string, .onet.Status> status = 1;
- getStatusOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
map<string, .onet.Status> status = 1;
- getStatusOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
map<string, .onet.Status> status = 1;
- getStatusOrThrow(String) - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
map<string, .onet.Status> status = 1;
- getSteps(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getSteps(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Steps are the steps to go from root to key
- getSteps(int) - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Steps are the steps to go from root to key
- getStepsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getStepsBuilderList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getStepsCount() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getStepsCount() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Steps are the steps to go from root to key
- getStepsCount() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Steps are the steps to go from root to key
- getStepsList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getStepsList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Steps are the steps to go from root to key
- getStepsList() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Steps are the steps to go from root to key
- getStepsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getStepsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Steps are the steps to go from root to key
- getStepsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Steps are the steps to go from root to key
- getStepsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- getStepsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Steps are the steps to go from root to key
- getStepsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Steps are the steps to go from root to key
- getStorage() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Deprecated.
- getStorage() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Deprecated.
- getStorage() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Deprecated.
- getStorageCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- getStorageCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getStorageCount() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Storage is the key/value storage
- getStorageMap() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Storage is the key/value storage
- getStorageMap() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Storage is the key/value storage
- getStorageMap() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Storage is the key/value storage
- getStorageOrDefault(String, String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Storage is the key/value storage
- getStorageOrDefault(String, String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Storage is the key/value storage
- getStorageOrDefault(String, String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Storage is the key/value storage
- getStorageOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Storage is the key/value storage
- getStorageOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Storage is the key/value storage
- getStorageOrThrow(String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Storage is the key/value storage
- getSubject() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- getSubject() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- getSubject() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- getSubjectBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- getSubjectBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- getSubjectBytes() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- getSubjects(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Subjects of the messages
- getSubjects(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Subjects of the messages
- getSubjects(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Subjects of the messages
- getSubjectsBytes(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Subjects of the messages
- getSubjectsBytes(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Subjects of the messages
- getSubjectsBytes(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Subjects of the messages
- getSubjectsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Subjects of the messages
- getSubjectsCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Subjects of the messages
- getSubjectsCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Subjects of the messages
- getSubjectsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Subjects of the messages
- getSubjectsList() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
Subjects of the messages
- getSubjectsList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesReplyOrBuilder
-
Subjects of the messages
- getSubscription() - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Getter for the subscription object.
- getSum(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
Sum is the sum of all replies for a given index of the questions.
- getSum(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
Sum is the sum of all replies for a given index of the questions.
- getSum(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReplyOrBuilder
-
Sum is the sum of all replies for a given index of the questions.
- getSumCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
Sum is the sum of all replies for a given index of the questions.
- getSumCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
Sum is the sum of all replies for a given index of the questions.
- getSumCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReplyOrBuilder
-
Sum is the sum of all replies for a given index of the questions.
- getSumList() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
Sum is the sum of all replies for a given index of the questions.
- getSumList() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
Sum is the sum of all replies for a given index of the questions.
- getSumList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReplyOrBuilder
-
Sum is the sum of all replies for a given index of the questions.
- getTag() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string tag = 2;
- getTag() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
required string tag = 2;
- getTag() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
required string tag = 2;
- getTagBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string tag = 2;
- getTagBytes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
required string tag = 2;
- getTagBytes() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
required string tag = 2;
- getText() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Text, can be any length of text of the message.
- getText() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Text, can be any length of text of the message.
- getText() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Text, can be any length of text of the message.
- getTextBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Text, can be any length of text of the message.
- getTextBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Text, can be any length of text of the message.
- getTextBytes() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Text, can be any length of text of the message.
- getThreshold() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Threshold of how many devices need to sign to accept the new block
- getThreshold() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Threshold of how many devices need to sign to accept the new block
- getThreshold() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Threshold of how many devices need to sign to accept the new block
- getTimestamp() - Method in class ch.epfl.dedis.byzcoin.Block
-
- getTimestamp() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
Timestamp is a Unix timestamp in nanoseconds.
- getTimestamp() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
Timestamp is a Unix timestamp in nanoseconds.
- getTimestamp() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
Timestamp is a Unix timestamp in nanoseconds.
- getTimestampNano() - Method in class ch.epfl.dedis.byzcoin.Block
-
- getTitle() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Title of the poll
- getTitle() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Title of the poll
- getTitle() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Title of the poll
- getTitleBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Title of the poll
- getTitleBytes() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Title of the poll
- getTitleBytes() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Title of the poll
- getTo() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is <= To.
- getTo() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where When is <= To.
- getTo() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where When is <= To.
- getTo() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes to = 2;
- getTo() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required bytes to = 2;
- getTo() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required bytes to = 2;
- getTo() - Method in class ch.epfl.dedis.skipchain.ForwardLink
-
- getTopic() - Method in class ch.epfl.dedis.eventlog.Event
-
- getTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string topic = 2;
- getTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required string topic = 2;
- getTopic() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required string topic = 2;
- getTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where Event.Topic == Topic, if Topic != "".
- getTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where Event.Topic == Topic, if Topic != "".
- getTopic() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where Event.Topic == Topic, if Topic != "".
- getTopicBytes() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string topic = 2;
- getTopicBytes() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required string topic = 2;
- getTopicBytes() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required string topic = 2;
- getTopicBytes() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where Event.Topic == Topic, if Topic != "".
- getTopicBytes() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where Event.Topic == Topic, if Topic != "".
- getTopicBytes() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where Event.Topic == Topic, if Topic != "".
- getTopup() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
Topup is the amount of coins to put there.
- getTopup() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
Topup is the amount of coins to put there.
- getTopup() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaireOrBuilder
-
Topup is the amount of coins to put there.
- getTransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- getTransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
Transaction to be applied to the kv-store
- getTransaction() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
Transaction to be applied to the kv-store
- getTransactionBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- getTransactionOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- getTransactionOrBuilder() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
Transaction to be applied to the kv-store
- getTransactionOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
Transaction to be applied to the kv-store
- getTruncated() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
Events does not contain all the results.
- getTruncated() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
Events does not contain all the results.
- getTruncated() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
Events does not contain all the results.
- getTxResults() - Method in class ch.epfl.dedis.byzcoin.Block
-
Accessor for the transactions and results in the block.
- getTxresults(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresults(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresults(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataBodyOrBuilder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsCount() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsCount() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataBodyOrBuilder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataBodyOrBuilder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataBodyOrBuilder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
repeated .byzcoin.TxResult txresults = 1;
- getTxresultsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataBodyOrBuilder
-
repeated .byzcoin.TxResult txresults = 1;
- getType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
What type of authentication we're doing
- getType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
What type of authentication we're doing
- getType() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
What type of authentication we're doing
- getType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required sint32 type = 1;
- getType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
required sint32 type = 1;
- getType() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
required sint32 type = 1;
- getU() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
U is the encrypted random value for the ElGamal encryption
- getU() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
U is the encrypted random value for the ElGamal encryption
- getU() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
U is the encrypted random value for the ElGamal encryption
- getUbar() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- getUbar() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- getUbar() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- getUnknownFields() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- getUpdate(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdate(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
update is the shortest path from the requested block to the latest
block.
- getUpdate(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReplyOrBuilder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateBuilder(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateBuilderList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
update is the shortest path from the requested block to the latest
block.
- getUpdateCount() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReplyOrBuilder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
update is the shortest path from the requested block to the latest
block.
- getUpdateList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReplyOrBuilder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
update is the shortest path from the requested block to the latest
block.
- getUpdateOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReplyOrBuilder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- getUpdateOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
update is the shortest path from the requested block to the latest
block.
- getUpdateOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReplyOrBuilder
-
update is the shortest path from the requested block to the latest
block.
- getUserId() - Method in interface ch.epfl.dedis.byzgen.User
-
Return immutable getId of skipchain user.
- getUsers(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
TODO: replace this with a linkable ring signature
- getUsers(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
TODO: replace this with a linkable ring signature
- getUsers(int) - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReplyOrBuilder
-
TODO: replace this with a linkable ring signature
- getUsersCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
TODO: replace this with a linkable ring signature
- getUsersCount() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
TODO: replace this with a linkable ring signature
- getUsersCount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReplyOrBuilder
-
TODO: replace this with a linkable ring signature
- getUsersList() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
TODO: replace this with a linkable ring signature
- getUsersList() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
TODO: replace this with a linkable ring signature
- getUsersList() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReplyOrBuilder
-
TODO: replace this with a linkable ring signature
- getValue() - Method in class ch.epfl.dedis.byzcoin.contracts.ValueInstance
-
- getValue() - Method in class ch.epfl.dedis.byzcoin.Proof
-
- getValue() - Method in class ch.epfl.dedis.byzcoin.transaction.Argument
-
Getter for the value.
- getValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Value must be binary marshalled
- getValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
Value must be binary marshalled
- getValue() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ArgumentOrBuilder
-
Value must be binary marshalled
- getValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Value is the total number of coins of that type.
- getValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
Value is the total number of coins of that type.
- getValue() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CoinOrBuilder
-
Value is the total number of coins of that type.
- getValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
Value is the data needed by the contract
- getValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
Value is the data needed by the contract
- getValue() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
Value is the data needed by the contract
- getValues() - Method in class ch.epfl.dedis.byzcoin.Proof
-
- getValues(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
repeated bytes values = 2;
- getValues(int) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
repeated bytes values = 2;
- getValues(int) - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
repeated bytes values = 2;
- getValuesCount() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
repeated bytes values = 2;
- getValuesCount() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
repeated bytes values = 2;
- getValuesCount() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
repeated bytes values = 2;
- getValuesList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
repeated bytes values = 2;
- getValuesList() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
repeated bytes values = 2;
- getValuesList() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
repeated bytes values = 2;
- getVerificationdarcs(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcs(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcs(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsCount() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsCount() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsOrBuilder(int) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsOrBuilder(int) - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsOrBuilderList() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerificationdarcsOrBuilderList() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- getVerifiers(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes verifiers = 6;
- getVerifiers(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes verifiers = 6;
- getVerifiers(int) - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes verifiers = 6;
- getVerifiersCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes verifiers = 6;
- getVerifiersCount() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes verifiers = 6;
- getVerifiersCount() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes verifiers = 6;
- getVerifiersList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes verifiers = 6;
- getVerifiersList() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
repeated bytes verifiers = 6;
- getVerifiersList() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
repeated bytes verifiers = 6;
- getVersion() - Method in class ch.epfl.dedis.lib.darc.Darc
-
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponseOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponseOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
Version of the protocol
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponseOrBuilder
-
Version of the protocol
- getVersion() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Version should be monotonically increasing over the evolution of a
Darc.
- getVersion() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Version should be monotonically increasing over the evolution of a
Darc.
- getVersion() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Version should be monotonically increasing over the evolution of a
Darc.
- getVotes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Deprecated.
- getVotes() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Deprecated.
- getVotes() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Deprecated.
- getVotesCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- getVotesCount() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- getVotesCount() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Votes for that block, mapped by name of the devices.
- getVotesMap() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Votes for that block, mapped by name of the devices.
- getVotesMap() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Votes for that block, mapped by name of the devices.
- getVotesMap() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Votes for that block, mapped by name of the devices.
- getVotesOrDefault(String, ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Votes for that block, mapped by name of the devices.
- getVotesOrDefault(String, ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Votes for that block, mapped by name of the devices.
- getVotesOrDefault(String, ByteString) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Votes for that block, mapped by name of the devices.
- getVotesOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Votes for that block, mapped by name of the devices.
- getVotesOrThrow(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Votes for that block, mapped by name of the devices.
- getVotesOrThrow(String) - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Votes for that block, mapped by name of the devices.
- getWhen() - Method in class ch.epfl.dedis.eventlog.Event
-
- getWhen() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required sint64 when = 1;
- getWhen() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required sint64 when = 1;
- getWhen() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required sint64 when = 1;
- getWrite() - Method in class ch.epfl.dedis.calypso.WriteData
-
- getWrite() - Method in class ch.epfl.dedis.calypso.WriteInstance
-
- getWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- getWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
Write is the proof containing the write request.
- getWrite() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyOrBuilder
-
Write is the proof containing the write request.
- getWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes write = 1;
- getWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
required bytes write = 1;
- getWrite() - Method in interface ch.epfl.dedis.lib.proto.Calypso.ReadOrBuilder
-
required bytes write = 1;
- getWriteBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- getWriteData(LTS) - Method in class ch.epfl.dedis.calypso.Document
-
Creates a WriteData object with the fields of the document.
- getWriteId() - Method in class ch.epfl.dedis.calypso.ReadData
-
- getWriteOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- getWriteOrBuilder() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
Write is the proof containing the write request.
- getWriteOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyOrBuilder
-
Write is the proof containing the write request.
- getX() - Method in class ch.epfl.dedis.calypso.LTS
-
- getX() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
X is the public key of the LTS.
- getX() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
X is the public key of the LTS.
- getX() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSReplyOrBuilder
-
X is the public key of the LTS.
- getX() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
X is the aggregate public key of the LTS used.
- getX() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
X is the aggregate public key of the LTS used.
- getX() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
X is the aggregate public key of the LTS used.
- getX() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
X is the distributed public key.
- getX() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
X is the distributed public key.
- getX() - Method in interface ch.epfl.dedis.lib.proto.Calypso.SharedPublicReplyOrBuilder
-
X is the distributed public key.
- getX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- getX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Public-key identity
- getX509Ec() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Public-key identity
- getX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- getX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
optional .darc.SignerX509EC x509ec = 2;
- getX509Ec() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerOrBuilder
-
optional .darc.SignerX509EC x509ec = 2;
- getX509EcBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- getX509EcBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- getX509EcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- getX509EcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Public-key identity
- getX509EcOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Public-key identity
- getX509EcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- getX509EcOrBuilder() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
optional .darc.SignerX509EC x509ec = 2;
- getX509EcOrBuilder() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerOrBuilder
-
optional .darc.SignerX509EC x509ec = 2;
- getXc() - Method in class ch.epfl.dedis.calypso.ReadData
-
- getXc() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes xc = 2;
- getXc() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
required bytes xc = 2;
- getXc() - Method in interface ch.epfl.dedis.lib.proto.Calypso.ReadOrBuilder
-
required bytes xc = 2;
- getXhatenc() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
XhatEnc is the random part of the encryption.
- getXhatenc() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
XhatEnc is the random part of the encryption.
- getXhatenc() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
XhatEnc is the random part of the encryption.
- hasAccepted() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required bool accepted = 2;
- hasAccepted() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
required bool accepted = 2;
- hasAccepted() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.TxResultOrBuilder
-
required bool accepted = 2;
- hasAccount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Account where to put the reward to.
- hasAccount() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
Account where to put the reward to.
- hasAccount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
Account where to put the reward to.
- hasAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required string action = 2;
- hasAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required string action = 2;
- hasAction() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required string action = 2;
- hasAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required string action = 1;
- hasAction() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
required string action = 1;
- hasAction() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RuleOrBuilder
-
required string action = 1;
- hasAddress() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string address = 3;
- hasAddress() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required string address = 3;
- hasAddress() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required string address = 3;
- hasAggregate() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
required bytes aggregate = 3;
- hasAggregate() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
required bytes aggregate = 3;
- hasAggregate() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
required bytes aggregate = 3;
- hasAmount() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
Amount to coins to put in the message
- hasAmount() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
Amount to coins to put in the message
- hasAmount() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupMessageOrBuilder
-
Amount to coins to put in the message
- hasAuthor() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Author's coin account for eventual rewards/tips to the author.
- hasAuthor() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Author's coin account for eventual rewards/tips to the author.
- hasAuthor() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Author's coin account for eventual rewards/tips to the author.
- hasBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Balance the message has currently left.
- hasBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Balance the message has currently left.
- hasBalance() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Balance the message has currently left.
- hasBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Balance left for that questionnaire
- hasBalance() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Balance left for that questionnaire
- hasBalance() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Balance left for that questionnaire
- hasBaseHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 base_height = 4;
- hasBaseHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 base_height = 4;
- hasBaseHeight() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 base_height = 4;
- hasBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
BaseID is the ID of the first darc in the chain of evolution.
- hasBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
BaseID is the ID of the first darc in the chain of evolution.
- hasBaseid() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
BaseID is the ID of the first darc in the chain of evolution.
- hasBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes baseid = 1;
- hasBaseid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required bytes baseid = 1;
- hasBaseid() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required bytes baseid = 1;
- hasBcid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- hasBcid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- hasBcid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSOrBuilder
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- hasBlock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- hasBlock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
optional .skipchain.SkipBlock block = 1;
- hasBlock() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponseOrBuilder
-
optional .skipchain.SkipBlock block = 1;
- hasBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint64 blockinterval = 1;
- hasBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required sint64 blockinterval = 1;
- hasBlockinterval() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required sint64 blockinterval = 1;
- hasBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
BlockInterval in int64.
- hasBlockinterval() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
BlockInterval in int64.
- hasBlockinterval() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
BlockInterval in int64.
- hasByzcoinid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
ByzCoinID where to look up the darc
- hasByzcoinid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
ByzCoinID where to look up the darc
- hasByzcoinid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
ByzCoinID where to look up the darc
- hasByzcoinid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
ByzCoinID represents the ledger where the pop-party is stored.
- hasByzcoinid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
ByzCoinID represents the ledger where the pop-party is stored.
- hasByzcoinid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
ByzCoinID represents the ledger where the pop-party is stored.
- hasChallenge() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes challenge = 1;
- hasChallenge() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
required bytes challenge = 1;
- hasChallenge() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSigOrBuilder
-
required bytes challenge = 1;
- hasChildren() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- hasChildren() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required .collection.Children children = 3;
- hasChildren() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required .collection.Children children = 3;
- hasClienttransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- hasClienttransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- hasClienttransaction() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.TxResultOrBuilder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- hasClienttransactionhash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- hasClienttransactionhash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- hasClienttransactionhash() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- hasCollectionroot() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- hasCollectionroot() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- hasCollectionroot() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- hasCommand() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Command is interpreted by the contract.
- hasCommand() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
Command is interpreted by the contract.
- hasCommand() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InvokeOrBuilder
-
Command is interpreted by the contract.
- hasCommitment() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required bytes commitment = 2;
- hasCommitment() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
required bytes commitment = 2;
- hasCommitment() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ExceptionOrBuilder
-
required bytes commitment = 2;
- hasContent() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string content = 3;
- hasContent() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required string content = 3;
- hasContent() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required string content = 3;
- hasContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
ContractID represents the kind of contract that needs to be spawn.
- hasContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
ContractID represents the kind of contract that needs to be spawn.
- hasContractid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.SpawnOrBuilder
-
ContractID represents the kind of contract that needs to be spawn.
- hasContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
ContractID points to the contract that can interpret the value
- hasContractid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
ContractID points to the contract that can interpret the value
- hasContractid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
ContractID points to the contract that can interpret the value
- hasCtx() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes ctx = 2;
- hasCtx() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
required bytes ctx = 2;
- hasCtx() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.AuthenticateOrBuilder
-
required bytes ctx = 2;
- hasDarc() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- hasDarc() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Darc identity
- hasDarc() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Darc identity
- hasDarc() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- hasDarc() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
Darc being responsible for the PartyInstance.
- hasDarc() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
Darc being responsible for the PartyInstance.
- hasDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
DarcID that holds the rules
- hasDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
DarcID that holds the rules
- hasDarcid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
DarcID that holds the rules
- hasDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
DarcID is the Darc controlling access to this key.
- hasDarcid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
DarcID is the Darc controlling access to this key.
- hasDarcid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
DarcID is the Darc controlling access to this key.
- hasData() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Data should be encrypted by the application under the symmetric key in U and Cs
- hasData() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Data should be encrypted by the application under the symmetric key in U and Cs
- hasData() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Data should be encrypted by the application under the symmetric key in U and Cs
- hasData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- hasData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
Data is the first data that will be stored in the genesis-block.
- hasData() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
Data is the first data that will be stored in the genesis-block.
- hasData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- hasData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
optional .cisc.Data data = 1;
- hasData() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReplyOrBuilder
-
optional .cisc.Data data = 1;
- hasData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- hasData() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
optional .skipchain.SkipBlock data = 1;
- hasData() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReplyOrBuilder
-
optional .skipchain.SkipBlock data = 1;
- hasData() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes data = 9;
- hasData() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required bytes data = 9;
- hasData() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required bytes data = 9;
- hasDate() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Date, as unix-encoded seconds since 1970.
- hasDate() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Date, as unix-encoded seconds since 1970.
- hasDate() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Date, as unix-encoded seconds since 1970.
- hasDatetime() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
DateTime of the party.
- hasDatetime() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
DateTime of the party.
- hasDatetime() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
DateTime of the party.
- hasDelete() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- hasDelete() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Delete removes the given instance.
- hasDelete() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Delete removes the given instance.
- hasDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- hasDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Desc is the description of the pop-party.
- hasDesc() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Desc is the description of the pop-party.
- hasDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- hasDesc() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
optional .pop.PopDesc desc = 1;
- hasDesc() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigOrBuilder
-
optional .pop.PopDesc desc = 1;
- hasDescid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes descid = 1;
- hasDescid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
required bytes descid = 1;
- hasDescid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
required bytes descid = 1;
- hasDescription() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Description is a free-form field that can hold any data as required
by the user.
- hasDescription() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Description is a free-form field that can hold any data as required
by the user.
- hasDescription() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Description is a free-form field that can hold any data as required
by the user.
- hasDescription() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string description = 4;
- hasDescription() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required string description = 4;
- hasDescription() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required string description = 4;
- hasE() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
E is the non-interactive challenge as scalar
- hasE() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
E is the non-interactive challenge as scalar
- hasE() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
E is the non-interactive challenge as scalar
- hasEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- hasEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Public-key identity
- hasEd25519() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Public-key identity
- hasEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- hasEd25519() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
optional .darc.SignerEd25519 ed25519 = 1;
- hasEd25519() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerOrBuilder
-
optional .darc.SignerEd25519 ed25519 = 1;
- hasExists() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
required bool exists = 1;
- hasExists() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
required bool exists = 1;
- hasExists() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReplyOrBuilder
-
required bool exists = 1;
- hasExpr() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required bytes expr = 2;
- hasExpr() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
required bytes expr = 2;
- hasExpr() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RuleOrBuilder
-
required bytes expr = 2;
- hasExtradata() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
ExtraData is clear text and application-specific
- hasExtradata() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
ExtraData is clear text and application-specific
- hasExtradata() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
ExtraData is clear text and application-specific
- hasF() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- hasF() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- hasF() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
optional .pop.FinalStatement final = 2;
- hasFinal() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
optional .pop.FinalStatement final = 2;
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
optional .pop.FinalStatement final = 1;
- hasFinal() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponseOrBuilder
-
optional .pop.FinalStatement final = 1;
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
FinalStatement of current party
- hasFinal() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigOrBuilder
-
FinalStatement of current party
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- hasFinal() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
FinalStatement of party was asked to merge
- hasFinal() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
FinalStatement of party was asked to merge
- hasFinalstatement() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- hasFinalstatement() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
FinalStatement describes the party and the signature of the organizers.
- hasFinalstatement() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
FinalStatement describes the party and the signature of the organizers.
- hasFinalstatement() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- hasFinalstatement() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- hasFinalstatement() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- hasFrom() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is > From.
- hasFrom() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where When is > From.
- hasFrom() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where When is > From.
- hasFrom() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes from = 1;
- hasFrom() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required bytes from = 1;
- hasFrom() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required bytes from = 1;
- hasGenesis() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- hasGenesis() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
optional .skipchain.SkipBlock genesis = 1;
- hasGenesis() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReplyOrBuilder
-
optional .skipchain.SkipBlock genesis = 1;
- hasGenesis() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes genesis = 8;
- hasGenesis() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required bytes genesis = 8;
- hasGenesis() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required bytes genesis = 8;
- hasGenesisdarc() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- hasGenesisdarc() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
GenesisDarc defines who is allowed to write to this skipchain.
- hasGenesisdarc() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
GenesisDarc defines who is allowed to write to this skipchain.
- hash() - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
This method computes the sha256 hash of the instruction.
- hash() - Method in class ch.epfl.dedis.lib.darc.Request
-
Computes the sha256 digest of the request, the message that it hashes does not include the signature part of the
request.
- HASH_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- hasHash() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes hash = 11;
- hasHash() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required bytes hash = 11;
- hasHash() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required bytes hash = 11;
- hashCode() - Method in class ch.epfl.dedis.byzcoin.InstanceId
-
- hashCode() - Method in class ch.epfl.dedis.byzcoin.transaction.ClientTransactionId
-
- hashCode() - Method in class ch.epfl.dedis.byzgen.UserId
-
- hashCode() - Method in class ch.epfl.dedis.lib.darc.IdentityDarc
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request
-
- hashCode() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- hashCode() - Method in class ch.epfl.dedis.lib.Sha256id
-
- hasHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 height = 2;
- hasHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 height = 2;
- hasHeight() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 height = 2;
- HashId - Interface in ch.epfl.dedis.lib
-
- hasId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- hasId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- hasId() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofOrBuilder
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- hasId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequestOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataUpdateOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeSendOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlockOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
Signer SignerEd25519
- hasId() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc
-
Signer SignerEd25519
- hasId() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityDarcOrBuilder
-
Signer SignerEd25519
- hasId() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes id = 2;
- hasId() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
required bytes id = 2;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
required bytes id = 2;
- hasId() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes id = 2;
- hasId() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required bytes id = 2;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required bytes id = 2;
- hasId() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
optional bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster
-
optional bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.OnetProto.RosterOrBuilder
-
optional bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
ID of the messgae - should be random.
- hasId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
ID of the messgae - should be random.
- hasId() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
ID of the messgae - should be random.
- hasId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
ID is a random identifier of that questionnaire
- hasId() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
ID is a random identifier of that questionnaire
- hasId() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
ID is a random identifier of that questionnaire
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FetchRequestOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetKeysReplyOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
Hash of PopDesc party to merge with
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig
-
Hash of PopDesc party to merge with
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigOrBuilder
-
Hash of PopDesc party to merge with
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeRequestOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReplyOrBuilder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
ID is the ID of the party where we want to store intermediate keys
- hasId() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
ID is the ID of the party where we want to store intermediate keys
- hasId() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
ID is the ID of the party where we want to store intermediate keys
- hasId() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
required bytes id = 1;
- hasId() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock
-
required bytes id = 1;
- hasId() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlockOrBuilder
-
required bytes id = 1;
- hasIdblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- hasIdblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
optional .cisc.IDBlock idblock = 1;
- hasIdblock() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
optional .cisc.IDBlock idblock = 1;
- hasInclusionproof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- hasInclusionproof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
InclusionProof is the deserialized InclusionProof
- hasInclusionproof() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
InclusionProof is the deserialized InclusionProof
- hasInclusionwait() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- hasInclusionwait() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- hasInclusionwait() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- hasIndex() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- hasIndex() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- hasIndex() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- hasIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required int32 index = 1;
- hasIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception
-
required int32 index = 1;
- hasIndex() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ExceptionOrBuilder
-
required int32 index = 1;
- hasIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 index = 1;
- hasIndex() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 index = 1;
- hasIndex() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 index = 1;
- hasInstance() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes instance = 1;
- hasInstance() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
required bytes instance = 1;
- hasInstance() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
required bytes instance = 1;
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- hasInstanceid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
InstanceID of the state to change
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
InstanceID of the state to change
- hasInstanceid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
InstanceID of the state to change
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
InstanceID is where to find the party in the ledger.
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
InstanceID is where to find the party in the ledger.
- hasInstanceid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
InstanceID is where to find the party in the ledger.
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
required bytes instanceid = 1;
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply
-
required bytes instanceid = 1;
- hasInstanceid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReplyOrBuilder
-
required bytes instanceid = 1;
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes instanceid = 2;
- hasInstanceid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
required bytes instanceid = 2;
- hasInstanceid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDOrBuilder
-
required bytes instanceid = 2;
- hasInvoke() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- hasInvoke() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Invoke calls a method of an existing instance.
- hasInvoke() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Invoke calls a method of an existing instance.
- hasKey() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Key is the key we want to look up
- hasKey() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
Key is the key we want to look up
- hasKey() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofOrBuilder
-
Key is the key we want to look up
- hasKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes key = 1;
- hasKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required bytes key = 1;
- hasKey() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required bytes key = 1;
- hasKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Key is the key that this proof is representing
- hasKey() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Key is the key that this proof is representing
- hasKey() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Key is the key that this proof is representing
- hasLabel() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes label = 4;
- hasLabel() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump
-
required bytes label = 4;
- hasLabel() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.DumpOrBuilder
-
required bytes label = 4;
- hasLatest() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- hasLatest() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof
-
Providing the latest skipblock to retrieve the Merkle tree root.
- hasLatest() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ProofOrBuilder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- hasLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- hasLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .cisc.Data latest = 1;
- hasLatest() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .cisc.Data latest = 1;
- hasLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- hasLatest() - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock
-
optional .skipchain.SkipBlock latest = 2;
- hasLatest() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlockOrBuilder
-
optional .skipchain.SkipBlock latest = 2;
- hasLatestID() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
latest known id of a block.
- hasLatestID() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain
-
latest known id of a block.
- hasLatestID() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainOrBuilder
-
latest known id of a block.
- hasLatestskipblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- hasLatestskipblock() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .skipchain.SkipBlock latestskipblock = 3;
- hasLatestskipblock() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- hasLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes left = 1;
- hasLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
required bytes left = 1;
- hasLeft() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ChildrenOrBuilder
-
required bytes left = 1;
- hasLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- hasLeft() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
required .collection.Dump left = 1;
- hasLeft() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.StepOrBuilder
-
required .collection.Dump left = 1;
- hasLength() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Length is the total number of instructions in this clientTransaction
- hasLength() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Length is the total number of instructions in this clientTransaction
- hasLength() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Length is the total number of instructions in this clientTransaction
- hasLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Location of the party
- hasLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Location of the party
- hasLocation() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Location of the party
- hasLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
required string location = 1;
- hasLocation() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
required string location = 1;
- hasLocation() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.ShortDescOrBuilder
-
required string location = 1;
- hasLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
LTSID is a random 32-byte slice that represents the LTS.
- hasLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
LTSID is a random 32-byte slice that represents the LTS.
- hasLtsid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSReplyOrBuilder
-
LTSID is a random 32-byte slice that represents the LTS.
- hasLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
LTSID is the id of the LTS instance created.
- hasLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic
-
LTSID is the id of the LTS instance created.
- hasLtsid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.SharedPublicOrBuilder
-
LTSID is the id of the LTS instance created.
- hasLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
LTSID points to the identity of the lts group
- hasLtsid() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
LTSID points to the identity of the lts group
- hasLtsid() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
LTSID points to the identity of the lts group
- hasMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint32 maxblocksize = 3;
- hasMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required sint32 maxblocksize = 3;
- hasMaxblocksize() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required sint32 maxblocksize = 3;
- hasMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Maximum block size.
- hasMaxblocksize() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Maximum block size.
- hasMaxblocksize() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Maximum block size.
- hasMaxHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 max_height = 3;
- hasMaxHeight() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required int32 max_height = 3;
- hasMaxHeight() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required int32 max_height = 3;
- hasMerged() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Flag indicates that party was merged
- hasMerged() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Flag indicates that party was merged
- hasMerged() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Flag indicates that party was merged
- hasMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- hasMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
Messsage to read.
- hasMessage() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageReplyOrBuilder
-
Messsage to read.
- hasMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- hasMessage() - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage
-
Message to store.
- hasMessage() - Method in interface ch.epfl.dedis.lib.proto.Personhood.SendMessageOrBuilder
-
Message to store.
- hasMsg() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes msg = 3;
- hasMsg() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
required bytes msg = 3;
- hasMsg() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.RequestOrBuilder
-
required bytes msg = 3;
- hasMsg() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes msg = 1;
- hasMsg() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
required bytes msg = 1;
- hasMsg() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSigOrBuilder
-
required bytes msg = 1;
- hasMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
MsgID to request.
- hasMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
MsgID to request.
- hasMsgid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageOrBuilder
-
MsgID to request.
- hasMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
MsgID of the message to top up
- hasMsgid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage
-
MsgID of the message to top up
- hasMsgid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupMessageOrBuilder
-
MsgID of the message to top up
- hasName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Name can be any name recognized by the contract.
- hasName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
Name can be any name recognized by the contract.
- hasName() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ArgumentOrBuilder
-
Name can be any name recognized by the contract.
- hasName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Name points to the genesis instance of that coin.
- hasName() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
Name points to the genesis instance of that coin.
- hasName() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CoinOrBuilder
-
Name points to the genesis instance of that coin.
- hasName() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Name and purpose of the party.
- hasName() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Name and purpose of the party.
- hasName() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Name and purpose of the party.
- hasNewRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- hasNewRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
optional .onet.Roster newRoster = 3;
- hasNewRoster() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
optional .onet.Roster newRoster = 3;
- hasNext() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Next is a link to the instanceID of the next party.
- hasNext() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
Next is a link to the instanceID of the next party.
- hasNext() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
Next is a link to the instanceID of the next party.
- hasNonce() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- hasNonce() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- hasNonce() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- hasNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes nonce = 1;
- hasNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate
-
required bytes nonce = 1;
- hasNonce() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.AuthenticateOrBuilder
-
required bytes nonce = 1;
- hasNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Nonce plays in this case message of authentication
- hasNonce() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
Nonce plays in this case message of authentication
- hasNonce() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
Nonce plays in this case message of authentication
- hasNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Number of maximum messages returned
- hasNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
Number of maximum messages returned
- hasNumber() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesOrBuilder
-
Number of maximum messages returned
- hasNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Number is the maximum of questionnaires that will be returned.
- hasNumber() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
Number is the maximum of questionnaires that will be returned.
- hasNumber() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesOrBuilder
-
Number is the maximum of questionnaires that will be returned.
- hasParent() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes parent = 7;
- hasParent() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
optional bytes parent = 7;
- hasParent() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
optional bytes parent = 7;
- hasParty() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- hasParty() - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP
-
required .personhood.Party party = 1;
- hasParty() - Method in interface ch.epfl.dedis.lib.proto.Personhood.LinkPoPOrBuilder
-
required .personhood.Party party = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID
-
required bytes partyid = 1;
- hasPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDOrBuilder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner
-
required bytes partyid = 1;
- hasPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetSignerOrBuilder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID
-
required bytes partyid = 1;
- hasPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDOrBuilder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required bytes partyid = 1;
- hasPartyid() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
required bytes partyid = 1;
- hasPartyid() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreSignerOrBuilder
-
required bytes partyid = 1;
- hasPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
PartyIID - the instance ID of the party this message belongs to
- hasPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
PartyIID - the instance ID of the party this message belongs to
- hasPartyiid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
PartyIID - the instance ID of the party this message belongs to
- hasPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
PartyIID to calculate the party coin account
- hasPartyiid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
PartyIID to calculate the party coin account
- hasPartyiid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageOrBuilder
-
PartyIID to calculate the party coin account
- hasPayload() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes payload = 14;
- hasPayload() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
optional bytes payload = 14;
- hasPayload() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
optional bytes payload = 14;
- hasPin() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required string pin = 1;
- hasPin() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
required string pin = 1;
- hasPin() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PinRequestOrBuilder
-
required string pin = 1;
- hasPin() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required string pin = 1;
- hasPin() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
required string pin = 1;
- hasPin() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PinRequestOrBuilder
-
required string pin = 1;
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
Point is the public key of that device
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device
-
Point is the public key of that device
- hasPoint() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DeviceOrBuilder
-
Point is the public key of that device
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
required bytes point = 1;
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519
-
required bytes point = 1;
- hasPoint() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519OrBuilder
-
required bytes point = 1;
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes point = 1;
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
required bytes point = 1;
- hasPoint() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519OrBuilder
-
required bytes point = 1;
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
required bytes point = 1;
- hasPoint() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC
-
required bytes point = 1;
- hasPoint() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerX509ECOrBuilder
-
required bytes point = 1;
- hasPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
required bytes pophash = 1;
- hasPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig
-
required bytes pophash = 1;
- hasPophash() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigOrBuilder
-
required bytes pophash = 1;
- hasPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required bytes pophash = 2;
- hasPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
required bytes pophash = 2;
- hasPophash() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
required bytes pophash = 2;
- hasPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
hash of party was asking to merge
- hasPophash() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
hash of party was asking to merge
- hasPophash() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
hash of party was asking to merge
- hasPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required sint32 popstatus = 1;
- hasPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply
-
required sint32 popstatus = 1;
- hasPopstatus() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReplyOrBuilder
-
required sint32 popstatus = 1;
- hasPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
status of merging process
- hasPopstatus() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply
-
status of merging process
- hasPopstatus() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReplyOrBuilder
-
status of merging process
- hasPrevid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
PrevID is the previous darc ID in the chain of evolution.
- hasPrevid() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
PrevID is the previous darc ID in the chain of evolution.
- hasPrevid() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
PrevID is the previous darc ID in the chain of evolution.
- hasPrevious() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- hasPrevious() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- hasPrevious() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- hasProof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- hasProof() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- hasProof() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponseOrBuilder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- hasPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- hasPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend
-
optional .cisc.Data propose = 2;
- hasPropose() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeSendOrBuilder
-
optional .cisc.Data propose = 2;
- hasPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- hasPropose() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply
-
optional .cisc.Data propose = 1;
- hasPropose() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReplyOrBuilder
-
optional .cisc.Data propose = 1;
- hasProposed() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- hasProposed() - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock
-
optional .cisc.Data proposed = 2;
- hasProposed() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.IDBlockOrBuilder
-
optional .cisc.Data proposed = 2;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required bytes public = 2;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest
-
required bytes public = 2;
- hasPublic() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PinRequestOrBuilder
-
required bytes public = 2;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC
-
required bytes public = 1;
- hasPublic() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityX509ECOrBuilder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity
-
required bytes public = 1;
- hasPublic() - Method in interface ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentityOrBuilder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply
-
required bytes public = 1;
- hasPublic() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetLinkReplyOrBuilder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required bytes public = 2;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest
-
required bytes public = 2;
- hasPublic() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PinRequestOrBuilder
-
required bytes public = 2;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
required bytes public = 1;
- hasPublic() - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink
-
required bytes public = 1;
- hasPublic() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkOrBuilder
-
required bytes public = 1;
- hasPubstr() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string pubstr = 3;
- hasPubstr() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
required string pubstr = 3;
- hasPubstr() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
required string pubstr = 3;
- hasQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
QuestID is the ID of the questionnaire to be replied.
- hasQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire
-
QuestID is the ID of the questionnaire to be replied.
- hasQuestid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaireOrBuilder
-
QuestID is the ID of the questionnaire to be replied.
- hasQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
QuestID indicates which questionnaire
- hasQuestid() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
QuestID indicates which questionnaire
- hasQuestid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaireOrBuilder
-
QuestID indicates which questionnaire
- hasQuestionnaire() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- hasQuestionnaire() - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire
-
Questionnaire is the questionnaire to be stored.
- hasQuestionnaire() - Method in interface ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaireOrBuilder
-
Questionnaire is the questionnaire to be stored.
- hasRead() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- hasRead() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
Read is the proof that he has been accepted to read the secret.
- hasRead() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyOrBuilder
-
Read is the proof that he has been accepted to read the secret.
- hasReader() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
Reader that will receive the reward
- hasReader() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage
-
Reader that will receive the reward
- hasReader() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageOrBuilder
-
Reader that will receive the reward
- hasReaderid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
ReaderID of the reading account, to skip messages created by this reader
- hasReaderid() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
ReaderID of the reading account, to skip messages created by this reader
- hasReaderid() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesOrBuilder
-
ReaderID of the reading account, to skip messages created by this reader
- hasReplies() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Replies indicates how many answers the player can chose.
- hasReplies() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Replies indicates how many answers the player can chose.
- hasReplies() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Replies indicates how many answers the player can chose.
- hasReply() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
required string reply = 1;
- hasReply() - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply
-
required string reply = 1;
- hasReply() - Method in interface ch.epfl.dedis.lib.proto.Personhood.StringReplyOrBuilder
-
required string reply = 1;
- hasResponse() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes response = 2;
- hasResponse() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig
-
required bytes response = 2;
- hasResponse() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSigOrBuilder
-
required bytes response = 2;
- hasReturnuncomplete() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
optional bool returnuncomplete = 2;
- hasReturnuncomplete() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest
-
optional bool returnuncomplete = 2;
- hasReturnuncomplete() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FetchRequestOrBuilder
-
optional bool returnuncomplete = 2;
- hasReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Reward for reading this messgae.
- hasReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Reward for reading this messgae.
- hasReward() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Reward for reading this messgae.
- hasReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Reward for replying to one questionnaire
- hasReward() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Reward for replying to one questionnaire
- hasReward() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Reward for replying to one questionnaire
- hasRewarded() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Rewarded is true if this is the first time the message has been read
by this reader.
- hasRewarded() - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply
-
Rewarded is true if this is the first time the message has been read
by this reader.
- hasRewarded() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ReadMessageReplyOrBuilder
-
Rewarded is true if this is the first time the message has been read
by this reader.
- hasRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes right = 2;
- hasRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children
-
required bytes right = 2;
- hasRight() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ChildrenOrBuilder
-
required bytes right = 2;
- hasRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- hasRight() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step
-
required .collection.Dump right = 2;
- hasRight() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.StepOrBuilder
-
required .collection.Dump right = 2;
- hasRoot() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- hasRoot() - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
Root is the root node
- hasRoot() - Method in interface ch.epfl.dedis.lib.proto.CollectionProto.ProofOrBuilder
-
Root is the root node
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig
-
required .onet.Roster roster = 2;
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfigOrBuilder
-
required .onet.Roster roster = 2;
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Roster defines which nodes participate in the skipchain.
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Roster defines which nodes participate in the skipchain.
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS
-
Roster is the list of nodes that should participate in the DKG.
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSOrBuilder
-
Roster is the list of nodes that should participate in the DKG.
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Roster is the new proposed roster - nil if the old is to be used
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Roster is the new proposed roster - nil if the old is to be used
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc
-
Roster of all responsible conodes for that party.
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopDescOrBuilder
-
Roster of all responsible conodes for that party.
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc
-
optional .onet.Roster roster = 2;
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.ShortDescOrBuilder
-
optional .onet.Roster roster = 2;
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- hasRoster() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
required .onet.Roster roster = 10;
- hasRoster() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlockOrBuilder
-
required .onet.Roster roster = 10;
- hasRules() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- hasRules() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Rules map an action to an expression.
- hasRules() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Rules map an action to an expression.
- hasSchnsig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
SchnSig is optional; one of Public or SchnSig must be set.
- hasSchnsig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
SchnSig is optional; one of Public or SchnSig must be set.
- hasSchnsig() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
SchnSig is optional; one of Public or SchnSig must be set.
- hasSecret() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes secret = 2;
- hasSecret() - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
required bytes secret = 2;
- hasSecret() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519OrBuilder
-
required bytes secret = 2;
- hasServeridentity() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- hasServeridentity() - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
optional .network.ServerIdentity serveridentity = 2;
- hasServeridentity() - Method in interface ch.epfl.dedis.lib.proto.StatusProto.ResponseOrBuilder
-
optional .network.ServerIdentity serveridentity = 2;
- hasService() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Public key of service - can be nil.
- hasService() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
Public key of service - can be nil.
- hasService() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
Public key of service - can be nil.
- hasSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
authentication via Linkable Ring Signature
- hasSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
authentication via Linkable Ring Signature
- hasSig() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
authentication via Linkable Ring Signature
- hasSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required bytes sig = 4;
- hasSig() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
required bytes sig = 4;
- hasSig() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
required bytes sig = 4;
- hasSig() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes sig = 2;
- hasSig() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
required bytes sig = 2;
- hasSig() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSigOrBuilder
-
required bytes sig = 2;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes signature = 3;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required bytes signature = 3;
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required bytes signature = 3;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
The signature itself
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
The signature itself
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignatureOrBuilder
-
The signature itself
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes signature = 3;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
required bytes signature = 3;
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequestOrBuilder
-
required bytes signature = 3;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Signature is created by all conodes responsible for that pop-party
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
Signature is created by all conodes responsible for that pop-party
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.FinalStatementOrBuilder
-
Signature is created by all conodes responsible for that pop-party
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes signature = 2;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
required bytes signature = 2;
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.MergeRequestOrBuilder
-
required bytes signature = 2;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
required bytes signature = 2;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
required bytes signature = 2;
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreConfigOrBuilder
-
required bytes signature = 2;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Signature proves that the organizer updated the keys
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
Signature proves that the organizer updated the keys
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreKeysOrBuilder
-
Signature proves that the organizer updated the keys
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- hasSignature() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required .skipchain.ByzcoinSig signature = 4;
- hasSignature() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required .skipchain.ByzcoinSig signature = 4;
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required string signer = 2;
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
required string signer = 2;
- hasSigner() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteOrBuilder
-
required string signer = 2;
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
Signer is the Idenity (public key or another Darc) of the signer
- hasSigner() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignatureOrBuilder
-
Signer is the Idenity (public key or another Darc) of the signer
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.Personhood.Party
-
Signer can call Invoke on the PartyInstance.
- hasSigner() - Method in interface ch.epfl.dedis.lib.proto.Personhood.PartyOrBuilder
-
Signer can call Invoke on the PartyInstance.
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
required .darc.Signer signer = 1;
- hasSigner() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.GetSignerReplyOrBuilder
-
required .darc.Signer signer = 1;
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- hasSigner() - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
required .darc.Signer signer = 2;
- hasSigner() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.StoreSignerOrBuilder
-
required .darc.Signer signer = 2;
- hasSkipblock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- hasSkipblock() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
Skipblock of the created skipchain or empty if there was an error.
- hasSkipblock() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponseOrBuilder
-
Skipblock of the created skipchain or empty if there was an error.
- hasSkipchainid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
SkipchainID is the hash of the first skipblock
- hasSkipchainid() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
SkipchainID is the hash of the first skipblock
- hasSkipchainid() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
SkipchainID is the hash of the first skipblock
- hasSpawn() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- hasSpawn() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
Spawn creates a new instance.
- hasSpawn() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.InstructionOrBuilder
-
Spawn creates a new instance.
- hasStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Start of the messages returned
- hasStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
Start of the messages returned
- hasStart() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListMessagesOrBuilder
-
Start of the messages returned
- hasStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Start of the answer.
- hasStart() - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
Start of the answer.
- hasStart() - Method in interface ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesOrBuilder
-
Start of the answer.
- hasState() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- hasState() - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- hasState() - Method in interface ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstanceOrBuilder
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- hasStateaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
StateAction can be any of Create, Update, Remove
- hasStateaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
StateAction can be any of Create, Update, Remove
- hasStateaction() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
StateAction can be any of Create, Update, Remove
- hasStatechangeshash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- hasStatechangeshash() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- hasStatechangeshash() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- hasSubject() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- hasSubject() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- hasSubject() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- hasTag() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string tag = 2;
- hasTag() - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity
-
required string tag = 2;
- hasTag() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentityOrBuilder
-
required string tag = 2;
- hasText() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Text, can be any length of text of the message.
- hasText() - Method in class ch.epfl.dedis.lib.proto.Personhood.Message
-
Text, can be any length of text of the message.
- hasText() - Method in interface ch.epfl.dedis.lib.proto.Personhood.MessageOrBuilder
-
Text, can be any length of text of the message.
- hasThreshold() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Threshold of how many devices need to sign to accept the new block
- hasThreshold() - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
Threshold of how many devices need to sign to accept the new block
- hasThreshold() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.DataOrBuilder
-
Threshold of how many devices need to sign to accept the new block
- hasTimestamp() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
Timestamp is a Unix timestamp in nanoseconds.
- hasTimestamp() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
Timestamp is a Unix timestamp in nanoseconds.
- hasTimestamp() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeaderOrBuilder
-
Timestamp is a Unix timestamp in nanoseconds.
- hasTitle() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Title of the poll
- hasTitle() - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire
-
Title of the poll
- hasTitle() - Method in interface ch.epfl.dedis.lib.proto.Personhood.QuestionnaireOrBuilder
-
Title of the poll
- hasTo() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is <= To.
- hasTo() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where When is <= To.
- hasTo() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where When is <= To.
- hasTo() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes to = 2;
- hasTo() - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
required bytes to = 2;
- hasTo() - Method in interface ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLinkOrBuilder
-
required bytes to = 2;
- hasTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string topic = 2;
- hasTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required string topic = 2;
- hasTopic() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required string topic = 2;
- hasTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where Event.Topic == Topic, if Topic != "".
- hasTopic() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest
-
Return events where Event.Topic == Topic, if Topic != "".
- hasTopic() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchRequestOrBuilder
-
Return events where Event.Topic == Topic, if Topic != "".
- hasTopup() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
Topup is the amount of coins to put there.
- hasTopup() - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire
-
Topup is the amount of coins to put there.
- hasTopup() - Method in interface ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaireOrBuilder
-
Topup is the amount of coins to put there.
- hasTransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- hasTransaction() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
Transaction to be applied to the kv-store
- hasTransaction() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
Transaction to be applied to the kv-store
- hasTruncated() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
Events does not contain all the results.
- hasTruncated() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse
-
Events does not contain all the results.
- hasTruncated() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.SearchResponseOrBuilder
-
Events does not contain all the results.
- hasType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
What type of authentication we're doing
- hasType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
What type of authentication we're doing
- hasType() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityOrBuilder
-
What type of authentication we're doing
- hasType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required sint32 type = 1;
- hasType() - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
required sint32 type = 1;
- hasType() - Method in interface ch.epfl.dedis.lib.proto.CiscProto.StoreKeysOrBuilder
-
required sint32 type = 1;
- hasU() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
U is the encrypted random value for the ElGamal encryption
- hasU() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
U is the encrypted random value for the ElGamal encryption
- hasU() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
U is the encrypted random value for the ElGamal encryption
- hasUbar() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- hasUbar() - Method in class ch.epfl.dedis.lib.proto.Calypso.Write
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- hasUbar() - Method in interface ch.epfl.dedis.lib.proto.Calypso.WriteOrBuilder
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- hasValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Value must be binary marshalled
- hasValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument
-
Value must be binary marshalled
- hasValue() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.ArgumentOrBuilder
-
Value must be binary marshalled
- hasValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Value is the total number of coins of that type.
- hasValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin
-
Value is the total number of coins of that type.
- hasValue() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CoinOrBuilder
-
Value is the total number of coins of that type.
- hasValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
Value is the data needed by the contract
- hasValue() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
Value is the data needed by the contract
- hasValue() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.StateChangeOrBuilder
-
Value is the data needed by the contract
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequestOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponseOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponseOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse
-
Version of the protocol
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponseOrBuilder
-
Version of the protocol
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Version should be monotonically increasing over the evolution of a
Darc.
- hasVersion() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
Version should be monotonically increasing over the evolution of a
Darc.
- hasVersion() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.DarcOrBuilder
-
Version should be monotonically increasing over the evolution of a
Darc.
- hasWhen() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required sint64 when = 1;
- hasWhen() - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event
-
required sint64 when = 1;
- hasWhen() - Method in interface ch.epfl.dedis.lib.proto.EventLogProto.EventOrBuilder
-
required sint64 when = 1;
- hasWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- hasWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey
-
Write is the proof containing the write request.
- hasWrite() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyOrBuilder
-
Write is the proof containing the write request.
- hasWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes write = 1;
- hasWrite() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
required bytes write = 1;
- hasWrite() - Method in interface ch.epfl.dedis.lib.proto.Calypso.ReadOrBuilder
-
required bytes write = 1;
- hasX() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
X is the public key of the LTS.
- hasX() - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply
-
X is the public key of the LTS.
- hasX() - Method in interface ch.epfl.dedis.lib.proto.Calypso.CreateLTSReplyOrBuilder
-
X is the public key of the LTS.
- hasX() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
X is the aggregate public key of the LTS used.
- hasX() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
X is the aggregate public key of the LTS used.
- hasX() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
X is the aggregate public key of the LTS used.
- hasX() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
X is the distributed public key.
- hasX() - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply
-
X is the distributed public key.
- hasX() - Method in interface ch.epfl.dedis.lib.proto.Calypso.SharedPublicReplyOrBuilder
-
X is the distributed public key.
- hasX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- hasX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity
-
Public-key identity
- hasX509Ec() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.IdentityOrBuilder
-
Public-key identity
- hasX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- hasX509Ec() - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer
-
optional .darc.SignerX509EC x509ec = 2;
- hasX509Ec() - Method in interface ch.epfl.dedis.lib.proto.DarcProto.SignerOrBuilder
-
optional .darc.SignerX509EC x509ec = 2;
- hasXc() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes xc = 2;
- hasXc() - Method in class ch.epfl.dedis.lib.proto.Calypso.Read
-
required bytes xc = 2;
- hasXc() - Method in interface ch.epfl.dedis.lib.proto.Calypso.ReadOrBuilder
-
required bytes xc = 2;
- hasXhatenc() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
XhatEnc is the random part of the encryption.
- hasXhatenc() - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply
-
XhatEnc is the random part of the encryption.
- hasXhatenc() - Method in interface ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReplyOrBuilder
-
XhatEnc is the random part of the encryption.
- HEIGHT_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock
-
- Hex - Class in ch.epfl.dedis.lib
-
- Hex() - Constructor for class ch.epfl.dedis.lib.Hex
-
- scalar - Variable in class ch.epfl.dedis.lib.crypto.KeyPair
-
- Scalar - Interface in ch.epfl.dedis.lib.crypto
-
- SchnorrSig - Class in ch.epfl.dedis.lib.crypto
-
- SchnorrSig(byte[], Scalar) - Constructor for class ch.epfl.dedis.lib.crypto.SchnorrSig
-
- SchnorrSig(byte[]) - Constructor for class ch.epfl.dedis.lib.crypto.SchnorrSig
-
- SCHNSIG_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- scID - Variable in class ch.epfl.dedis.skipchain.SkipchainRPC
-
- search(String, long, long) - Method in class ch.epfl.dedis.eventlog.EventLogInstance
-
Searches for events based on topic and a time range.
- SearchResponse - Class in ch.epfl.dedis.eventlog
-
This is the response of a eventlog search request.
- SearchResponse(EventLogProto.SearchResponse) - Constructor for class ch.epfl.dedis.eventlog.SearchResponse
-
Constructs the object from a protobuf SearchResponse object.
- SECRET_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519
-
- sendMessage(String, GeneratedMessageV3) - Method in class ch.epfl.dedis.lib.Roster
-
Synchronously sends a message.
- SendMessage(String, byte[]) - Method in class ch.epfl.dedis.lib.ServerIdentity
-
Synchronously send a message.
- sendTransaction(ClientTransaction) - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Sends a transaction to byzcoin, but doesn't wait for the inclusion of this transaction in a block.
- sendTransactionAndWait(ClientTransaction, int) - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Sends a transaction to byzcoin and waits for up to 'wait' blocks for the transaction to be
included in the global state.
- serialize() - Method in interface ch.epfl.dedis.lib.darc.Signer
-
Returns an array of bytes representing the signer.
- serialize() - Method in class ch.epfl.dedis.lib.darc.SignerEd25519
-
Returns an array of bytes representing the signer.
- serialize() - Method in class ch.epfl.dedis.lib.darc.SignerX509EC
-
Returns an array of bytes representing the signer.
- ServerIdentity - Class in ch.epfl.dedis.lib
-
dedis/lib
ServerIdentity.java
Purpose: The node-definition for a node in a cothority.
- ServerIdentity(URI, String) - Constructor for class ch.epfl.dedis.lib.ServerIdentity
-
- ServerIdentity(Toml) - Constructor for class ch.epfl.dedis.lib.ServerIdentity
-
- ServerIdentity(NetworkProto.ServerIdentity) - Constructor for class ch.epfl.dedis.lib.ServerIdentity
-
- ServerIdentity.StreamHandler - Interface in ch.epfl.dedis.lib
-
The default handler interface for handling streaming responses.
- ServerIdentity.StreamingConn - Class in ch.epfl.dedis.lib
-
- ServerIdentity.SyncSendMessage - Class in ch.epfl.dedis.lib
-
- SERVERIDENTITY_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- SERVICE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- setAccepted(boolean) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required bool accepted = 2;
- setAccount(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Account where to put the reward to.
- setAction(String) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required string action = 2;
- setAction(String) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required string action = 1;
- setActionBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required string action = 2;
- setActionBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required string action = 1;
- setActions(int, String) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
repeated string actions = 1;
- setAddress(String) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string address = 3;
- setAddressBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string address = 3;
- setAggregate(ByteString) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
required bytes aggregate = 3;
- setAmount(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
Amount to coins to put in the message
- setArgs(int, ByzCoinProto.Argument) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- setArgs(int, ByzCoinProto.Argument.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Args holds all data necessary for the successful execution of the command.
- setArgs(int, ByzCoinProto.Argument) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- setArgs(int, ByzCoinProto.Argument.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
Args holds all data necessary to spawn the new instance.
- setAttendees(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
repeated bytes attendees = 2;
- setAttendees(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
repeated bytes attendees = 3;
- setAttendees(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
repeated bytes attendees = 2;
- setAttendees(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Attendees holds a slice of all public keys of the attendees.
- setAuthor(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Author's coin account for eventual rewards/tips to the author.
- setBacklinks(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes backlinks = 5;
- setBalance(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Balance the message has currently left.
- setBalance(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Balance left for that questionnaire
- setBalances(int, long) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Balances
- setBaseHeight(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 base_height = 4;
- setBaseId(DarcId) - Method in class ch.epfl.dedis.lib.darc.Darc
-
- setBaseid(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
BaseID is the ID of the first darc in the chain of evolution.
- setBaseid(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes baseid = 1;
- setBcid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
BCID is the ID of the ByzCoin ledger that can use this LTS.
- setBlock(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- setBlock(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
optional .skipchain.SkipBlock block = 1;
- setBlockinterval(long) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint64 blockinterval = 1;
- setBlockinterval(long) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
BlockInterval in int64.
- setByzcoinid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
ByzCoinID where to look up the darc
- setByzcoinid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
ByzCoinID represents the ledger where the pop-party is stored.
- setChallenge(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes challenge = 1;
- setChildren(CollectionProto.Children) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- setChildren(CollectionProto.Children.Builder) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required .collection.Children children = 3;
- setChildren(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes children = 13;
- setClienttransaction(ByzCoinProto.ClientTransaction) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- setClienttransaction(ByzCoinProto.ClientTransaction.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
required .byzcoin.ClientTransaction clienttransaction = 1;
- setClienttransactionhash(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
ClientTransactionHash is the sha256 hash of all the transactions in the body
- setCollectionroot(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
- setCommand(String) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Command is interpreted by the contract.
- setCommandBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
Command is interpreted by the contract.
- setCommitment(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required bytes commitment = 2;
- setContent(String) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string content = 3;
- setContentBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string content = 3;
- setContractid(String) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
ContractID represents the kind of contract that needs to be spawn.
- setContractid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
ContractID points to the contract that can interpret the value
- setContractidBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
ContractID represents the kind of contract that needs to be spawn.
- setCs(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
Cs are the secrets re-encrypted under the reader's public key.
- setCs(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Cs are the ElGamal parts for the symmetric key material (might
also contain an IV)
- setCtx(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes ctx = 2;
- setDarc(DarcProto.IdentityDarc) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- setDarc(DarcProto.IdentityDarc.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Darc identity
- setDarc(DarcProto.Darc) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- setDarc(DarcProto.Darc.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Darc being responsible for the PartyInstance.
- setDarcid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
DarcID that holds the rules
- setDarcid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
DarcID is the Darc controlling access to this key.
- setData(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Data should be encrypted by the application under the symmetric key in U and Cs
- setData(CiscProto.Data) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- setData(CiscProto.Data.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Data is the first data that will be stored in the genesis-block.
- setData(CiscProto.Data) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- setData(CiscProto.Data.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
optional .cisc.Data data = 1;
- setData(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- setData(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
optional .skipchain.SkipBlock data = 1;
- setData(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes data = 9;
- setDate(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Date, as unix-encoded seconds since 1970.
- setDatetime(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
DateTime of the party.
- setDatetimeBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
DateTime of the party.
- setDelete(ByzCoinProto.Delete) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- setDelete(ByzCoinProto.Delete.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Delete removes the given instance.
- setDesc(PoPProto.PopDesc) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- setDesc(PoPProto.PopDesc.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Desc is the description of the pop-party.
- setDesc(PoPProto.PopDesc) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- setDesc(PoPProto.PopDesc.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
optional .pop.PopDesc desc = 1;
- setDescid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes descid = 1;
- setDescription(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Description is a free-form field that can hold any data as required
by the user.
- setDescription(String) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string description = 4;
- setDescriptionBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required string description = 4;
- setE(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
E is the non-interactive challenge as scalar
- setEd25519(DarcProto.IdentityEd25519) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- setEd25519(DarcProto.IdentityEd25519.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- setEd25519(DarcProto.SignerEd25519) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- setEd25519(DarcProto.SignerEd25519.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerEd25519 ed25519 = 1;
- setEvents(int, EventLogProto.Event) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- setEvents(int, EventLogProto.Event.Builder) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
repeated .eventlog.Event events = 1;
- setExists(boolean) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
required bool exists = 1;
- setExpr(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
required bytes expr = 2;
- setExtradata(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
ExtraData is clear text and application-specific
- setF(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
f is the proof - written in uppercase here so it is an exported field,
but in the OCS-paper it's lowercase.
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- setFinal(PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- setFinal(PoPProto.FinalStatement.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
optional .pop.FinalStatement final = 2;
- setFinal(PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- setFinal(PoPProto.FinalStatement.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
optional .pop.FinalStatement final = 1;
- setFinal(PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- setFinal(PoPProto.FinalStatement.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
FinalStatement of current party
- setFinal(PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- setFinal(PoPProto.FinalStatement.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
FinalStatement of party was asked to merge
- setFinalstatement(PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- setFinalstatement(PoPProto.FinalStatement.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
FinalStatement describes the party and the signature of the organizers.
- setFinalstatement(PoPProto.FinalStatement) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- setFinalstatement(PoPProto.FinalStatement.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
- setForward(int, SkipchainProto.ForwardLink) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- setForward(int, SkipchainProto.ForwardLink.Builder) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated .skipchain.ForwardLink forward = 12;
- setFrom(long) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is > From.
- setFrom(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes from = 1;
- setGenesis(SkipblockId) - Method in class ch.epfl.dedis.byzgen.CalypsoFactory
-
Set chain genesis (getId/hash of the fist block in the chain)
- setGenesis(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- setGenesis(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
optional .skipchain.SkipBlock genesis = 1;
- setGenesis(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes genesis = 8;
- setGenesisdarc(DarcProto.Darc) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- setGenesisdarc(DarcProto.Darc.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
GenesisDarc defines who is allowed to write to this skipchain.
- setHash(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required bytes hash = 11;
- setHeight(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 height = 2;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
Signer SignerEd25519
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes id = 2;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes id = 2;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
optional bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
ID of the messgae - should be random.
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
ID is a random identifier of that questionnaire
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
Hash of PopDesc party to merge with
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
ID is the ID of the party where we want to store intermediate keys
- setId(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
required bytes id = 1;
- setIdblock(CiscProto.IDBlock) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- setIdblock(CiscProto.IDBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
optional .cisc.IDBlock idblock = 1;
- setIdentities(int, DarcProto.Identity) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- setIdentities(int, DarcProto.Identity.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Identities that will sign together
- setIdentities(int, DarcProto.Identity) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- setIdentities(int, DarcProto.Identity.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated .darc.Identity identities = 4;
- setInclusionproof(CollectionProto.Proof) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- setInclusionproof(CollectionProto.Proof.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
InclusionProof is the deserialized InclusionProof
- setInclusionwait(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
How many block-intervals to wait for inclusion -
missing value or 0 means return immediately.
- setIndex(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
- setIndex(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
required int32 index = 1;
- setIndex(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 index = 1;
- setInstance(ByteString) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
required bytes instance = 1;
- setInstanceid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
- setInstanceid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
InstanceID of the state to change
- setInstanceid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
InstanceID is where to find the party in the ledger.
- setInstanceid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
required bytes instanceid = 1;
- setInstanceid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes instanceid = 2;
- setInstructions(int, ByzCoinProto.Instruction) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- setInstructions(int, ByzCoinProto.Instruction.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
repeated .byzcoin.Instruction instructions = 1;
- setInvoke(ByzCoinProto.Invoke) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- setInvoke(ByzCoinProto.Invoke.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Invoke calls a method of an existing instance.
- setKey(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Key is the key we want to look up
- setKey(ByteString) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes key = 1;
- setKey(ByteString) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Key is the key that this proof is representing
- setKeys(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
repeated bytes keys = 2;
- setKeys(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Keys is a list of public keys to store
- setLabel(ByteString) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
required bytes label = 4;
- setLatest(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- setLatest(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Providing the latest skipblock to retrieve the Merkle tree root.
- setLatest(CiscProto.Data) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- setLatest(CiscProto.Data.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data latest = 1;
- setLatest(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- setLatest(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
optional .skipchain.SkipBlock latest = 2;
- setLatestID(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
latest known id of a block.
- setLatestskipblock(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- setLatestskipblock(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .skipchain.SkipBlock latestskipblock = 3;
- setLeft(ByteString) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes left = 1;
- setLeft(CollectionProto.Dump) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- setLeft(CollectionProto.Dump.Builder) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump left = 1;
- setLength(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Length is the total number of instructions in this clientTransaction
- setLinks(int, SkipchainProto.ForwardLink) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- setLinks(int, SkipchainProto.ForwardLink.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
Proving the path to the latest skipblock.
- setList(int, DarcProto.Rule) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- setList(int, DarcProto.Rule.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
repeated .darc.Rule list = 1;
- setList(int, NetworkProto.ServerIdentity) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- setList(int, NetworkProto.ServerIdentity.Builder) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
repeated .network.ServerIdentity list = 2;
- setLocation(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Location of the party
- setLocation(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
required string location = 1;
- setLocationBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Location of the party
- setLocationBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
required string location = 1;
- setLTSId(LTSId) - Method in class ch.epfl.dedis.byzgen.CalypsoFactory
-
Sets the LTSId to use for all write and read requests.
- setLtsid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
LTSID is a random 32-byte slice that represents the LTS.
- setLtsid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
LTSID is the id of the LTS instance created.
- setLtsid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
LTSID points to the identity of the lts group
- setMaxblocksize(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required sint32 maxblocksize = 3;
- setMaxblocksize(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Maximum block size.
- setMaxHeight(int) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required int32 max_height = 3;
- setMerged(boolean) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Flag indicates that party was merged
- setMessage(Personhood.Message) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- setMessage(Personhood.Message.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Messsage to read.
- setMessage(Personhood.Message) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- setMessage(Personhood.Message.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
Message to store.
- setMsg(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
required bytes msg = 3;
- setMsg(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes msg = 1;
- setMsgid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
MsgID to request.
- setMsgid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
MsgID of the message to top up
- setMsgids(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
MsgIDs of the messages
- setName(String) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Name can be any name recognized by the contract.
- setName(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Name points to the genesis instance of that coin.
- setName(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Name and purpose of the party.
- setNameBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Name can be any name recognized by the contract.
- setNameBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Name and purpose of the party.
- setNewRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- setNewRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
optional .onet.Roster newRoster = 3;
- setNext(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Next is a link to the instanceID of the next party.
- setNonce(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
- setNonce(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
required bytes nonce = 1;
- setNonce(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
Nonce plays in this case message of authentication
- setNumber(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Number of maximum messages returned
- setNumber(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Number is the maximum of questionnaires that will be returned.
- setOf(EpflPermission...) - Static method in enum ch.epfl.dedis.byzgen.EpflPermission
-
- setOf(int) - Static method in enum ch.epfl.dedis.byzgen.EpflPermission
-
- setParent(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes parent = 7;
- setParties(int, PoPProto.ShortDesc) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- setParties(int, PoPProto.ShortDesc.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
List of parties to be merged
- setParty(Personhood.Party) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- setParty(Personhood.Party.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
required .personhood.Party party = 1;
- setPartyid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
required bytes partyid = 1;
- setPartyid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
required bytes partyid = 1;
- setPartyid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
required bytes partyid = 1;
- setPartyid(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required bytes partyid = 1;
- setPartyiid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
PartyIID - the instance ID of the party this message belongs to
- setPartyiid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
PartyIID to calculate the party coin account
- setPartyiids(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
PartyIIDs
- setPayload(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
optional bytes payload = 14;
- setPin(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required string pin = 1;
- setPin(String) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required string pin = 1;
- setPinBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required string pin = 1;
- setPinBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required string pin = 1;
- setPoint(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
Point is the public key of that device
- setPoint(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
required bytes point = 1;
- setPoint(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes point = 1;
- setPoint(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
required bytes point = 1;
- setPophash(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
required bytes pophash = 1;
- setPophash(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required bytes pophash = 2;
- setPophash(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
hash of party was asking to merge
- setPopstatus(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
required sint32 popstatus = 1;
- setPopstatus(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
status of merging process
- setPrevId(DarcId) - Method in class ch.epfl.dedis.lib.darc.Darc
-
- setPrevId(Darc) - Method in class ch.epfl.dedis.lib.darc.Darc
-
- setPrevid(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
PrevID is the previous darc ID in the chain of evolution.
- setPrevious(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
- setProof(ByzCoinProto.Proof) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- setProof(ByzCoinProto.Proof.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
- setProposals(int, PoPProto.PopDesc) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- setProposals(int, PoPProto.PopDesc.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
repeated .pop.PopDesc proposals = 1;
- setPropose(CiscProto.Data) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- setPropose(CiscProto.Data.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
optional .cisc.Data propose = 2;
- setPropose(CiscProto.Data) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- setPropose(CiscProto.Data.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
optional .cisc.Data propose = 1;
- setProposed(CiscProto.Data) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- setProposed(CiscProto.Data.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
optional .cisc.Data proposed = 2;
- setPublic(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
required bytes public = 2;
- setPublic(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
required bytes public = 1;
- setPublic(ByteString) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
required bytes public = 1;
- setPublic(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
required bytes public = 1;
- setPublic(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
required bytes public = 2;
- setPublic(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
required bytes public = 1;
- setPublics(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
repeated bytes publics = 3;
- setPubstr(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string pubstr = 3;
- setPubstrBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string pubstr = 3;
- setQuestid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
QuestID is the ID of the questionnaire to be replied.
- setQuestid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
QuestID indicates which questionnaire
- setQuestionnaire(Personhood.Questionnaire) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- setQuestionnaire(Personhood.Questionnaire.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
Questionnaire is the questionnaire to be stored.
- setQuestionnaires(int, Personhood.Questionnaire) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- setQuestionnaires(int, Personhood.Questionnaire.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
Questionnaires is a slice of questionnaires, with the highest balance first.
- setQuestions(int, String) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Questions is a slice of texts that will be presented
- setRead(ByzCoinProto.Proof) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- setRead(ByzCoinProto.Proof.Builder) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Read is the proof that he has been accepted to read the secret.
- setReader(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
Reader that will receive the reward
- setReaderid(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
ReaderID of the reading account, to skip messages created by this reader
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- setReplies(int, int) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
Replies is a slice of answers, up to Questionnaire.Replies
- setReplies(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Replies indicates how many answers the player can chose.
- setReply(String) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
required string reply = 1;
- setReplyBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
required string reply = 1;
- setResponse(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
required bytes response = 2;
- setReturnuncomplete(boolean) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
optional bool returnuncomplete = 2;
- setReward(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Reward for reading this messgae.
- setReward(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Reward for replying to one questionnaire
- setRewarded(boolean) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
Rewarded is true if this is the first time the message has been read
by this reader.
- setRewards(int, long) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Rewards
- setRight(ByteString) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
required bytes right = 2;
- setRight(CollectionProto.Dump) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- setRight(CollectionProto.Dump.Builder) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
required .collection.Dump right = 2;
- setRoot(CollectionProto.Dump) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- setRoot(CollectionProto.Dump.Builder) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Root is the root node
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
required .onet.Roster roster = 2;
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Roster defines which nodes participate in the skipchain.
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
Roster is the list of nodes that should participate in the DKG.
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Roster is the new proposed roster - nil if the old is to be used
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
Roster of all responsible conodes for that party.
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
optional .onet.Roster roster = 2;
- setRoster(OnetProto.Roster) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- setRoster(OnetProto.Roster.Builder) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
required .onet.Roster roster = 10;
- setRule(String, byte[]) - Method in class ch.epfl.dedis.lib.darc.Darc
-
Sets a rule to be the action/expression pair.
- setRules(DarcProto.Rules) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- setRules(DarcProto.Rules.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Rules map an action to an expression.
- setSchnsig(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
SchnSig is optional; one of Public or SchnSig must be set.
- setSecret(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
required bytes secret = 2;
- setServeridentity(NetworkProto.ServerIdentity) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- setServeridentity(NetworkProto.ServerIdentity.Builder) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
optional .network.ServerIdentity serveridentity = 2;
- setService(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
Public key of service - can be nil.
- setSig(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
authentication via Linkable Ring Signature
- setSig(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required bytes sig = 4;
- setSig(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
required bytes sig = 2;
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required bytes signature = 3;
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
The signature itself
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
required bytes signature = 3;
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
Signature is created by all conodes responsible for that pop-party
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
required bytes signature = 2;
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
required bytes signature = 2;
- setSignature(ByteString) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
Signature proves that the organizer updated the keys
- setSignature(SkipchainProto.ByzcoinSig) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- setSignature(SkipchainProto.ByzcoinSig.Builder) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required .skipchain.ByzcoinSig signature = 4;
- setSignatures(List<Signature>) - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
Setter for the signatures.
- setSignatures(List<byte[]>) - Method in class ch.epfl.dedis.lib.darc.Request
-
The setter for signatures.
- setSignatures(int, DarcProto.Signature) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- setSignatures(int, DarcProto.Signature.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Signatures that are verified using the Darc controlling access to the instance.
- setSignatures(int, DarcProto.Signature) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- setSignatures(int, DarcProto.Signature.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Signature is calculated on the Request-representation of the darc.
- setSignatures(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
repeated bytes signatures = 5;
- setSigner(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required string signer = 2;
- setSigner(DarcProto.Identity) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- setSigner(DarcProto.Identity.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
Signer is the Idenity (public key or another Darc) of the signer
- setSigner(DarcProto.Signer) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- setSigner(DarcProto.Signer.Builder) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
Signer can call Invoke on the PartyInstance.
- setSigner(DarcProto.Signer) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- setSigner(DarcProto.Signer.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
required .darc.Signer signer = 1;
- setSigner(DarcProto.Signer) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- setSigner(DarcProto.Signer.Builder) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
required .darc.Signer signer = 2;
- setSignerBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
required string signer = 2;
- setSkipblock(SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- setSkipblock(SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Skipblock of the created skipchain or empty if there was an error.
- setSkipchainid(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
SkipchainID is the hash of the first skipblock
- setSpawn(ByzCoinProto.Spawn) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- setSpawn(ByzCoinProto.Spawn.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
Spawn creates a new instance.
- setStart(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
Start of the messages returned
- setStart(int) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
Start of the answer.
- setState(int) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
- setStateaction(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
StateAction can be any of Create, Update, Remove
- setStatechangeshash(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
- setSteps(int, CollectionProto.Step) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- setSteps(int, CollectionProto.Step.Builder) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
Steps are the steps to go from root to key
- setSubject(String) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- setSubjectBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Subject is one of the fields always visible, even if the client did not
chose to read the message.
- setSubjects(int, String) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
Subjects of the messages
- setSum(int, int) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
Sum is the sum of all replies for a given index of the questions.
- setTag(String) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string tag = 2;
- setTagBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
required string tag = 2;
- setText(String) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Text, can be any length of text of the message.
- setTextBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
Text, can be any length of text of the message.
- setThreshold(int) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
Threshold of how many devices need to sign to accept the new block
- setTimestamp(long) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
Timestamp is a Unix timestamp in nanoseconds.
- setTitle(String) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Title of the poll
- setTitleBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
Title of the poll
- setTo(long) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where When is <= To.
- setTo(ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
required bytes to = 2;
- setTopic(String) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string topic = 2;
- setTopic(String) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where Event.Topic == Topic, if Topic != "".
- setTopicBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required string topic = 2;
- setTopicBytes(ByteString) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
Return events where Event.Topic == Topic, if Topic != "".
- setTopup(long) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
Topup is the amount of coins to put there.
- setTransaction(ByzCoinProto.ClientTransaction) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- setTransaction(ByzCoinProto.ClientTransaction.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Transaction to be applied to the kv-store
- setTruncated(boolean) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
Events does not contain all the results.
- setTxresults(int, ByzCoinProto.TxResult) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- setTxresults(int, ByzCoinProto.TxResult.Builder) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
repeated .byzcoin.TxResult txresults = 1;
- setType(int) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
What type of authentication we're doing
- setType(int) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
required sint32 type = 1;
- setU(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
U is the encrypted random value for the ElGamal encryption
- setUbar(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
Ubar, E and f will be used by the server to verify the writer did
correctly encrypt the key.
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ChainConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorizationResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.ClientTransaction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataBody.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Delete.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Invoke.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Proof.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Spawn.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StreamingResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.TxResult.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTS.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublic.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Calypso.Write.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Authenticate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentityReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Data.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.DataUpdateReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.Device.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.IDBlock.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PinRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.PropagateIdentity.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeSend.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeUpdateReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVoteReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CiscProto.UpdateSkipBlock.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Children.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Proof.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Step.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityDarc.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityEd25519.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.IdentityX509EC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Request.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rule.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Rules.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signature.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerEd25519.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.DarcProto.SignerX509EC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.SearchResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.NetworkProto.ServerIdentity.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Roster.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.OnetProto.Status.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.AnswerQuestionnaire.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.LinkPoP.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnairesReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.Message.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.Party.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.Questionnaire.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.ReadMessageReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.RegisterQuestionnaire.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.SendMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.StringReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.Personhood.TopupQuestionnaire.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.CheckConfigReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FetchRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatements.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetFinalStatementsReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceID.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetInstanceIDReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeys.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetKeysReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLink.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetLinkReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposals.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetProposalsReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSigner.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeConfigReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PinRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopDesc.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.ShortDesc.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfigReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceID.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreInstanceIDReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeysReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.StoreSignerReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLink.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.PoPProto.VerifyLinkReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.Exception.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetSingleBlock.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChain.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SchnorrSig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Request.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class ch.epfl.dedis.lib.proto.StatusProto.Response.Builder
-
- setUpdate(int, SkipchainProto.SkipBlock) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- setUpdate(int, SkipchainProto.SkipBlock.Builder) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.GetUpdateChainReply.Builder
-
update is the shortest path from the requested block to the latest
block.
- setUsers(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.Personhood.Reply.Builder
-
TODO: replace this with a linkable ring signature
- setValue(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Argument.Builder
-
Value must be binary marshalled
- setValue(long) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.Coin.Builder
-
Value is the total number of coins of that type.
- setValue(ByteString) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange.Builder
-
Value is the data needed by the contract
- setValues(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.CollectionProto.Dump.Builder
-
repeated bytes values = 2;
- setVerificationdarcs(int, DarcProto.Darc) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- setVerificationdarcs(int, DarcProto.Darc.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
- setVerifiers(int, ByteString) - Method in class ch.epfl.dedis.lib.proto.SkipchainProto.SkipBlock.Builder
-
repeated bytes verifiers = 6;
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest.Builder
-
Version of the protocol
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxResponse.Builder
-
Version of the protocol
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CheckAuthorization.Builder
-
Version of the protocol
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlock.Builder
-
Version of the protocol
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse.Builder
-
Version of the protocol
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProof.Builder
-
Version of the protocol
- setVersion(int) - Method in class ch.epfl.dedis.lib.proto.ByzCoinProto.GetProofResponse.Builder
-
Version of the protocol
- setVersion(long) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Darc.Builder
-
Version should be monotonically increasing over the evolution of a
Darc.
- setWhen(long) - Method in class ch.epfl.dedis.lib.proto.EventLogProto.Event.Builder
-
required sint64 when = 1;
- setWrite(ByzCoinProto.Proof) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- setWrite(ByzCoinProto.Proof.Builder) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKey.Builder
-
Write is the proof containing the write request.
- setWrite(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes write = 1;
- setX(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.CreateLTSReply.Builder
-
X is the public key of the LTS.
- setX(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
X is the aggregate public key of the LTS used.
- setX(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.SharedPublicReply.Builder
-
X is the distributed public key.
- setX509Ec(DarcProto.IdentityX509EC) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- setX509Ec(DarcProto.IdentityX509EC.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Identity.Builder
-
Public-key identity
- setX509Ec(DarcProto.SignerX509EC) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- setX509Ec(DarcProto.SignerX509EC.Builder) - Method in class ch.epfl.dedis.lib.proto.DarcProto.Signer.Builder
-
optional .darc.SignerX509EC x509ec = 2;
- setXc(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.Read.Builder
-
required bytes xc = 2;
- setXhatenc(ByteString) - Method in class ch.epfl.dedis.lib.proto.Calypso.DecryptKeyReply.Builder
-
XhatEnc is the random part of the encryption.
- Sha256id - Class in ch.epfl.dedis.lib
-
- Sha256id(ByteString) - Constructor for class ch.epfl.dedis.lib.Sha256id
-
- Sha256id(byte[]) - Constructor for class ch.epfl.dedis.lib.Sha256id
-
- SIG_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.CreateIdentity
-
- SIG_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.StoreKeys
-
- SIG_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.ByzcoinSig
-
- sign(byte[]) - Method in interface ch.epfl.dedis.byzgen.User
-
sign request.
- sign(byte[]) - Method in interface ch.epfl.dedis.lib.darc.Signer
-
Signs the sha256 hash of the message.
- sign(byte[]) - Method in class ch.epfl.dedis.lib.darc.SignerEd25519
-
Signs the sha256 hash of the message.
- sign(byte[]) - Method in class ch.epfl.dedis.lib.darc.SignerX509EC
-
Signs the sha256 hash of the message.
- Signature - Class in ch.epfl.dedis.lib.darc
-
Signature is a darc signature that holds the schnorr signature itself and
the identity of the signer.
- Signature(byte[], Identity) - Constructor for class ch.epfl.dedis.lib.darc.Signature
-
- Signature(DarcProto.Signature) - Constructor for class ch.epfl.dedis.lib.darc.Signature
-
- signature - Variable in class ch.epfl.dedis.lib.darc.Signature
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.FinalizeRequest
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.FinalStatement
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.MergeRequest
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.StoreConfig
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.StoreKeys
-
- SIGNATURE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.SkipchainProto.ForwardLink
-
- SIGNATURES_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- SIGNATURES_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.DarcProto.Darc
-
- SIGNATURES_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.DarcProto.Request
-
- signBy(DarcId, List<Signer>) - Method in class ch.epfl.dedis.byzcoin.transaction.Instruction
-
Have a list of signers sign the instruction.
- signer - Variable in class ch.epfl.dedis.lib.darc.Signature
-
- Signer - Interface in ch.epfl.dedis.lib.darc
-
- Signer.SignRequestRejectedException - Exception in ch.epfl.dedis.lib.darc
-
- SIGNER_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.ProposeVote
-
- SIGNER_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.DarcProto.Signature
-
- SIGNER_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Personhood.Party
-
- SIGNER_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.GetSignerReply
-
- SIGNER_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.StoreSigner
-
- SignerEd25519 - Class in ch.epfl.dedis.lib.darc
-
- SignerEd25519() - Constructor for class ch.epfl.dedis.lib.darc.SignerEd25519
-
Constructor for signer.
- SignerEd25519(byte[]) - Constructor for class ch.epfl.dedis.lib.darc.SignerEd25519
-
Creates a new signer from a slice of bytes.
- SignerFactory - Class in ch.epfl.dedis.lib.darc
-
- SignerFactory() - Constructor for class ch.epfl.dedis.lib.darc.SignerFactory
-
- SignerX509EC - Class in ch.epfl.dedis.lib.darc
-
SignerX509EC represents a keycard that holds its private key and can only be used to sign
but which will not reveal its private key.
- SignerX509EC() - Constructor for class ch.epfl.dedis.lib.darc.SignerX509EC
-
- SignRequestRejectedException(String, Throwable) - Constructor for exception ch.epfl.dedis.lib.darc.Signer.SignRequestRejectedException
-
- SkipBlock - Class in ch.epfl.dedis.lib
-
SkipBlock is a wrapper around the protobuf SkipBlock class.
- SkipBlock(SkipchainProto.SkipBlock) - Constructor for class ch.epfl.dedis.lib.SkipBlock
-
- SkipBlock(byte[]) - Constructor for class ch.epfl.dedis.lib.SkipBlock
-
- SKIPBLOCK_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.CreateGenesisBlockResponse
-
- SkipblockId - Class in ch.epfl.dedis.lib
-
This class represents a SkipblockId, which is a sha256-hash of
the static fields of the skipblock.
- SkipblockId(byte[]) - Constructor for class ch.epfl.dedis.lib.SkipblockId
-
- SkipblockId(ByteString) - Constructor for class ch.epfl.dedis.lib.SkipblockId
-
- SKIPCHAINID_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.AddTxRequest
-
- SkipchainProto - Class in ch.epfl.dedis.lib.proto
-
- SkipchainProto.ByzcoinSig - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.ByzcoinSig
- SkipchainProto.ByzcoinSig.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.ByzcoinSig
- SkipchainProto.ByzcoinSigOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.Exception - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.Exception
- SkipchainProto.Exception.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.Exception
- SkipchainProto.ExceptionOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.ForwardLink - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.ForwardLink
- SkipchainProto.ForwardLink.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.ForwardLink
- SkipchainProto.ForwardLinkOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.GetSingleBlock - Class in ch.epfl.dedis.lib.proto
-
GetSingleBlock asks for a single block.
- SkipchainProto.GetSingleBlock.Builder - Class in ch.epfl.dedis.lib.proto
-
GetSingleBlock asks for a single block.
- SkipchainProto.GetSingleBlockOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.GetUpdateChain - Class in ch.epfl.dedis.lib.proto
-
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 - Class in ch.epfl.dedis.lib.proto
-
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 - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.GetUpdateChainReply - Class in ch.epfl.dedis.lib.proto
-
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
- SkipchainProto.GetUpdateChainReply.Builder - Class in ch.epfl.dedis.lib.proto
-
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
- SkipchainProto.GetUpdateChainReplyOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.SchnorrSig - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.SchnorrSig
- SkipchainProto.SchnorrSig.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.SchnorrSig
- SkipchainProto.SchnorrSigOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainProto.SkipBlock - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.SkipBlock
- SkipchainProto.SkipBlock.Builder - Class in ch.epfl.dedis.lib.proto
-
Protobuf type skipchain.SkipBlock
- SkipchainProto.SkipBlockOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- SkipchainRPC - Class in ch.epfl.dedis.skipchain
-
Implementing an interface to the skipchain service.
- SkipchainRPC(Roster, SkipblockId) - Constructor for class ch.epfl.dedis.skipchain.SkipchainRPC
-
If the skipchain is already initialised, this constructor will only
initialise the class.
- Spawn - Class in ch.epfl.dedis.byzcoin.transaction
-
Spawn is an operation that an Instruction can take, it should be used for creating an object.
- Spawn(String, List<Argument>) - Constructor for class ch.epfl.dedis.byzcoin.transaction.Spawn
-
Constructor for the spawn action.
- Spawn(ByzCoinProto.Spawn) - Constructor for class ch.epfl.dedis.byzcoin.transaction.Spawn
-
- SPAWN_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.Instruction
-
- spawnCalypsoRead(CalypsoRPC, List<Signer>) - Method in class ch.epfl.dedis.calypso.WriteInstance
-
Spawns a new CalypsoRead instance for this Write Instance.
- spawnDarcAndWait(Darc, Signer, int) - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
Spawns a new darc from the given darcInstance.
- spawnInstance(String, Signer, List<Argument>) - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
Like spawnInstanceInstruction, but creates a ClientTransaction with only this instruction and sends it
to byzcoin.
- spawnInstanceAndWait(String, Signer, List<Argument>, int) - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
Like spawnInstance but waits for the instance to be stored in byzcoin.
- spawnInstanceInstruction(String, Signer, List<Argument>, int, int) - Method in class ch.epfl.dedis.byzcoin.contracts.DarcInstance
-
Creates an instruction for spawning an instance.
- spawnWrite(CalypsoRPC, DarcId, Signer) - Method in class ch.epfl.dedis.calypso.Document
-
Creates a new WriteInstance with the document stored in it.
- START_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Personhood.ListMessages
-
- START_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Personhood.ListQuestionnaires
-
- STATE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.PoPProto.PopPartyInstance
-
- STATEACTION_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.StateChange
-
- STATECHANGESHASH_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.ByzCoinProto.DataHeader
-
- STATUS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.StatusProto.Response
-
- StatusProto - Class in ch.epfl.dedis.lib.proto
-
- StatusProto.Request - Class in ch.epfl.dedis.lib.proto
-
Request is what the Status service is expected to receive from clients.
- StatusProto.Request.Builder - Class in ch.epfl.dedis.lib.proto
-
Request is what the Status service is expected to receive from clients.
- StatusProto.RequestOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- StatusProto.Response - Class in ch.epfl.dedis.lib.proto
-
Response is what the Status service will reply to clients.
- StatusProto.Response.Builder - Class in ch.epfl.dedis.lib.proto
-
Response is what the Status service will reply to clients.
- StatusProto.ResponseOrBuilder - Interface in ch.epfl.dedis.lib.proto
-
- StatusRPC - Class in ch.epfl.dedis.status
-
The RPC to get the status of a conode.
- StatusRPC() - Constructor for class ch.epfl.dedis.status.StatusRPC
-
- STEPS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CollectionProto.Proof
-
- STORAGE_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.CiscProto.Data
-
- sub(Scalar) - Method in class ch.epfl.dedis.lib.crypto.Ed25519Scalar
-
- sub(Scalar) - Method in interface ch.epfl.dedis.lib.crypto.Scalar
-
- SUBJECT_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Personhood.Message
-
- SUBJECTS_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Personhood.ListMessagesReply
-
- subscribeSkipBlock(Subscription.SkipBlockReceiver) - Method in class ch.epfl.dedis.byzcoin.ByzCoinRPC
-
Subscribes to all new skipBlocks that might arrive.
- subscribeSkipBlock(Subscription.SkipBlockReceiver) - Method in class ch.epfl.dedis.byzcoin.Subscription
-
Subscribes the receiver to the service.
- Subscription - Class in ch.epfl.dedis.byzcoin
-
Subscription class for ByzCoin.
- Subscription(ByzCoinRPC) - Constructor for class ch.epfl.dedis.byzcoin.Subscription
-
Starts a subscription service, but doesn't call the polling yet.
- Subscription.SkipBlockReceiver - Interface in ch.epfl.dedis.byzcoin
-
A SkipBlockReceiver will be informed on any new block arriving.
- SUM_FIELD_NUMBER - Static variable in class ch.epfl.dedis.lib.proto.Personhood.Reply
-
- symmetricKey - Variable in class ch.epfl.dedis.calypso.Encryption.keyIv
-