org.apache.cassandra.config
Class EncryptionOptions

java.lang.Object
  extended by org.apache.cassandra.config.EncryptionOptions

public class EncryptionOptions
extends java.lang.Object


Nested Class Summary
static class EncryptionOptions.InternodeEncryption
           
 
Field Summary
 java.lang.String[] cipherSuites
           
 EncryptionOptions.InternodeEncryption internode_encryption
           
 java.lang.String keystore
           
 java.lang.String keystore_password
           
 java.lang.String truststore
           
 java.lang.String truststore_password
           
 
Constructor Summary
EncryptionOptions()
           
 
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.InternodeEncryption internode_encryption

keystore

public java.lang.String keystore

keystore_password

public java.lang.String keystore_password

truststore

public java.lang.String truststore

truststore_password

public java.lang.String truststore_password

cipherSuites

public java.lang.String[] cipherSuites
Constructor Detail

EncryptionOptions

public EncryptionOptions()


Copyright © 2011 The Apache Software Foundation