org.n52.security.common.crypto
Class KeystoreKeyPairProviderBeanFactory

java.lang.Object
  extended by org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory

public class KeystoreKeyPairProviderBeanFactory
extends java.lang.Object

Class KeystoreKeyPairProviderBeanFactory constructs a KeystoreKeyPairProvider from it's 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.
 java.lang.String getFileName()
          Method gets the fileName.
 java.lang.String getKeystoreType()
          Method gets the keyStoreType.
 java.lang.String getPassword()
          Method gets the password.
 void setFileName(java.lang.String fileName)
          Method sets the fileName.
 void setKeystoreType(java.lang.String keystoreType)
          Method sets the keyStoreType.
 void setPassword(java.lang.String password)
          Method sets the 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 java.lang.String getFileName()
Method gets the fileName.

Returns:
String.

setFileName

public void setFileName(java.lang.String fileName)
Method sets the fileName.

Parameters:
fileName - the fileName.

getKeystoreType

public java.lang.String getKeystoreType()
Method gets the keyStoreType.

Returns:
String.

setKeystoreType

public void setKeystoreType(java.lang.String keystoreType)
Method sets the keyStoreType.

Parameters:
keystoreType - the keyStoreType.

getPassword

public java.lang.String getPassword()
Method gets the password.

Returns:
String.

setPassword

public void setPassword(java.lang.String password)
Method sets the password.

Parameters:
password - the password.

create

public KeystoreKeyPairProvider create()
Method creates a keystore provider.

Returns:
KeystoreKeyPairProvider.


Copyright © 2004-2009 52north.org. All Rights Reserved.