Class PemCertificateList


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

      • PemCertificateList

        public PemCertificateList()
    • Method Detail

      • certificates

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

        public PemCertificateList withCertificates​(List<String> certificates)
        Set the certificates property: PEM formatted public certificates. One certificate per entry.
        Parameters:
        certificates - the certificates value to set.
        Returns:
        the PemCertificateList object itself.