- Hamsi224 - Class in fr.cryptohash
-
This class implements the Hamsi-224 digest algorithm under the
Digest
API.
- Hamsi224() - Constructor for class fr.cryptohash.Hamsi224
-
Create the engine.
- Hamsi256 - Class in fr.cryptohash
-
This class implements the Hamsi-256 digest algorithm under the
Digest
API.
- Hamsi256() - Constructor for class fr.cryptohash.Hamsi256
-
Create the engine.
- Hamsi384 - Class in fr.cryptohash
-
This class implements the Hamsi-384 digest algorithm under the
Digest
API.
- Hamsi384() - Constructor for class fr.cryptohash.Hamsi384
-
Create the engine.
- Hamsi512 - Class in fr.cryptohash
-
This class implements the Hamsi-512 digest algorithm under the
Digest
API.
- Hamsi512() - Constructor for class fr.cryptohash.Hamsi512
-
Create the engine.
- HAVAL128_3 - Class in fr.cryptohash
-
This class implements HAVAL with 128-bit output and 3 passes.
- HAVAL128_3() - Constructor for class fr.cryptohash.HAVAL128_3
-
Create the object.
- HAVAL128_4 - Class in fr.cryptohash
-
This class implements HAVAL with 128-bit output and 4 passes.
- HAVAL128_4() - Constructor for class fr.cryptohash.HAVAL128_4
-
Create the object.
- HAVAL128_5 - Class in fr.cryptohash
-
This class implements HAVAL with 128-bit output and 5 passes.
- HAVAL128_5() - Constructor for class fr.cryptohash.HAVAL128_5
-
Create the object.
- HAVAL160_3 - Class in fr.cryptohash
-
This class implements HAVAL with 160-bit output and 3 passes.
- HAVAL160_3() - Constructor for class fr.cryptohash.HAVAL160_3
-
Create the object.
- HAVAL160_4 - Class in fr.cryptohash
-
This class implements HAVAL with 160-bit output and 4 passes.
- HAVAL160_4() - Constructor for class fr.cryptohash.HAVAL160_4
-
Create the object.
- HAVAL160_5 - Class in fr.cryptohash
-
This class implements HAVAL with 160-bit output and 5 passes.
- HAVAL160_5() - Constructor for class fr.cryptohash.HAVAL160_5
-
Create the object.
- HAVAL192_3 - Class in fr.cryptohash
-
This class implements HAVAL with 192-bit output and 3 passes.
- HAVAL192_3() - Constructor for class fr.cryptohash.HAVAL192_3
-
Create the object.
- HAVAL192_4 - Class in fr.cryptohash
-
This class implements HAVAL with 192-bit output and 4 passes.
- HAVAL192_4() - Constructor for class fr.cryptohash.HAVAL192_4
-
Create the object.
- HAVAL192_5 - Class in fr.cryptohash
-
This class implements HAVAL with 192-bit output and 5 passes.
- HAVAL192_5() - Constructor for class fr.cryptohash.HAVAL192_5
-
Create the object.
- HAVAL224_3 - Class in fr.cryptohash
-
This class implements HAVAL with 224-bit output and 3 passes.
- HAVAL224_3() - Constructor for class fr.cryptohash.HAVAL224_3
-
Create the object.
- HAVAL224_4 - Class in fr.cryptohash
-
This class implements HAVAL with 224-bit output and 4 passes.
- HAVAL224_4() - Constructor for class fr.cryptohash.HAVAL224_4
-
Create the object.
- HAVAL224_5 - Class in fr.cryptohash
-
This class implements HAVAL with 224-bit output and 5 passes.
- HAVAL224_5() - Constructor for class fr.cryptohash.HAVAL224_5
-
Create the object.
- HAVAL256_3 - Class in fr.cryptohash
-
This class implements HAVAL with 256-bit output and 3 passes.
- HAVAL256_3() - Constructor for class fr.cryptohash.HAVAL256_3
-
Create the object.
- HAVAL256_4 - Class in fr.cryptohash
-
This class implements HAVAL with 256-bit output and 4 passes.
- HAVAL256_4() - Constructor for class fr.cryptohash.HAVAL256_4
-
Create the object.
- HAVAL256_5 - Class in fr.cryptohash
-
This class implements HAVAL with 256-bit output and 5 passes.
- HAVAL256_5() - Constructor for class fr.cryptohash.HAVAL256_5
-
Create the object.
- Hexs - Class in fr.cryptohash.util
-
Hexadecimal utils.
- hexStringToBytes(String) - Static method in class fr.cryptohash.util.Hexs
-
Converts a hex String to bytes.
- HMAC - Class in fr.cryptohash
-
This class implements the HMAC message authentication algorithm,
under the
Digest
API, using the
DigestEngine
class.
- HMAC(Digest, byte[]) - Constructor for class fr.cryptohash.HMAC
-
Build the object.
- HMAC(Digest, byte[], int) - Constructor for class fr.cryptohash.HMAC
-
Build the object.