public class SSLParser extends AbstractConfigElement
router
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getCiphers() |
String |
getClientAuth() |
KeyStore |
getKeyStore() |
String |
getProtocol() |
TrustStore |
getTrustStore() |
protected void |
parseAttributes(XMLStreamReader token) |
protected void |
parseChildren(XMLStreamReader token,
String child) |
void |
setAlgorithm(String algorithm) |
void |
setCiphers(String ciphers) |
void |
setClientAuth(String clientAuth) |
void |
setKeyStore(KeyStore keyStore) |
void |
setProtocol(String protocol) |
void |
setTrustStore(TrustStore trustStore) |
void |
write(XMLStreamWriter out) |
getRouter, setRouter
doAfterParsing, getBoolean, getElementName, move2RootElementIfNeeded, parse, parseCharacters, toXml, writeIfNotNull
public SSLParser(Router router)
protected void parseAttributes(XMLStreamReader token) throws Exception
parseAttributes
in class AbstractXmlElement
Exception
protected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren
in class AbstractXmlElement
Exception
public void write(XMLStreamWriter out) throws XMLStreamException
write
in interface XMLElement
write
in class AbstractXmlElement
XMLStreamException
public KeyStore getKeyStore()
public void setKeyStore(KeyStore keyStore)
public TrustStore getTrustStore()
public void setTrustStore(TrustStore trustStore)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getProtocol()
public void setProtocol(String protocol)
public String getCiphers()
public void setCiphers(String ciphers)
public String getClientAuth()
public void setClientAuth(String clientAuth)
Copyright © 2012. All Rights Reserved.