com.avaje.ebean.config
Interface EncryptKey


public interface EncryptKey

Represents the key used for encryption.

For simple cases this often represent a simple String key but depending on the encryption method this could contain other details.

Author:
rbygrave

Method Summary
 String getStringValue()
          Return the string key value.
 

Method Detail

getStringValue

String getStringValue()
Return the string key value.



Copyright © 2010. All Rights Reserved.