|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EncryptionKeysRegistry
Stores registered encryption keys.
| Nested Class Summary | |
|---|---|
static class |
EncryptionKeysRegistry.KEY_STATUS
|
| Method Summary | |
|---|---|
EncryptionKeysRegistry.KEY_STATUS |
checkKey(java.lang.String keyAlias,
java.security.Key key)
Check the validity of the key against the registry. |
java.util.List |
getRegisteredKeys(java.util.Set keys)
Return those keys in the set that have been registered. |
boolean |
isKeyRegistered(java.lang.String keyAlias)
Is the key with alias 'keyAlias' registered? |
void |
registerKey(java.lang.String keyAlias,
java.security.Key key)
Register the key. |
void |
removeRegisteredKeys(java.util.Set keys)
Remove the set of keys from the registry. |
void |
unregisterKey(java.lang.String keyAlias)
Unregister the key. |
| Method Detail |
|---|
boolean isKeyRegistered(java.lang.String keyAlias)
keyAlias -
void registerKey(java.lang.String keyAlias,
java.security.Key key)
keyAlias - key - void unregisterKey(java.lang.String keyAlias)
keyAlias -
EncryptionKeysRegistry.KEY_STATUS checkKey(java.lang.String keyAlias,
java.security.Key key)
keyAlias - key -
void removeRegisteredKeys(java.util.Set keys)
keys - java.util.List getRegisteredKeys(java.util.Set keys)
keys -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||