Searched refs:convertPassword (Results 1 – 1 of 1) sorted by relevance
288 key = convertPassword(type, keySpec); in makePBEParameters()325 key = convertPassword(type, keySpec); in makePBEMacParameters()339 private static byte[] convertPassword(int type, PBEKeySpec keySpec) in convertPassword() method in PBE.Util