@MustImplementEqualsAndHashcode
public interface IPasswordSalt
| Modifier and Type | Method and Description |
|---|---|
int |
getSaltByteCount() |
byte[] |
getSaltBytes() |
String |
getSaltString() |
int getSaltByteCount()
@Nonnull @Nonempty @ReturnsMutableCopy byte[] getSaltBytes()
null nor empty.Copyright © 2016–2021 Philip Helger. All rights reserved.