|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface EncryptionKeysProvider
| Method Summary | |
|---|---|
java.lang.Object
|
createNewEncryptionKey(java.lang.String name)
Creates a new encryption key with the given name, and saves it in secret keystore. |
java.util.Map
|
getEncryptionKeys()
Get a map of all encryption keys that will be used to decrypt enctypted data. |
| Method Detail |
|---|
java.lang.Object createNewEncryptionKey(java.lang.String name)
java.util.Map getEncryptionKeys()
Groovy Documentation