public abstract static class LongPasswordStrategy.BaseLongPasswordStrategy extends Object implements LongPasswordStrategy
LongPasswordStrategy.BaseLongPasswordStrategy, LongPasswordStrategy.Sha512DerivationStrategy, LongPasswordStrategy.StrictMaxPasswordLengthStrategy, LongPasswordStrategy.TruncateStrategy| Modifier and Type | Method and Description |
|---|---|
byte[] |
derive(byte[] rawPassword)
Derives (hashes, shortens, etc) the given password to a desired max length.
|
public byte[] derive(byte[] rawPassword)
LongPasswordStrategyderive in interface LongPasswordStrategyrawPassword - to check and deriveCopyright © 2018. All rights reserved.