Searched refs:encryptedDataArray (Results 1 – 1 of 1) sorted by relevance
423 EncryptedData[] encryptedDataArray = new EncryptedData[len]; in writeWepKeysToXml() local426 encryptedDataArray[i] = new EncryptedData(null, null); in writeWepKeysToXml()428 encryptedDataArray[i] = encryptionUtil.encrypt(wepKeys[i].getBytes()); in writeWepKeysToXml()429 if (encryptedDataArray[i] == null) { in writeWepKeysToXml()440 XmlUtil.EncryptedDataXmlUtil.writeToXml(out, encryptedDataArray[i]); in writeWepKeysToXml()