public interface IdemixMSPSignerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCred()
cred represents the serialized idemix credential of the default signer
|
com.google.protobuf.ByteString |
getCredentialRevocationInformation()
credential_revocation_information contains a serialized CredentialRevocationInformation
|
String |
getEnrollmentId()
enrollment_id contains the enrollment id of this signer
|
com.google.protobuf.ByteString |
getEnrollmentIdBytes()
enrollment_id contains the enrollment id of this signer
|
String |
getOrganizationalUnitIdentifier()
organizational_unit_identifier defines the organizational unit the default signer is in
|
com.google.protobuf.ByteString |
getOrganizationalUnitIdentifierBytes()
organizational_unit_identifier defines the organizational unit the default signer is in
|
int |
getRole()
role defines whether the default signer is admin, peer, member or client
|
com.google.protobuf.ByteString |
getSk()
sk is the secret key of the default signer, corresponding to credential Cred
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getCred()
cred represents the serialized idemix credential of the default signer
bytes cred = 1 [json_name = "cred"];
com.google.protobuf.ByteString getSk()
sk is the secret key of the default signer, corresponding to credential Cred
bytes sk = 2 [json_name = "sk"];
String getOrganizationalUnitIdentifier()
organizational_unit_identifier defines the organizational unit the default signer is in
string organizational_unit_identifier = 3 [json_name = "organizationalUnitIdentifier"];
com.google.protobuf.ByteString getOrganizationalUnitIdentifierBytes()
organizational_unit_identifier defines the organizational unit the default signer is in
string organizational_unit_identifier = 3 [json_name = "organizationalUnitIdentifier"];
int getRole()
role defines whether the default signer is admin, peer, member or client
int32 role = 4 [json_name = "role"];
String getEnrollmentId()
enrollment_id contains the enrollment id of this signer
string enrollment_id = 5 [json_name = "enrollmentId"];
com.google.protobuf.ByteString getEnrollmentIdBytes()
enrollment_id contains the enrollment id of this signer
string enrollment_id = 5 [json_name = "enrollmentId"];
com.google.protobuf.ByteString getCredentialRevocationInformation()
credential_revocation_information contains a serialized CredentialRevocationInformation
bytes credential_revocation_information = 6 [json_name = "credentialRevocationInformation"];
Copyright © 2022. All rights reserved.