public class TrustStore extends Store
Modifier and Type | Field and Description |
---|---|
protected String |
algorithm |
static String |
ELEMENT_NAME |
location, password, provider, type
router
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, write
getRouter, setRouter
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNull
public static final String ELEMENT_NAME
protected String algorithm
public TrustStore(Router router)
protected String getElementName()
getElementName
in class AbstractXmlElement
protected void parseAttributes(XMLStreamReader token) throws Exception
parseAttributes
in class Store
Exception
protected void writeAttributes(XMLStreamWriter out) throws XMLStreamException
writeAttributes
in class Store
XMLStreamException
public String getAlgorithm()
public void setAlgorithm(String algorithm)
Copyright © 2012. All Rights Reserved.