public final class CiscProto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CiscProto.Authenticate
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
|
static interface |
CiscProto.AuthenticateOrBuilder |
static class |
CiscProto.CreateIdentity
CreateIdentity starts a new identity-skipchain with the initial
Data and asking all nodes in Roster to participate.
|
static interface |
CiscProto.CreateIdentityOrBuilder |
static class |
CiscProto.CreateIdentityReply
CreateIdentityReply is the reply when a new Identity has been added.
|
static interface |
CiscProto.CreateIdentityReplyOrBuilder |
static class |
CiscProto.Data
Data holds the information about all devices and the data stored in this
identity-blockchain.
|
static interface |
CiscProto.DataOrBuilder |
static class |
CiscProto.DataUpdate
DataUpdate verifies if a new update is available.
|
static interface |
CiscProto.DataUpdateOrBuilder |
static class |
CiscProto.DataUpdateReply
DataUpdateReply returns the updated data.
|
static interface |
CiscProto.DataUpdateReplyOrBuilder |
static class |
CiscProto.Device
Device is represented by a public key.
|
static interface |
CiscProto.DeviceOrBuilder |
static class |
CiscProto.IDBlock
IDBlock stores one identity together with the skipblocks.
|
static interface |
CiscProto.IDBlockOrBuilder |
static class |
CiscProto.PinRequest
PinRequest used for admin autentification
|
static interface |
CiscProto.PinRequestOrBuilder |
static class |
CiscProto.PropagateIdentity
PropagateIdentity sends a new identity to other identityServices
|
static interface |
CiscProto.PropagateIdentityOrBuilder |
static class |
CiscProto.ProposeSend
ProposeSend sends a new proposition to be stored in all identities.
|
static interface |
CiscProto.ProposeSendOrBuilder |
static class |
CiscProto.ProposeUpdate
ProposeUpdate verifies if new data is available.
|
static interface |
CiscProto.ProposeUpdateOrBuilder |
static class |
CiscProto.ProposeUpdateReply
ProposeUpdateReply returns the updated propose-data.
|
static interface |
CiscProto.ProposeUpdateReplyOrBuilder |
static class |
CiscProto.ProposeVote
ProposeVote sends the signature for a specific IdentityList.
|
static interface |
CiscProto.ProposeVoteOrBuilder |
static class |
CiscProto.ProposeVoteReply
ProposeVoteReply returns the signed new skipblock if the threshold of
votes have arrived.
|
static interface |
CiscProto.ProposeVoteReplyOrBuilder |
static class |
CiscProto.StoreKeys
StoreKeys used for setting autentification
|
static interface |
CiscProto.StoreKeysOrBuilder |
static class |
CiscProto.UpdateSkipBlock
UpdateSkipBlock asks the service to fetch the latest SkipBlock
|
static interface |
CiscProto.UpdateSkipBlockOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2019. All rights reserved.