public static interface AuthProxProto.EnrollRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer()
required string issuer = 2; |
com.google.protobuf.ByteString |
getIssuerBytes()
required string issuer = 2; |
AuthProxProto.PriShare |
getLongpri()
required .authprox.PriShare longpri = 4; |
AuthProxProto.PriShareOrBuilder |
getLongpriOrBuilder()
required .authprox.PriShare longpri = 4; |
com.google.protobuf.ByteString |
getLongpubs(int index)
repeated bytes longpubs = 5; |
int |
getLongpubsCount()
repeated bytes longpubs = 5; |
List<com.google.protobuf.ByteString> |
getLongpubsList()
repeated bytes longpubs = 5; |
com.google.protobuf.ByteString |
getParticipants(int index)
repeated bytes participants = 3; |
int |
getParticipantsCount()
repeated bytes participants = 3; |
List<com.google.protobuf.ByteString> |
getParticipantsList()
repeated bytes participants = 3; |
String |
getType()
required string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 1; |
boolean |
hasIssuer()
required string issuer = 2; |
boolean |
hasLongpri()
required .authprox.PriShare longpri = 4; |
boolean |
hasType()
required string type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required string type = 1;String getType()
required string type = 1;com.google.protobuf.ByteString getTypeBytes()
required string type = 1;boolean hasIssuer()
required string issuer = 2;String getIssuer()
required string issuer = 2;com.google.protobuf.ByteString getIssuerBytes()
required string issuer = 2;List<com.google.protobuf.ByteString> getParticipantsList()
repeated bytes participants = 3;int getParticipantsCount()
repeated bytes participants = 3;com.google.protobuf.ByteString getParticipants(int index)
repeated bytes participants = 3;boolean hasLongpri()
required .authprox.PriShare longpri = 4;AuthProxProto.PriShare getLongpri()
required .authprox.PriShare longpri = 4;AuthProxProto.PriShareOrBuilder getLongpriOrBuilder()
required .authprox.PriShare longpri = 4;List<com.google.protobuf.ByteString> getLongpubsList()
repeated bytes longpubs = 5;int getLongpubsCount()
repeated bytes longpubs = 5;com.google.protobuf.ByteString getLongpubs(int index)
repeated bytes longpubs = 5;Copyright © 2018. All rights reserved.