public interface HashingAlgorithm
HashingAlgorithms factory class.HashingAlgorithms| Modifier and Type | Method and Description |
|---|---|
byte[] |
hash(byte[] input)
Creates a hash from input bytes.
|
String |
hash(String input)
Creates a hash from input text.
|
String hash(String input) throws HashingException
input - input text to be hashedHashingException - possible exception during hashing processbyte[] hash(byte[] input)
throws HashingException
input - input to be hashedHashingException - possible exception during hashing processCopyright © 2019. All rights reserved.