public static interface AuthProxProto.SignatureRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAuthinfo()
required bytes authinfo = 3; |
String |
getIssuer()
required string issuer = 2; |
com.google.protobuf.ByteString |
getIssuerBytes()
required string issuer = 2; |
com.google.protobuf.ByteString |
getMessage()
required bytes message = 6; |
AuthProxProto.PriShare |
getRandpri()
required .authprox.PriShare randpri = 4; |
AuthProxProto.PriShareOrBuilder |
getRandpriOrBuilder()
required .authprox.PriShare randpri = 4; |
com.google.protobuf.ByteString |
getRandpubs(int index)
repeated bytes randpubs = 5; |
int |
getRandpubsCount()
repeated bytes randpubs = 5; |
List<com.google.protobuf.ByteString> |
getRandpubsList()
repeated bytes randpubs = 5; |
String |
getType()
required string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 1; |
boolean |
hasAuthinfo()
required bytes authinfo = 3; |
boolean |
hasIssuer()
required string issuer = 2; |
boolean |
hasMessage()
required bytes message = 6; |
boolean |
hasRandpri()
required .authprox.PriShare randpri = 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;boolean hasAuthinfo()
required bytes authinfo = 3;com.google.protobuf.ByteString getAuthinfo()
required bytes authinfo = 3;boolean hasRandpri()
required .authprox.PriShare randpri = 4;AuthProxProto.PriShare getRandpri()
required .authprox.PriShare randpri = 4;AuthProxProto.PriShareOrBuilder getRandpriOrBuilder()
required .authprox.PriShare randpri = 4;List<com.google.protobuf.ByteString> getRandpubsList()
repeated bytes randpubs = 5;int getRandpubsCount()
repeated bytes randpubs = 5;com.google.protobuf.ByteString getRandpubs(int index)
repeated bytes randpubs = 5;boolean hasMessage()
required bytes message = 6;com.google.protobuf.ByteString getMessage()
required bytes message = 6;Copyright © 2019. All rights reserved.