org.n52.security.common.crypto
Class KeystoreKeyPairProviderBeanFactory

java.lang.Object
  extended by 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

Constructor Summary
KeystoreKeyPairProviderBeanFactory()
           
 
Method Summary
 KeystoreKeyPairProvider create()
          Method creates a keystore provider.
 String getFileName()
           
 String getKeystoreType()
           
 String getPassword()
           
 void setFileName(String fileName)
           
 void setKeystoreType(String keystoreType)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreKeyPairProviderBeanFactory

public KeystoreKeyPairProviderBeanFactory()
Method Detail

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–2014 52north.org. All rights reserved.