Interface TLSProperties.CertificatePropertiesOrBuilder

    • Method Detail

      • getSubjectAltNameList

        java.util.List<TLSProperties.CertificateProperties.SubjectAltName> getSubjectAltNameList()
         SANs present in the certificate.
         
        repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
      • getSubjectAltNameCount

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

        java.lang.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.
      • getIssuer

        java.lang.String getIssuer()
         The issuer field of the certificate.
         
        string issuer = 3;
        Returns:
        The issuer.
      • getIssuerBytes

        com.google.protobuf.ByteString getIssuerBytes()
         The issuer field of the certificate.
         
        string issuer = 3;
        Returns:
        The bytes for issuer.