public class SecurityProperties extends java.lang.Object implements PropertiesHandler
FALSE, TRUE| Constructor and Description |
|---|
SecurityProperties()
the path to the java keystore file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has
been read completely.
|
java.lang.String |
getClientAlias() |
static SecurityProperties |
getInstance() |
java.lang.String |
getKeyPswd() |
java.lang.String |
getKeyStoreFile() |
java.lang.String |
getKeyStorePswd() |
java.lang.String |
getSecureNetworkInterface() |
java.lang.String |
getTrustStoreFile() |
java.lang.String |
getTrustStorePswd() |
void |
setProperties(PropertyHeader header,
Property property) |
public SecurityProperties()
public static SecurityProperties getInstance()
public void finishedSection(int depth)
PropertiesHandlerfinishedSection in interface PropertiesHandlerdepth - depth of section.public void setProperties(PropertyHeader header, Property property)
setProperties in interface PropertiesHandlerheader - header of sectionproperty - property within sectionpublic java.lang.String getKeyStoreFile()
public java.lang.String getKeyStorePswd()
public java.lang.String getKeyPswd()
public java.lang.String getTrustStoreFile()
public java.lang.String getTrustStorePswd()
public java.lang.String getClientAlias()
public java.lang.String getSecureNetworkInterface()