PasswordPolicy

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def dcredit: Int

密码中最少含有多少个数字

密码中最少含有多少个数字

def lcredit: Int

密码中最少含有多少个小写字母

密码中最少含有多少个小写字母

def minclass: Int

密码中最少含有几类字符

密码中最少含有几类字符

def minlen: Int

密码的最小长度

密码的最小长度

def ocredit: Int

密码中最少含有多少个其他字母

密码中最少含有多少个其他字母

def ucredit: Int

密码中最少含有多少个大写字母

密码中最少含有多少个大写字母