Package org.apache.cassandra.security
Class FileBasedSslContextFactory.FileBasedStoreContext
- java.lang.Object
-
- org.apache.cassandra.security.FileBasedSslContextFactory.FileBasedStoreContext
-
- Enclosing class:
- FileBasedSslContextFactory
protected static class FileBasedSslContextFactory.FileBasedStoreContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
checkedExpiry
java.lang.String
filePath
java.lang.String
password
-
Constructor Summary
Constructors Constructor Description FileBasedStoreContext(java.lang.String keystore, java.lang.String keystorePassword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
hasKeystore()
protected boolean
passwordMatchesIfPresent(java.lang.String keyPassword)
-