Don't use algorithm parameters if missing salt or iteration count.

The PBEKeySpec constructor doesn't allow an empty salt or iteration count,
and throws an exception if it sees one.

Bug: 38161557
Test: cts -m CtsLibcoreTestCases
Change-Id: Ib03360275e3a820efddc8de472dd4044070fdaba
1 file changed