|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.encryption.SpringKeyResourceLoader
public class SpringKeyResourceLoader
Loads key resources (key store and key store passwords) from the Spring classpath.
Constructor Summary | |
---|---|
SpringKeyResourceLoader()
|
Method Summary | |
---|---|
java.io.InputStream |
getKeyStore(java.lang.String keyStoreLocation)
Loads and returns an InputStream of the key store at the configured location. |
java.util.Properties |
loadKeyMetaData(java.lang.String keyMetaDataFileLocation)
Loads key metadata from the configured passwords file location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringKeyResourceLoader()
Method Detail |
---|
public java.io.InputStream getKeyStore(java.lang.String keyStoreLocation)
getKeyStore
in interface KeyResourceLoader
public java.util.Properties loadKeyMetaData(java.lang.String keyMetaDataFileLocation) throws java.io.IOException
loadKeyMetaData
in interface KeyResourceLoader
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |