public class EncryptorStore extends Object
| Modifier and Type | Method and Description |
|---|---|
static Encryptor |
add(String key,
Encryptor encryptor)
Adds the given
Encryptor for the given name. |
static void |
clear()
Removes all
Encryptor's from the store. |
static Encryptor |
get(String key)
Returns the
Encryptor for the given name. |
static Encryptor |
remove(String key)
Removes the
Encryptor with the given name. |
public static Encryptor add(String key, Encryptor encryptor)
Encryptor for the given name.public static void clear()
Encryptor's from the store.