public static interface CiscProto.CreateIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CiscProto.Data |
getData()
Data is the first data that will be stored in the genesis-block.
|
CiscProto.DataOrBuilder |
getDataOrBuilder()
Data is the first data that will be stored in the genesis-block.
|
com.google.protobuf.ByteString |
getNonce()
Nonce plays in this case message of authentication
|
com.google.protobuf.ByteString |
getSchnsig()
SchnSig is optional; one of Public or SchnSig must be set.
|
com.google.protobuf.ByteString |
getSig()
authentication via Linkable Ring Signature
|
int |
getType()
What type of authentication we're doing
|
boolean |
hasData()
Data is the first data that will be stored in the genesis-block.
|
boolean |
hasNonce()
Nonce plays in this case message of authentication
|
boolean |
hasSchnsig()
SchnSig is optional; one of Public or SchnSig must be set.
|
boolean |
hasSig()
authentication via Linkable Ring Signature
|
boolean |
hasType()
What type of authentication we're doing
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasData()
Data is the first data that will be stored in the genesis-block. It should contain the roster and at least one public key
optional .cisc.Data data = 1;CiscProto.Data getData()
Data is the first data that will be stored in the genesis-block. It should contain the roster and at least one public key
optional .cisc.Data data = 1;CiscProto.DataOrBuilder getDataOrBuilder()
Data is the first data that will be stored in the genesis-block. It should contain the roster and at least one public key
optional .cisc.Data data = 1;boolean hasType()
What type of authentication we're doing
required sint32 type = 2;int getType()
What type of authentication we're doing
required sint32 type = 2;boolean hasSchnsig()
SchnSig is optional; one of Public or SchnSig must be set.
optional bytes schnsig = 3;com.google.protobuf.ByteString getSchnsig()
SchnSig is optional; one of Public or SchnSig must be set.
optional bytes schnsig = 3;boolean hasSig()
authentication via Linkable Ring Signature
required bytes sig = 4;com.google.protobuf.ByteString getSig()
authentication via Linkable Ring Signature
required bytes sig = 4;boolean hasNonce()
Nonce plays in this case message of authentication
required bytes nonce = 5;com.google.protobuf.ByteString getNonce()
Nonce plays in this case message of authentication
required bytes nonce = 5;Copyright © 2019. All rights reserved.