|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
public class KeystoreKeyPairProviderBeanFactory
Class KeystoreKeyPairProviderBeanFactory constructs a KeystoreKeyPairProvider from it's properties. It can be used within the security-config.xml or in a spring configuration.
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 |
---|
public KeystoreKeyPairProviderBeanFactory()
Method Detail |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the fileName.public java.lang.String getKeystoreType()
public void setKeystoreType(java.lang.String keystoreType)
keystoreType
- the keyStoreType.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the password.public KeystoreKeyPairProvider create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |