Searched refs:secureRandom (Results 1 – 2 of 2) sorted by relevance
146 result.initialize(secureRandom(SYNTHETIC_PASSWORD_LENGTH), in create()147 secureRandom(SYNTHETIC_PASSWORD_LENGTH)); in create()174 result.salt = secureRandom(PASSWORD_SALT_LENGTH); in create()611 byte[] data = secureRandom(SECDISCARDABLE_LENGTH); in createSecdiscardable()661 protected static byte[] secureRandom(int length) { in secureRandom() method in SyntheticPasswordManager
75 SecureRandom secureRandom) throws KeyManagementException { in engineInit() argument