public class TrustStore extends Store
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
static String |
ELEMENT_NAME |
location, password, provider, typerouter| Constructor and Description |
|---|
TrustStore(Router router) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
protected String |
getElementName() |
protected void |
parseAttributes(XMLStreamReader token) |
void |
setAlgorithm(String algorithm) |
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
protected String algorithm
public TrustStore(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 getAlgorithm()
public void setAlgorithm(String algorithm)
Copyright © 2012. All Rights Reserved.