org.apache.accumulo.core.security.crypto
Class CryptoModuleFactory

java.lang.Object
  extended by org.apache.accumulo.core.security.crypto.CryptoModuleFactory

Deprecated. This feature is experimental and may go away in future versions.

@Deprecated
public class CryptoModuleFactory
extends Object

This factory module exists to assist other classes in loading crypto modules.


Constructor Summary
CryptoModuleFactory()
          Deprecated.  
 
Method Summary
static CryptoModule getCryptoModule(AccumuloConfiguration conf)
          Deprecated. This method returns a crypto module based on settings in the given configuration parameter.
static CryptoModule getCryptoModule(String cryptoModuleClassname)
          Deprecated.  
static SecretKeyEncryptionStrategy getSecretKeyEncryptionStrategy(AccumuloConfiguration conf)
          Deprecated.  
static SecretKeyEncryptionStrategy getSecretKeyEncryptionStrategy(String className)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoModuleFactory

public CryptoModuleFactory()
Deprecated. 
Method Detail

getCryptoModule

public static CryptoModule getCryptoModule(AccumuloConfiguration conf)
Deprecated. 
This method returns a crypto module based on settings in the given configuration parameter.

Parameters:
conf -
Returns:
a class implementing the CryptoModule interface. It will *never* return null; rather, it will return a class which obeys the interface but makes no changes to the underlying data.

getCryptoModule

public static CryptoModule getCryptoModule(String cryptoModuleClassname)
Deprecated. 

getSecretKeyEncryptionStrategy

public static SecretKeyEncryptionStrategy getSecretKeyEncryptionStrategy(AccumuloConfiguration conf)
Deprecated. 

getSecretKeyEncryptionStrategy

public static SecretKeyEncryptionStrategy getSecretKeyEncryptionStrategy(String className)
Deprecated. 


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.