public interface EncryptionKeysRegistry
| Modifier and Type | Interface and Description |
|---|---|
static class |
EncryptionKeysRegistry.KEY_STATUS |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.