|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.soap.security.support.KeyStoreFactoryBean
public class KeyStoreFactoryBean
Spring factory bean for a KeyStore.
location property. If this property is not set, a new,
empty key store is created, which is most likely not what you want.
setLocation(org.springframework.core.io.Resource),
KeyStore| Constructor Summary | |
|---|---|
KeyStoreFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
java.security.KeyStore |
getObject()
|
java.lang.Class<java.security.KeyStore> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setLocation(org.springframework.core.io.Resource location)
Sets the location of the key store to use. |
void |
setPassword(java.lang.String password)
Sets the password to use for integrity checking. |
void |
setProvider(java.lang.String provider)
Sets the provider of the key store to use. |
void |
setType(java.lang.String type)
Sets the type of the KeyStore to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStoreFactoryBean()
| Method Detail |
|---|
public void setLocation(org.springframework.core.io.Resource location)
KeyStore.load(java.io.InputStream,char[])public void setPassword(java.lang.String password)
public void setProvider(java.lang.String provider)
public void setType(java.lang.String type)
KeyStore to use. If this is not set, the default is used.
KeyStore.getDefaultType()public java.security.KeyStore getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<java.security.KeyStore>public java.lang.Class<java.security.KeyStore> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<java.security.KeyStore>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<java.security.KeyStore>
public final void afterPropertiesSet()
throws java.security.GeneralSecurityException,
java.io.IOException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.security.GeneralSecurityException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||