public static final class LongPasswordStrategy.TruncateStrategy extends LongPasswordStrategy.BaseLongPasswordStrategy
NOTE: This is not recommended, only for compatibility with current hashes; uses LongPasswordStrategy.Sha512DerivationStrategy
if you need to support passwords with arbitrary lengths.
LongPasswordStrategy.BaseLongPasswordStrategy, LongPasswordStrategy.PassThroughStrategy, LongPasswordStrategy.Sha512DerivationStrategy, LongPasswordStrategy.StrictMaxPasswordLengthStrategy, LongPasswordStrategy.TruncateStrategy| Modifier and Type | Method and Description |
|---|---|
byte[] |
innerDerive(byte[] rawPassword) |
deriveCopyright © 2018–2023. All rights reserved.