Class PemCertificateList

java.lang.Object
com.azure.media.videoanalyzer.edge.models.CertificateSource
com.azure.media.videoanalyzer.edge.models.PemCertificateList

public final class PemCertificateList extends CertificateSource
A list of PEM formatted certificates.
  • Constructor Details

    • PemCertificateList

      public PemCertificateList(List<String> certificates)
      Creates an instance of PemCertificateList class.
      Parameters:
      certificates - the certificates value to set.
  • Method Details

    • getCertificates

      public List<String> getCertificates()
      Get the certificates property: PEM formatted public certificates. One certificate per entry.
      Returns:
      the certificates value.