public static class AlfrescoKeyStoreImpl.KeyInfoManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearKeyStorePassword() |
Map<String,AlfrescoKeyStoreImpl.KeyInformation> |
getKeyInfo() |
AlfrescoKeyStoreImpl.KeyInformation |
getKeyInformation(String keyAlias) |
String |
getKeyStorePassword() |
protected AlfrescoKeyStoreImpl.KeyInformation |
loadKeyInformation(String keyAlias) |
protected void |
loadKeyMetaData()
Set the map of key meta data (including passwords to access the keystore).
|
void |
removeKeyInformation(String keyAlias) |
public Map<String,AlfrescoKeyStoreImpl.KeyInformation> getKeyInfo()
protected void loadKeyMetaData() throws IOException, FileNotFoundException
AlfrescoKeyStore.KEY_KEYSTORE_PASSWORD
is required if the keystore is password protected.IOException
FileNotFoundException
public void clear()
public void removeKeyInformation(String keyAlias)
protected AlfrescoKeyStoreImpl.KeyInformation loadKeyInformation(String keyAlias)
public String getKeyStorePassword()
public void clearKeyStorePassword()
public AlfrescoKeyStoreImpl.KeyInformation getKeyInformation(String keyAlias)
Copyright © 2005–2018 Alfresco Software. All rights reserved.