public interface FabricOUIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCertificate()
Certificate represents the second certificate in a certification chain.
|
String |
getOrganizationalUnitIdentifier()
OrganizationUnitIdentifier defines the organizational unit under the
MSP identified with MSPIdentifier
|
com.google.protobuf.ByteString |
getOrganizationalUnitIdentifierBytes()
OrganizationUnitIdentifier defines the organizational unit under the
MSP identified with MSPIdentifier
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getCertificate()
Certificate represents the second certificate in a certification chain. (Notice that the first certificate in a certification chain is supposed to be the certificate of an identity). It must correspond to the certificate of root or intermediate CA recognized by the MSP this message belongs to. Starting from this certificate, a certification chain is computed and bound to the OrganizationUnitIdentifier specified
bytes certificate = 1 [json_name = "certificate"];
String getOrganizationalUnitIdentifier()
OrganizationUnitIdentifier defines the organizational unit under the MSP identified with MSPIdentifier
string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
com.google.protobuf.ByteString getOrganizationalUnitIdentifierBytes()
OrganizationUnitIdentifier defines the organizational unit under the MSP identified with MSPIdentifier
string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
Copyright © 2022. All rights reserved.