@FunctionalInterface public interface EncryptKey
For simple cases this often represent a simple String key but depending on the encryption method this could contain other details.
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue()
Return the string key value.
|
String getStringValue()
Copyright © 2019. All rights reserved.