Skip navigation links
A D G H M N R S U V 

A

addSalt(byte[]) - Method in class ru.d_shap.hash.Hash
Add the salt to the current hash.
addSalt(CharSequence) - Method in class ru.d_shap.hash.Hash
Add the salt to the current hash.
addSalt(CharSequence, String) - Method in class ru.d_shap.hash.Hash
Add the salt to the current hash.
addSalt(Hash, byte[], byte[], SaltOrder) - Static method in class ru.d_shap.hash.HashHelper
Add the specified salt to the specified hash in the specified order.
addSaltBytes(byte[], byte[], SaltStoreType) - Static method in class ru.d_shap.hash.HashHelper
Store the salt bytes in the result array of bytes along with the hash bytes.

D

DefaultEncoding - Class in ru.d_shap.hash
String encoding constants.

G

getBytes() - Method in class ru.d_shap.hash.Hash
Get the current hash bytes.
getFixedSalt() - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Get the fixed salt.
getHash(byte[], String) - Static method in class ru.d_shap.hash.HashHelper
Create the hash object for the specified bytes.
getHash(CharSequence, String) - Static method in class ru.d_shap.hash.HashHelper
Create the hash object for the specified char sequence.
getHash(CharSequence, String, String) - Static method in class ru.d_shap.hash.HashHelper
Create the hash object for the specified char sequence.
getHash(InputStream, String) - Static method in class ru.d_shap.hash.HashHelper
Create the hash object for the specified stream of bytes.
getHashBytes(byte[], SaltStoreType, int) - Static method in class ru.d_shap.hash.HashHelper
Get the hash bytes from the the array of bytes.
getLength() - Method in class ru.d_shap.hash.Hash
Get the hash length.
getSalt() - Method in class ru.d_shap.hash.builder.HashWithSaltBuilder
Get the salt.
getSaltBytes(byte[], SaltStoreType, int) - Static method in class ru.d_shap.hash.HashHelper
Get the salt bytes from the the array of bytes.
getSaltOrder() - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Get the salt order.
getSaltStoreType() - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Get the salt store type.
getSaltStoreType() - Method in class ru.d_shap.hash.builder.HashWithSaltBuilder
Get the salt store type.
getStoredSalt() - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Get the stored salt.

H

Hash - Class in ru.d_shap.hash
Class contains computed hash and provides methods to work with this hash.
HashAlgorithms - Class in ru.d_shap.hash
Hash algorithm names.
HashBuilder - Class in ru.d_shap.hash.builder
Hash builder entry point.
HashHelper - Class in ru.d_shap.hash
Class to perform hash computations.
HashIOException - Exception in ru.d_shap.hash
Exception is thrown when an input stream can not be processed.
HashIOException(IOException) - Constructor for exception ru.d_shap.hash.HashIOException
Create new object.
HashWithSalt2Builder - Class in ru.d_shap.hash.builder
Hash with the stored salt and the fixed salt builder.
HashWithSaltBuilder - Class in ru.d_shap.hash.builder
Hash with the salt builder.

M

matches(byte[]) - Method in class ru.d_shap.hash.Hash
Check if the current hash bytes are equal to the specified bytes.
MD2 - Static variable in class ru.d_shap.hash.HashAlgorithms
 
MD5 - Static variable in class ru.d_shap.hash.HashAlgorithms
 

N

newHashWithSalt2Builder(byte[]) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the stored salt and the fixed salt builder.
newHashWithSalt2Builder(CharSequence) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the stored salt and the fixed salt builder.
newHashWithSalt2Builder(CharSequence, String) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the stored salt and the fixed salt builder.
newHashWithSalt2Builder(InputStream) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the stored salt and the fixed salt builder.
newHashWithSaltBuilder(byte[]) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the salt builder.
newHashWithSaltBuilder(CharSequence) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the salt builder.
newHashWithSaltBuilder(CharSequence, String) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the salt builder.
newHashWithSaltBuilder(InputStream) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create hash with the salt builder.
newSimpleHashBuilder(byte[]) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create simple hash builder.
newSimpleHashBuilder(CharSequence) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create simple hash builder.
newSimpleHashBuilder(CharSequence, String) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create simple hash builder.
newSimpleHashBuilder(InputStream) - Static method in class ru.d_shap.hash.builder.HashBuilder
Create simple hash builder.

R

ru.d_shap.hash - package ru.d_shap.hash
Hash library provides facilities for the hash computations.
ru.d_shap.hash.builder - package ru.d_shap.hash.builder
Hash builder classes.

S

SaltOrder - Enum in ru.d_shap.hash
Enum defines the order, in which a stored salt and a fixed salt are processed.
SaltStoreType - Enum in ru.d_shap.hash
Enum defines how a salt is stored along with a hash.
setFixedSalt(byte[]) - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Set the fixed salt.
setSalt(byte[]) - Method in class ru.d_shap.hash.builder.HashWithSaltBuilder
Set the salt.
setSaltOrder(SaltOrder) - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Set the salt order.
setSaltStoreType(SaltStoreType) - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Set the salt store type.
setSaltStoreType(SaltStoreType) - Method in class ru.d_shap.hash.builder.HashWithSaltBuilder
Set the salt store type.
setStoredSalt(byte[]) - Method in class ru.d_shap.hash.builder.HashWithSalt2Builder
Set the stored salt.
SHA1 - Static variable in class ru.d_shap.hash.HashAlgorithms
 
SHA256 - Static variable in class ru.d_shap.hash.HashAlgorithms
 
SHA384 - Static variable in class ru.d_shap.hash.HashAlgorithms
 
SHA512 - Static variable in class ru.d_shap.hash.HashAlgorithms
 
SimpleHashBuilder - Class in ru.d_shap.hash.builder
Simple hash builder class.

U

UTF8 - Static variable in class ru.d_shap.hash.DefaultEncoding
 

V

valueOf(String) - Static method in enum ru.d_shap.hash.SaltOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.d_shap.hash.SaltStoreType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ru.d_shap.hash.SaltOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.d_shap.hash.SaltStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
A D G H M N R S U V 
Skip navigation links

Copyright © 2017. All rights reserved.