public static interface PoPProto.StoreKeysOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getId()
ID is the ID of the party where we want to store intermediate keys
|
com.google.protobuf.ByteString |
getKeys(int index)
Keys is a list of public keys to store
|
int |
getKeysCount()
Keys is a list of public keys to store
|
List<com.google.protobuf.ByteString> |
getKeysList()
Keys is a list of public keys to store
|
com.google.protobuf.ByteString |
getSignature()
Signature proves that the organizer updated the keys
|
boolean |
hasId()
ID is the ID of the party where we want to store intermediate keys
|
boolean |
hasSignature()
Signature proves that the organizer updated the keys
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
ID is the ID of the party where we want to store intermediate keys
required bytes id = 1;com.google.protobuf.ByteString getId()
ID is the ID of the party where we want to store intermediate keys
required bytes id = 1;List<com.google.protobuf.ByteString> getKeysList()
Keys is a list of public keys to store
repeated bytes keys = 2;int getKeysCount()
Keys is a list of public keys to store
repeated bytes keys = 2;com.google.protobuf.ByteString getKeys(int index)
Keys is a list of public keys to store
repeated bytes keys = 2;boolean hasSignature()
Signature proves that the organizer updated the keys
required bytes signature = 3;com.google.protobuf.ByteString getSignature()
Signature proves that the organizer updated the keys
required bytes signature = 3;Copyright © 2018. All rights reserved.