org.ofbiz.base.component
Class ComponentConfig.KeystoreInfo
java.lang.Object
org.ofbiz.base.component.ComponentConfig.ResourceInfo
org.ofbiz.base.component.ComponentConfig.KeystoreInfo
- Enclosing class:
- ComponentConfig
public static class ComponentConfig.KeystoreInfo
- extends ComponentConfig.ResourceInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
type
public java.lang.String type
password
public java.lang.String password
isCertStore
public boolean isCertStore
isTrustStore
public boolean isTrustStore
ComponentConfig.KeystoreInfo
public ComponentConfig.KeystoreInfo(ComponentConfig componentConfig,
org.w3c.dom.Element element)
getKeyStore
public java.security.KeyStore getKeyStore()
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getPassword
public java.lang.String getPassword()
isCertStore
public boolean isCertStore()
isTrustStore
public boolean isTrustStore()