cassandra-analytics-common/src/main/java/org/apache/cassandra/secrets/SslConfig.java [56:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    protected String secretsPath;
    protected String keyStorePath;
    protected String base64EncodedKeyStore;
    protected String keyStorePassword;
    protected String keyStoreType;
    protected String trustStorePath;
    protected String base64EncodedTrustStore;
    protected String trustStorePassword;
    protected String trustStoreType;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cassandra-analytics-common/src/main/java/org/apache/cassandra/secrets/SslConfig.java [282:290]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        protected String secretsPath;
        protected String keyStorePath;
        protected String base64EncodedKeyStore;
        protected String keyStorePassword;
        protected String keyStoreType;
        protected String trustStorePath;
        protected String base64EncodedTrustStore;
        protected String trustStorePassword;
        protected String trustStoreType;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



