| Modifier and Type | Class and Description |
|---|---|
static class |
LongPasswordStrategy.Sha512DerivationStrategy
Will use sha512 to hash given password to generate fixed 64 byte length hash value
|
static class |
LongPasswordStrategy.StrictMaxPasswordLengthStrategy
This strategy will always throw an exception to force passwords under the max length
|
static class |
LongPasswordStrategy.TruncateStrategy
Truncates the password the max possible length.
|
Copyright © 2018–2019. All rights reserved.