getBlockSize() method

Syntax

int getBlockSize ()

Returns

the block size to examine

Usage

Returns the the number of chars to check for ascending ('1234'), descending or equal ('aaa') blocks. If, for example, the block size is 3, a credential like '9

123

' or 'a

bbb

c' would be fine, whereas for a

char block size

of 2, they would be invalid.

the block size to examine