Package com.biglybt.core.security
Interface CryptoManagerPasswordHandler.passwordDetails
- Enclosing interface:
CryptoManagerPasswordHandler
public static interface CryptoManagerPasswordHandler.passwordDetails
-
Method Summary
-
Method Details
-
getPassword
char[] getPassword() -
getPersistForSeconds
int getPersistForSeconds()- Returns:
- 0 -> don't persist, Integer.MAX_VALUE -> persist forever invalid input: '<' 0 -> current session; other -> seconds to persist
-