public interface MSPConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getConfig()
Config is MSP dependent configuration info
|
int |
getType()
Type holds the type of the MSP; the default one would
be of type FABRIC implementing an X.509 based provider
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getType()
Type holds the type of the MSP; the default one would be of type FABRIC implementing an X.509 based provider
int32 type = 1 [json_name = "type"];
com.google.protobuf.ByteString getConfig()
Config is MSP dependent configuration info
bytes config = 2 [json_name = "config"];
Copyright © 2022. All rights reserved.