public final class HashBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static HashWithSalt2Builder |
newHashWithSalt2Builder(byte[] bytes)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSalt2Builder |
newHashWithSalt2Builder(CharSequence charSequence)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSalt2Builder |
newHashWithSalt2Builder(CharSequence charSequence,
String encoding)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSalt2Builder |
newHashWithSalt2Builder(InputStream stream)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSaltBuilder |
newHashWithSaltBuilder(byte[] bytes)
Create hash with the salt builder.
|
static HashWithSaltBuilder |
newHashWithSaltBuilder(CharSequence charSequence)
Create hash with the salt builder.
|
static HashWithSaltBuilder |
newHashWithSaltBuilder(CharSequence charSequence,
String encoding)
Create hash with the salt builder.
|
static HashWithSaltBuilder |
newHashWithSaltBuilder(InputStream stream)
Create hash with the salt builder.
|
static SimpleHashBuilder |
newSimpleHashBuilder(byte[] bytes)
Create simple hash builder.
|
static SimpleHashBuilder |
newSimpleHashBuilder(CharSequence charSequence)
Create simple hash builder.
|
static SimpleHashBuilder |
newSimpleHashBuilder(CharSequence charSequence,
String encoding)
Create simple hash builder.
|
static SimpleHashBuilder |
newSimpleHashBuilder(InputStream stream)
Create simple hash builder.
|
public static SimpleHashBuilder newSimpleHashBuilder(byte[] bytes)
bytes - the byte array.public static SimpleHashBuilder newSimpleHashBuilder(CharSequence charSequence)
charSequence - the char sequence.public static SimpleHashBuilder newSimpleHashBuilder(CharSequence charSequence, String encoding)
charSequence - the char sequence.encoding - the char sequence encoding.public static SimpleHashBuilder newSimpleHashBuilder(InputStream stream)
stream - the input stream.public static HashWithSaltBuilder newHashWithSaltBuilder(byte[] bytes)
bytes - the byte array.public static HashWithSaltBuilder newHashWithSaltBuilder(CharSequence charSequence)
charSequence - the char sequence.public static HashWithSaltBuilder newHashWithSaltBuilder(CharSequence charSequence, String encoding)
charSequence - the char sequence.encoding - the char sequence encoding.public static HashWithSaltBuilder newHashWithSaltBuilder(InputStream stream)
stream - the input stream.public static HashWithSalt2Builder newHashWithSalt2Builder(byte[] bytes)
bytes - the byte array.public static HashWithSalt2Builder newHashWithSalt2Builder(CharSequence charSequence)
charSequence - the char sequence.public static HashWithSalt2Builder newHashWithSalt2Builder(CharSequence charSequence, String encoding)
charSequence - the char sequence.encoding - the char sequence encoding.public static HashWithSalt2Builder newHashWithSalt2Builder(InputStream stream)
stream - the input stream.Copyright © 2017. All rights reserved.