类 GetSslCertificatesResponse

java.lang.Object
org.easysearch.client.security.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 Easysearch cluster. Returns a list of CertificateInfo objects describing each of the certificates.
  • 构造器详细资料

    • GetSslCertificatesResponse

      public GetSslCertificatesResponse​(java.util.List<CertificateInfo> certificates)
  • 方法详细资料

    • equals

      public boolean equals​(java.lang.Object o)
      覆盖:
      equals 在类中 java.lang.Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object
    • fromXContent

      public static GetSslCertificatesResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException
    • getCertificates

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