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

All Known Implementing Classes:
CachingHDFSSecretKeyEncryptionStrategy, NonCachingSecretKeyEncryptionStrategy

public interface SecretKeyEncryptionStrategy


Method Summary
 CryptoModuleParameters decryptSecretKey(CryptoModuleParameters params)
           
 CryptoModuleParameters encryptSecretKey(CryptoModuleParameters params)
           
 

Method Detail

encryptSecretKey

CryptoModuleParameters encryptSecretKey(CryptoModuleParameters params)

decryptSecretKey

CryptoModuleParameters decryptSecretKey(CryptoModuleParameters params)


Copyright © 2015 Apache Accumulo Project. All rights reserved.