com.avaje.ebean.config
Interface EncryptKeyManager


public interface EncryptKeyManager

Determine keys used for encryption and decryption.

Author:
rbygrave

Method Summary
 EncryptKey getEncryptKey(String tableName, String columnName)
          Return the key used to encrypt and decrypt a property mapping to the given table and column.
 void initialise()
          Initialise the EncryptKeyManager.
 

Method Detail

initialise

void initialise()
Initialise the EncryptKeyManager.

This gives the EncryptKeyManager the opportunity to get keys etc.


getEncryptKey

EncryptKey getEncryptKey(String tableName,
                         String columnName)
Return the key used to encrypt and decrypt a property mapping to the given table and column.



Copyright © 2010. All Rights Reserved.