org.apache.cassandra.config
Class EncryptionOptions.ServerEncryptionOptions

java.lang.Object
  extended by org.apache.cassandra.config.EncryptionOptions
      extended by org.apache.cassandra.config.EncryptionOptions.ServerEncryptionOptions
Enclosing class:
EncryptionOptions

public static class EncryptionOptions.ServerEncryptionOptions
extends EncryptionOptions


Nested Class Summary
static class EncryptionOptions.ServerEncryptionOptions.InternodeEncryption
           
 
Nested classes/interfaces inherited from class org.apache.cassandra.config.EncryptionOptions
EncryptionOptions.ClientEncryptionOptions, EncryptionOptions.ServerEncryptionOptions
 
Field Summary
 EncryptionOptions.ServerEncryptionOptions.InternodeEncryption internode_encryption
           
 
Fields inherited from class org.apache.cassandra.config.EncryptionOptions
algorithm, cipher_suites, keystore, keystore_password, protocol, store_type, truststore, truststore_password
 
Constructor Summary
EncryptionOptions.ServerEncryptionOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internode_encryption

public EncryptionOptions.ServerEncryptionOptions.InternodeEncryption internode_encryption
Constructor Detail

EncryptionOptions.ServerEncryptionOptions

public EncryptionOptions.ServerEncryptionOptions()


Copyright © 2012 The Apache Software Foundation