bereng commented on a change in pull request #1027:
URL: https://github.com/apache/cassandra/pull/1027#discussion_r667697785
##########
File path: src/java/org/apache/cassandra/config/EncryptionOptions.java
##########
@@ -93,8 +117,13 @@ public EncryptionOptions()
optional = null;
}
- public EncryptionOptions(String keystore, String keystore_password, String
truststore, String truststore_password, List<String> cipher_suites, String
protocol, List<String> accepted_protocols, String algorithm, String store_type,
boolean require_client_auth, boolean require_endpoint_verification, Boolean
enabled, Boolean optional)
+ public EncryptionOptions(ParameterizedClass ssl_context_factory, String
keystore, String keystore_password,
Review comment:
Formatting
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]