Password
Configuration
The PasswordConfiguration
class is
used to represent the configuration used to generate a Password
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
Constructors
Link copied to clipboard
constructor()
Constructor to init the PasswordConfiguration class
constructor(id: String, length: Int, includeNumbers: Boolean, includeUppercaseLetters: Boolean, includeSpecialCharacters: Boolean)
Constructor to init the PasswordConfiguration class
Properties
Link copied to clipboard
Link copied to clipboard
includeNumbers
whether the
generated password must include the numbers
Link copied to clipboard
includeSpecialCharacters
whether the generated password must include the special
characters
Link copied to clipboard
includeUppercaseLetters
whether the generated password must include the uppercase
letters
Link copied to clipboard
Functions
Link copied to clipboard
Method used to get the includeNumbers instance
Link copied to clipboard
Method used to get the includeSpecialCharacters
instance
Link copied to clipboard
Method used to get the includeUppercaseLetters
instance