Package | Description |
---|---|
org.seedstack.seed.crypto |
Contains cryptographic service classes.
|
Modifier and Type | Method and Description |
---|---|
Hash |
HashingService.createHash(char[] toHash)
Creates a hash from a char[].
|
Hash |
HashingService.createHash(String toHash)
Creates a hash from a string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HashingService.validatePassword(char[] password,
Hash correctHash)
Validates a password using a hash.
|
boolean |
HashingService.validatePassword(String password,
Hash correctHash)
Validates a password using a hash.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.