Interface TLSProperties.CertificatePropertiesOrBuilder

    • Method Detail

      • getSubjectAltNameCount

        int getSubjectAltNameCount()
         SANs present in the certificate.
         
        repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
      • getSubject

        String getSubject()
         The subject field of the certificate.
         
        string subject = 2;
        Returns:
        The subject.
      • getSubjectBytes

        com.google.protobuf.ByteString getSubjectBytes()
         The subject field of the certificate.
         
        string subject = 2;
        Returns:
        The bytes for subject.