Class GetSslCertificatesResponse


  • public final class GetSslCertificatesResponse
    extends java.lang.Object
    Response object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster. Returns a list of CertificateInfo objects describing each of the certificates.
    • Constructor Detail

      • GetSslCertificatesResponse

        public GetSslCertificatesResponse​(java.util.List<CertificateInfo> certificates)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getCertificates

        public java.util.List<CertificateInfo> getCertificates()