public interface SerializedIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getIdBytes()
the Identity, serialized according to the rules of its MPS
|
String |
getMspid()
The identifier of the associated membership service provider
|
com.google.protobuf.ByteString |
getMspidBytes()
The identifier of the associated membership service provider
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMspid()
The identifier of the associated membership service provider
string mspid = 1 [json_name = "mspid"];
com.google.protobuf.ByteString getMspidBytes()
The identifier of the associated membership service provider
string mspid = 1 [json_name = "mspid"];
com.google.protobuf.ByteString getIdBytes()
the Identity, serialized according to the rules of its MPS
bytes id_bytes = 2 [json_name = "idBytes"];
Copyright © 2022. All rights reserved.