Interface DistinguishedNameOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DistinguishedName, DistinguishedName.Builder

    public interface DistinguishedNameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCommonName()
      string common_name = 2;
      com.google.protobuf.ByteString getCommonNameBytes()
      string common_name = 2;
      java.lang.String getOrganization()
      string organization = 1;
      com.google.protobuf.ByteString getOrganizationBytes()
      string organization = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOrganization

        java.lang.String getOrganization()
        string organization = 1;
        Returns:
        The organization.
      • getOrganizationBytes

        com.google.protobuf.ByteString getOrganizationBytes()
        string organization = 1;
        Returns:
        The bytes for organization.
      • getCommonName

        java.lang.String getCommonName()
        string common_name = 2;
        Returns:
        The commonName.
      • getCommonNameBytes

        com.google.protobuf.ByteString getCommonNameBytes()
        string common_name = 2;
        Returns:
        The bytes for commonName.