| Package | Description |
|---|---|
| org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
| Modifier and Type | Method and Description |
|---|---|
HashRequest.Builder |
HashRequest.Builder.setAlgorithmName(String algorithmName)
Sets the name of the hash algorithm the
HashService should use when computing the Hash. |
HashRequest.Builder |
HashRequest.Builder.setIterations(int iterations)
Sets the number of requested hash iterations to be performed when computing the final
Hash result. |
HashRequest.Builder |
HashRequest.Builder.setSalt(org.apache.shiro.util.ByteSource salt)
Sets a salt to be used by the
HashService during hash computation. |
HashRequest.Builder |
HashRequest.Builder.setSalt(Object salt)
Sets a salt to be used by the
HashService during hash computation. |
HashRequest.Builder |
HashRequest.Builder.setSource(org.apache.shiro.util.ByteSource source)
Sets the source data that will be hashed by a
HashService. |
HashRequest.Builder |
HashRequest.Builder.setSource(Object source)
Sets the source data that will be hashed by a
HashService. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.