org.n52.security.common.crypto
Class KeystoreKeyPairProviderBeanFactory
java.lang.Object
org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
public class KeystoreKeyPairProviderBeanFactory
- extends Object
KeystoreKeyPairProvider built from its properties.
It can be used within the security-config.xml or in a spring configuration.
- Version:
- $Revision: $
- Author:
- Marko Reiprecht
Created on 24.07.2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystoreKeyPairProviderBeanFactory
public KeystoreKeyPairProviderBeanFactory()
getFileName
public String getFileName()
setFileName
public void setFileName(String fileName)
getKeystoreType
public String getKeystoreType()
setKeystoreType
public void setKeystoreType(String keystoreType)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
create
public KeystoreKeyPairProvider create()
- Method creates a keystore provider.
- Returns:
- KeystoreKeyPairProvider.
Copyright © 2004–2013 52north.org. All rights reserved.