public interface HashingAlgorithmBuilder
HashingAlgorithm.
Note that it is strongly recommended that these builders will provide immutable algorithms.| Modifier and Type | Method and Description |
|---|---|
HashingAlgorithm |
build()
Builds a new instance of hashing algorithm.
|
HashingAlgorithm build() throws HashingException
HashingException - possible exception when hashing algorithm cannot be builtCopyright © 2014. All rights reserved.