| Package | Description | 
|---|---|
| org.apache.cassandra.config | |
| org.apache.cassandra.db.commitlog | |
| org.apache.cassandra.security | 
| Modifier and Type | Method and Description | 
|---|---|
| static EncryptionContext | DatabaseDescriptor. getEncryptionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | DatabaseDescriptor. setEncryptionContext(EncryptionContext ec) | 
| Modifier and Type | Method and Description | 
|---|---|
| EncryptionContext | CommitLog.Configuration. getEncryptionContext()Returns the encryption context used to encrypt the segments. | 
| EncryptionContext | CommitLogDescriptor. getEncryptionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommitLogDescriptor | CommitLogDescriptor. fromHeader(java.io.File file,
          EncryptionContext encryptionContext) | 
| static CommitLogDescriptor | CommitLogDescriptor. readHeader(java.io.DataInput input,
          EncryptionContext encryptionContext) | 
| Constructor and Description | 
|---|
| CommitLogDescriptor(int version,
                   long id,
                   ParameterizedClass compression,
                   EncryptionContext encryptionContext) | 
| CommitLogDescriptor(long id,
                   ParameterizedClass compression,
                   EncryptionContext encryptionContext) | 
| Configuration(ParameterizedClass compressorClass,
             EncryptionContext encryptionContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| static EncryptionContext | EncryptionContext. createFromMap(java.util.Map<?,?> parameters,
             EncryptionContext encryptionContext)If encryption headers are found in the  parameters,
 those headers are merged with the application-wideencryptionContext. | 
| Modifier and Type | Method and Description | 
|---|---|
| static EncryptionContext | EncryptionContext. createFromMap(java.util.Map<?,?> parameters,
             EncryptionContext encryptionContext)If encryption headers are found in the  parameters,
 those headers are merged with the application-wideencryptionContext. | 
| boolean | EncryptionContext. equals(EncryptionContext other) | 
Copyright © 2018 The Apache Software Foundation