java.lang.Object
org.neo4j.driver.ClientCertificates
Creates new instances of 
ClientCertificate.- Since:
- 5.19
- 
Method SummaryModifier and TypeMethodDescriptionstatic ClientCertificatestatic ClientCertificateCreates a new instance ofClientCertificatewith certificateFile, private keyFileand key password.
- 
Method Details- 
of- Parameters:
- certificate- the certificate file, must not be null
- privateKey- the key file, must not be null
- Returns:
- the client certificate
 
- 
ofCreates a new instance ofClientCertificatewith certificateFile, private keyFileand key password.- Parameters:
- certificate- the certificate file, must not be null
- privateKey- the key file, must not be null
- password- the key password
- Returns:
- the client certificate
 
 
-