Interface CertificateDetailsOrBuilder

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

public interface CertificateDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPath

      String getPath()
       Path of the certificate.
       
      string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       Path of the certificate.
       
      string path = 1;
      Returns:
      The bytes for path.
    • getSerialNumber

      String getSerialNumber()
       Certificate Serial Number.
       
      string serial_number = 2;
      Returns:
      The serialNumber.
    • getSerialNumberBytes

      com.google.protobuf.ByteString getSerialNumberBytes()
       Certificate Serial Number.
       
      string serial_number = 2;
      Returns:
      The bytes for serialNumber.
    • getSubjectAltNamesList

      List<SubjectAlternateName> getSubjectAltNamesList()
       List of Subject Alternate names.
       
      repeated .envoy.admin.v3.SubjectAlternateName subject_alt_names = 3;
    • getSubjectAltNames

      SubjectAlternateName getSubjectAltNames(int index)
       List of Subject Alternate names.
       
      repeated .envoy.admin.v3.SubjectAlternateName subject_alt_names = 3;
    • getSubjectAltNamesCount

      int getSubjectAltNamesCount()
       List of Subject Alternate names.
       
      repeated .envoy.admin.v3.SubjectAlternateName subject_alt_names = 3;
    • getSubjectAltNamesOrBuilderList

      List<? extends SubjectAlternateNameOrBuilder> getSubjectAltNamesOrBuilderList()
       List of Subject Alternate names.
       
      repeated .envoy.admin.v3.SubjectAlternateName subject_alt_names = 3;
    • getSubjectAltNamesOrBuilder

      SubjectAlternateNameOrBuilder getSubjectAltNamesOrBuilder(int index)
       List of Subject Alternate names.
       
      repeated .envoy.admin.v3.SubjectAlternateName subject_alt_names = 3;
    • getDaysUntilExpiration

      long getDaysUntilExpiration()
       Minimum of days until expiration of certificate and it's chain.
       
      uint64 days_until_expiration = 4;
      Returns:
      The daysUntilExpiration.
    • hasValidFrom

      boolean hasValidFrom()
       Indicates the time from which the certificate is valid.
       
      .google.protobuf.Timestamp valid_from = 5;
      Returns:
      Whether the validFrom field is set.
    • getValidFrom

      com.google.protobuf.Timestamp getValidFrom()
       Indicates the time from which the certificate is valid.
       
      .google.protobuf.Timestamp valid_from = 5;
      Returns:
      The validFrom.
    • getValidFromOrBuilder

      com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()
       Indicates the time from which the certificate is valid.
       
      .google.protobuf.Timestamp valid_from = 5;
    • hasExpirationTime

      boolean hasExpirationTime()
       Indicates the time at which the certificate expires.
       
      .google.protobuf.Timestamp expiration_time = 6;
      Returns:
      Whether the expirationTime field is set.
    • getExpirationTime

      com.google.protobuf.Timestamp getExpirationTime()
       Indicates the time at which the certificate expires.
       
      .google.protobuf.Timestamp expiration_time = 6;
      Returns:
      The expirationTime.
    • getExpirationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
       Indicates the time at which the certificate expires.
       
      .google.protobuf.Timestamp expiration_time = 6;
    • hasOcspDetails

      boolean hasOcspDetails()
       Details related to the OCSP response associated with this certificate, if any.
       
      .envoy.admin.v3.CertificateDetails.OcspDetails ocsp_details = 7;
      Returns:
      Whether the ocspDetails field is set.
    • getOcspDetails

       Details related to the OCSP response associated with this certificate, if any.
       
      .envoy.admin.v3.CertificateDetails.OcspDetails ocsp_details = 7;
      Returns:
      The ocspDetails.
    • getOcspDetailsOrBuilder

      CertificateDetails.OcspDetailsOrBuilder getOcspDetailsOrBuilder()
       Details related to the OCSP response associated with this certificate, if any.
       
      .envoy.admin.v3.CertificateDetails.OcspDetails ocsp_details = 7;