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

java.lang.Object
  extended by org.apache.accumulo.core.security.crypto.NonCachingSecretKeyEncryptionStrategy
All Implemented Interfaces:
SecretKeyEncryptionStrategy

public class NonCachingSecretKeyEncryptionStrategy
extends Object
implements SecretKeyEncryptionStrategy


Constructor Summary
NonCachingSecretKeyEncryptionStrategy()
           
 
Method Summary
 CryptoModuleParameters decryptSecretKey(CryptoModuleParameters params)
           
 CryptoModuleParameters encryptSecretKey(CryptoModuleParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonCachingSecretKeyEncryptionStrategy

public NonCachingSecretKeyEncryptionStrategy()
Method Detail

encryptSecretKey

public CryptoModuleParameters encryptSecretKey(CryptoModuleParameters params)
Specified by:
encryptSecretKey in interface SecretKeyEncryptionStrategy

decryptSecretKey

public CryptoModuleParameters decryptSecretKey(CryptoModuleParameters params)
Specified by:
decryptSecretKey in interface SecretKeyEncryptionStrategy


Copyright © 2015 Apache Accumulo Project. All rights reserved.