maxLength property

int maxLength
final

Defines how many character of the password are checked. A password longer than the default are considered strong anyway, but it can be increased as pleased. Be aware that this could open some attack vectors. Default is 256.

Implementation

final int maxLength;