public interface IdemixMSPConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEpoch()
epoch represents the current epoch (time interval) used for revocation
|
com.google.protobuf.ByteString |
getIpk()
ipk represents the (serialized) issuer public key
|
String |
getName()
Name holds the identifier of the MSP
|
com.google.protobuf.ByteString |
getNameBytes()
Name holds the identifier of the MSP
|
com.google.protobuf.ByteString |
getRevocationPk()
revocation_pk is the public key used for revocation of credentials
|
IdemixMSPSignerConfig |
getSigner()
signer may contain crypto material to configure a default signer
|
IdemixMSPSignerConfigOrBuilder |
getSignerOrBuilder()
signer may contain crypto material to configure a default signer
|
boolean |
hasSigner()
signer may contain crypto material to configure a default signer
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Name holds the identifier of the MSP
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
Name holds the identifier of the MSP
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getIpk()
ipk represents the (serialized) issuer public key
bytes ipk = 2 [json_name = "ipk"];
boolean hasSigner()
signer may contain crypto material to configure a default signer
.msp.IdemixMSPSignerConfig signer = 3 [json_name = "signer"];
IdemixMSPSignerConfig getSigner()
signer may contain crypto material to configure a default signer
.msp.IdemixMSPSignerConfig signer = 3 [json_name = "signer"];
IdemixMSPSignerConfigOrBuilder getSignerOrBuilder()
signer may contain crypto material to configure a default signer
.msp.IdemixMSPSignerConfig signer = 3 [json_name = "signer"];
com.google.protobuf.ByteString getRevocationPk()
revocation_pk is the public key used for revocation of credentials
bytes revocation_pk = 4 [json_name = "revocationPk"];
long getEpoch()
epoch represents the current epoch (time interval) used for revocation
int64 epoch = 5 [json_name = "epoch"];
Copyright © 2022. All rights reserved.