Uses of Class
org.apache.cassandra.security.EncryptionContext
-
Packages that use EncryptionContext Package Description org.apache.cassandra.config org.apache.cassandra.db.commitlog org.apache.cassandra.security -
-
Uses of EncryptionContext in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return EncryptionContext Modifier and Type Method Description static EncryptionContextDatabaseDescriptor. getEncryptionContext()Methods in org.apache.cassandra.config with parameters of type EncryptionContext Modifier and Type Method Description static voidDatabaseDescriptor. setEncryptionContext(EncryptionContext ec) -
Uses of EncryptionContext in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that return EncryptionContext Modifier and Type Method Description EncryptionContextCommitLog.Configuration. getEncryptionContext()EncryptionContextCommitLogDescriptor. getEncryptionContext()Methods in org.apache.cassandra.db.commitlog with parameters of type EncryptionContext Modifier and Type Method Description static CommitLogDescriptorCommitLogDescriptor. fromHeader(File file, EncryptionContext encryptionContext)static CommitLogDescriptorCommitLogDescriptor. readHeader(java.io.DataInput input, EncryptionContext encryptionContext)Constructors in org.apache.cassandra.db.commitlog with parameters of type EncryptionContext Constructor Description CommitLogDescriptor(int version, long id, ParameterizedClass compression, EncryptionContext encryptionContext)CommitLogDescriptor(long id, ParameterizedClass compression, EncryptionContext encryptionContext)Configuration(ParameterizedClass compressorClass, EncryptionContext encryptionContext, Config.DiskAccessMode diskAccessMode) -
Uses of EncryptionContext in org.apache.cassandra.security
Methods in org.apache.cassandra.security that return EncryptionContext Modifier and Type Method Description static EncryptionContextEncryptionContext. createFromMap(java.util.Map<?,?> parameters, EncryptionContext encryptionContext)If encryption headers are found in theparameters, those headers are merged with the application-wideencryptionContext.Methods in org.apache.cassandra.security with parameters of type EncryptionContext Modifier and Type Method Description static EncryptionContextEncryptionContext. createFromMap(java.util.Map<?,?> parameters, EncryptionContext encryptionContext)If encryption headers are found in theparameters, those headers are merged with the application-wideencryptionContext.booleanEncryptionContext. equals(EncryptionContext other)
-