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