java.lang.Object
org.neo4j.driver.ClientCertificates
Creates new instances of
ClientCertificate.- Since:
- 5.19
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientCertificatestatic ClientCertificateCreates a new instance ofClientCertificatewith certificateFile, private keyFileand 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 ofClientCertificatewith certificateFile, private keyFileand 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
-