java.lang.Object
org.neo4j.driver.ClientCertificates
Creates new instances of
ClientCertificate
.- Since:
- 5.19
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientCertificate
static ClientCertificate
Creates a new instance ofClientCertificate
with certificateFile
, private keyFile
and key password.
-
Method Details
-
of
- Parameters:
certificate
- the certificate file, must not be nullprivateKey
- the key file, must not be null- Returns:
- the client certificate
-
of
Creates a new instance ofClientCertificate
with certificateFile
, private keyFile
and key password.- Parameters:
certificate
- the certificate file, must not be nullprivateKey
- the key file, must not be nullpassword
- the key password- Returns:
- the client certificate
-