Uses of Interface
org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategy

Packages that use SecretKeyEncryptionStrategy
org.apache.accumulo.core.security.crypto   
 

Uses of SecretKeyEncryptionStrategy in org.apache.accumulo.core.security.crypto
 

Classes in org.apache.accumulo.core.security.crypto that implement SecretKeyEncryptionStrategy
 class CachingHDFSSecretKeyEncryptionStrategy
          A SecretKeyEncryptionStrategy that gets its key from HDFS and caches it for IO.
 class NonCachingSecretKeyEncryptionStrategy
           
 

Methods in org.apache.accumulo.core.security.crypto that return SecretKeyEncryptionStrategy
static SecretKeyEncryptionStrategy CryptoModuleFactory.getSecretKeyEncryptionStrategy(AccumuloConfiguration conf)
           
static SecretKeyEncryptionStrategy CryptoModuleFactory.getSecretKeyEncryptionStrategy(String className)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.