• BlackBerry Spark AppSecure
  • Security library for Android applications
  • 0.7.915.0
PasswordStrengthRules Member List

This is the complete list of members for PasswordStrengthRules, including all inherited members.

getMaximumRepeat()PasswordStrengthRules
getMinimumLength()PasswordStrengthRules
getPreventNumericSequence()PasswordStrengthRules
getRequireNumber()PasswordStrengthRules
getRequireSpecial()PasswordStrengthRules
getRequireUpper()PasswordStrengthRules
setMaximumRepeats(int num)PasswordStrengthRules
setMinimumLength(int length)PasswordStrengthRules
setPasswordStrengthParameters(int minLen, int maxRepeat, boolean hasNumber, boolean hasUpper, boolean hasSpecial, boolean hasNoSequence)PasswordStrengthRules
setPreventNumericSequence(boolean isRequired)PasswordStrengthRules
setRequireNumber(boolean isRequired)PasswordStrengthRules
setRequireSpecialChar(boolean isRequired)PasswordStrengthRules
setRequireUpperCase(boolean isRequired)PasswordStrengthRules