Package com.eventstore.dbclient
Class ClientCertificate
- java.lang.Object
-
- com.eventstore.dbclient.ClientCertificate
-
public final class ClientCertificate extends java.lang.ObjectHolds a certificate and key for authenticated requests.
-
-
Constructor Summary
Constructors Constructor Description ClientCertificate(java.lang.String certFile, java.lang.String keyFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetCertFile()Certificate for user authentication.java.lang.StringgetKeyFile()Certificate key for user authentication.inthashCode()
-
-
-
Method Detail
-
getCertFile
public java.lang.String getCertFile()
Certificate for user authentication.
-
getKeyFile
public java.lang.String getKeyFile()
Certificate key for user authentication.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-