public class KeyStore extends Store
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
location, password, provider, typerouter| Modifier and Type | Method and Description |
|---|---|
protected String |
getElementName() |
String |
getKeyAlias() |
String |
getKeyPassword() |
protected void |
parseAttributes(XMLStreamReader token) |
void |
setKeyAlias(String keyAlias) |
void |
setKeyPassword(String keyPassword) |
protected void |
writeAttributes(XMLStreamWriter out) |
getLocation, getPassword, getProvider, getType, setLocation, setPassword, setProvider, setType, writegetRouter, setRouterdoAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNullpublic static final String ELEMENT_NAME
public KeyStore(Router router)
protected String getElementName()
getElementName in class AbstractXmlElementprotected void parseAttributes(XMLStreamReader token) throws Exception
parseAttributes in class StoreExceptionprotected void writeAttributes(XMLStreamWriter out) throws XMLStreamException
writeAttributes in class StoreXMLStreamExceptionpublic String getKeyPassword()
public void setKeyPassword(String keyPassword)
public String getKeyAlias()
public void setKeyAlias(String keyAlias)
Copyright © 2012. All Rights Reserved.