org.hyperledger.fabric.protos.msp.FabricOUIdentifierOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: msp/msp_config.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.msp;
public interface FabricOUIdentifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:msp.FabricOUIdentifier)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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"];
* @return The certificate.
*/
com.google.protobuf.ByteString getCertificate();
/**
*
* OrganizationUnitIdentifier defines the organizational unit under the
* MSP identified with MSPIdentifier
*
*
* string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
* @return The organizationalUnitIdentifier.
*/
java.lang.String getOrganizationalUnitIdentifier();
/**
*
* OrganizationUnitIdentifier defines the organizational unit under the
* MSP identified with MSPIdentifier
*
*
* string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
* @return The bytes for organizationalUnitIdentifier.
*/
com.google.protobuf.ByteString
getOrganizationalUnitIdentifierBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy