public static class AlfrescoKeyStoreImpl.KeyInfoManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearKeyStorePassword() |
java.util.Map |
getKeyInfo() |
AlfrescoKeyStoreImpl.KeyInformation |
getKeyInformation(java.lang.String keyAlias) |
java.lang.String |
getKeyStorePassword() |
protected AlfrescoKeyStoreImpl.KeyInformation |
loadKeyInformation(java.lang.String keyAlias) |
protected void |
loadKeyMetaData()
Set the map of key meta data (including passwords to access the keystore).
|
void |
removeKeyInformation(java.lang.String keyAlias) |
public java.util.Map getKeyInfo()
protected void loadKeyMetaData()
throws java.io.IOException,
java.io.FileNotFoundException
AlfrescoKeyStore.KEY_KEYSTORE_PASSWORD
is required if the keystore is password protected.java.io.IOExceptionjava.io.FileNotFoundExceptionpublic void clear()
public void removeKeyInformation(java.lang.String keyAlias)
protected AlfrescoKeyStoreImpl.KeyInformation loadKeyInformation(java.lang.String keyAlias)
public java.lang.String getKeyStorePassword()
public void clearKeyStorePassword()
public AlfrescoKeyStoreImpl.KeyInformation getKeyInformation(java.lang.String keyAlias)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.