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(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(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–2019 The Apache Software Foundation. All rights reserved.