Searched refs:XML_TAG_PASSPHRASE (Results 1 – 1 of 1) sorted by relevance
176 private static final String XML_TAG_PASSPHRASE = "Passphrase"; field in SoftApConfToXmlMigrationUtil207 XmlUtils.writeValueXml(softApConf.getPassphrase(), XML_TAG_PASSPHRASE, out); in convertConfToXml() local