Searched refs:getDecryptedData (Results 1 – 3 of 3) sorted by relevance
88 byte[] decryptedData = atEncrData.getDecryptedData(KEY_ENCR, IV_BYTES); in testDecryptEncrData()
319 decryptedData = atEncrData.getDecryptedData(mKEncr, atIv.iv); in retrieveSecuredAttributes()
1294 public byte[] getDecryptedData(byte[] key, byte[] iv) in getDecryptedData() method in EapSimAkaAttribute.AtEncrData