| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestAlgorithmBuilder
Builder that builds
DigestAlgorithm instances. |
| Modifier and Type | Method and Description |
|---|---|
HashingAlgorithmBuilder |
HashingAlgorithmBuilder.bytesRepresentation(BytesRepresentation bytesRepresentation)
Sets how byte arrays will be represented in strings.
|
HashingAlgorithmBuilder |
HashingAlgorithmBuilder.encoding(String encoding)
Sets encoding for strings of input and output.
|
static HashingAlgorithmBuilder |
HashingAlgorithms.md5()
Creates a new builder for MD5 hashing algorithm.
|
static HashingAlgorithmBuilder |
HashingAlgorithms.sha1()
Creates a new builder for SHA-1 hashing algorithm.
|
static HashingAlgorithmBuilder |
HashingAlgorithms.sha256()
Creates a new builder for SHA-256 hashing algorithm.
|
static HashingAlgorithmBuilder |
HashingAlgorithms.sha512()
Creates a new builder for SHA-512 hashing algorithm.
|
Copyright © 2019. All rights reserved.