Class FileBasedSslContextFactory.FileBasedStoreContext

java.lang.Object
org.apache.cassandra.security.FileBasedSslContextFactory.FileBasedStoreContext
Enclosing class:
FileBasedSslContextFactory

protected static class FileBasedSslContextFactory.FileBasedStoreContext extends Object
  • Field Details

    • checkedExpiry

      public volatile boolean checkedExpiry
    • filePath

      public String filePath
    • password

      public String password
  • Constructor Details

    • FileBasedStoreContext

      public FileBasedStoreContext(String keystore, String keystorePassword)
  • Method Details

    • hasKeystore

      protected boolean hasKeystore()
    • passwordMatchesIfPresent

      protected boolean passwordMatchesIfPresent(String keyPassword)