org.apache.cassandra.config
Class EncryptionOptions.ClientEncryptionOptions

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

public static class EncryptionOptions.ClientEncryptionOptions
extends EncryptionOptions


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

Field Detail

enabled

public boolean enabled
Constructor Detail

EncryptionOptions.ClientEncryptionOptions

public EncryptionOptions.ClientEncryptionOptions()


Copyright © 2012 The Apache Software Foundation