Interface SubjectOrBuilder

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

    public interface SubjectOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCommonName

        String getCommonName()
         The "common name" of the subject.
         
        string common_name = 1;
        Returns:
        The commonName.
      • getCommonNameBytes

        com.google.protobuf.ByteString getCommonNameBytes()
         The "common name" of the subject.
         
        string common_name = 1;
        Returns:
        The bytes for commonName.
      • getCountryCode

        String getCountryCode()
         The country code of the subject.
         
        string country_code = 2;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         The country code of the subject.
         
        string country_code = 2;
        Returns:
        The bytes for countryCode.
      • getOrganization

        String getOrganization()
         The organization of the subject.
         
        string organization = 3;
        Returns:
        The organization.
      • getOrganizationBytes

        com.google.protobuf.ByteString getOrganizationBytes()
         The organization of the subject.
         
        string organization = 3;
        Returns:
        The bytes for organization.
      • getOrganizationalUnit

        String getOrganizationalUnit()
         The organizational_unit of the subject.
         
        string organizational_unit = 4;
        Returns:
        The organizationalUnit.
      • getOrganizationalUnitBytes

        com.google.protobuf.ByteString getOrganizationalUnitBytes()
         The organizational_unit of the subject.
         
        string organizational_unit = 4;
        Returns:
        The bytes for organizationalUnit.
      • getLocality

        String getLocality()
         The locality or city of the subject.
         
        string locality = 5;
        Returns:
        The locality.
      • getLocalityBytes

        com.google.protobuf.ByteString getLocalityBytes()
         The locality or city of the subject.
         
        string locality = 5;
        Returns:
        The bytes for locality.
      • getProvince

        String getProvince()
         The province, territory, or regional state of the subject.
         
        string province = 6;
        Returns:
        The province.
      • getProvinceBytes

        com.google.protobuf.ByteString getProvinceBytes()
         The province, territory, or regional state of the subject.
         
        string province = 6;
        Returns:
        The bytes for province.
      • getStreetAddress

        String getStreetAddress()
         The street address of the subject.
         
        string street_address = 7;
        Returns:
        The streetAddress.
      • getStreetAddressBytes

        com.google.protobuf.ByteString getStreetAddressBytes()
         The street address of the subject.
         
        string street_address = 7;
        Returns:
        The bytes for streetAddress.
      • getPostalCode

        String getPostalCode()
         The postal code of the subject.
         
        string postal_code = 8;
        Returns:
        The postalCode.
      • getPostalCodeBytes

        com.google.protobuf.ByteString getPostalCodeBytes()
         The postal code of the subject.
         
        string postal_code = 8;
        Returns:
        The bytes for postalCode.