public class HashingAlgorithms extends Object
HashingAlgorithmBuilder.build()
to retrieve HashingAlgorithm instance.| Constructor and Description |
|---|
HashingAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
static MD5Builder |
md5()
Creates a new builder for MD5 hashing algorithm.
|
static SHA1Builder |
sha1()
Creates a new builder for SHA-1 hashing algorithm.
|
static SHA256Builder |
sha256()
Creates a new builder for SHA-256 hashing algorithm.
|
static SHA512Builder |
sha512()
Creates a new builder for SHA-512 hashing algorithm.
|
public static MD5Builder md5()
public static SHA1Builder sha1()
public static SHA256Builder sha256()
public static SHA512Builder sha512()
Copyright © 2014. All rights reserved.