Index
All Classes and Interfaces|All Packages
A
- Algorithm - Enum Class in de.team33.patterns.hashing.pandia
B
- bytes() - Method in class de.team33.patterns.hashing.pandia.Hash
-
Returns the byte array representing this hash value.
D
- de.team33.patterns.hashing.pandia - package de.team33.patterns.hashing.pandia
E
- equals(Object) - Method in class de.team33.patterns.hashing.pandia.Hash
H
- hash(byte[]) - Method in enum class de.team33.patterns.hashing.pandia.Algorithm
- hash(XSupplier<? extends InputStream, ? extends IOException>) - Method in enum class de.team33.patterns.hashing.pandia.Algorithm
- hash(InputStream) - Method in enum class de.team33.patterns.hashing.pandia.Algorithm
- hash(String) - Method in enum class de.team33.patterns.hashing.pandia.Algorithm
- hash(String, Charset) - Method in enum class de.team33.patterns.hashing.pandia.Algorithm
- hash(Path) - Method in enum class de.team33.patterns.hashing.pandia.Algorithm
- Hash - Class in de.team33.patterns.hashing.pandia
-
Represents a hash value.
- hashCode() - Method in class de.team33.patterns.hashing.pandia.Hash
I
M
S
- SHA_1 - Enum constant in enum class de.team33.patterns.hashing.pandia.Algorithm
- SHA_256 - Enum constant in enum class de.team33.patterns.hashing.pandia.Algorithm
- SHA_512 - Enum constant in enum class de.team33.patterns.hashing.pandia.Algorithm
T
- toBigInteger() - Method in class de.team33.patterns.hashing.pandia.Hash
-
Returns a non-negative
BigIntegerrepresenting this hash value. - toHexString() - Method in class de.team33.patterns.hashing.pandia.Hash
-
Returns a hexadecimal
Stringrepresentation of this hash value. - toString() - Method in class de.team33.patterns.hashing.pandia.Hash
- toString(String) - Method in class de.team33.patterns.hashing.pandia.Hash
-
Returns a
Stringrepresentation of this hash value using the given chars as digits.
V
- valueOf(String) - Static method in enum class de.team33.patterns.hashing.pandia.Algorithm
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.team33.patterns.hashing.pandia.Algorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages