Package | Description |
---|---|
org.bouncycastle.crypto | |
org.bouncycastle.crypto.commitments | |
org.bouncycastle.crypto.digests | |
org.bouncycastle.crypto.macs |
Modifier and Type | Interface and Description |
---|---|
interface |
Xof
With FIPS PUB 202 a new kind of message digest was announced which supported extendable output, or variable digest sizes.
|
Constructor and Description |
---|
GeneralHashCommitter(ExtendedDigest digest,
SecureRandom random)
Base Constructor.
|
HashCommitter(ExtendedDigest digest,
SecureRandom random)
Base Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Blake2bDigest
Implementation of the cryptographic hash function Blakbe2b.
|
class |
Blake2sDigest
Implementation of the cryptographic hash function BLAKE2s.
|
class |
Blake2xsDigest
Implementation of the eXtendable Output Function (XOF) BLAKE2xs.
|
class |
CSHAKEDigest
Customizable SHAKE function.
|
class |
DSTU7564Digest
Reference implementation of national ukrainian standard of hashing transformation DSTU7564.
|
class |
GeneralDigest
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
|
class |
GOST3411_2012_256Digest
implementation of GOST R 34.11-2012 256-bit
|
class |
GOST3411_2012_512Digest
implementation of GOST R 34.11-2012 512-bit
|
class |
GOST3411_2012Digest
Base class for GOST3411-2012 256-bit and GOST3411-2012 512-bit digests.
|
class |
GOST3411Digest
implementation of GOST R 34.11-94
|
class |
KeccakDigest
implementation of Keccak based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
|
class |
LongDigest
Base class for SHA-384 and SHA-512.
|
class |
MD2Digest
implementation of MD2
as outlined in RFC1319 by B.Kaliski from RSA Laboratories April 1992
|
class |
MD4Digest
implementation of MD4 as RFC 1320 by R.
|
class |
MD5Digest
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
|
class |
NonMemoableDigest
Wrapper removes exposure to the Memoable interface on an ExtendedDigest implementation.
|
class |
RIPEMD128Digest
implementation of RIPEMD128
|
class |
RIPEMD160Digest
implementation of RIPEMD see,
https://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
|
class |
RIPEMD256Digest
implementation of RIPEMD256.
|
class |
RIPEMD320Digest
implementation of RIPEMD 320.
|
class |
SHA1Digest
implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
|
class |
SHA224Digest
SHA-224 as described in RFC 3874
|
class |
SHA256Digest
FIPS 180-2 implementation of SHA-256.
|
class |
SHA384Digest
FIPS 180-2 implementation of SHA-384.
|
class |
SHA3Digest
implementation of SHA-3 based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
|
class |
SHA512Digest
FIPS 180-2 implementation of SHA-512.
|
class |
SHA512tDigest
FIPS 180-4 implementation of SHA-512/t
|
class |
SHAKEDigest
implementation of SHAKE based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
|
class |
ShortenedDigest
Wrapper class that reduces the output length of a particular digest to
only the first n bytes of the digest function.
|
class |
SkeinDigest
Implementation of the Skein parameterised hash function in 256, 512 and 1024 bit block sizes,
based on the
Threefish tweakable block cipher. |
class |
SM3Digest
Implementation of Chinese SM3 digest as described at
https://tools.ietf.org/html/draft-shen-sm3-hash-01
and at ....
|
class |
TigerDigest
implementation of Tiger based on:
https://www.cs.technion.ac.il/~biham/Reports/Tiger
|
class |
WhirlpoolDigest
Implementation of WhirlpoolDigest, based on Java source published by Barreto
and Rijmen.
|
Constructor and Description |
---|
NonMemoableDigest(ExtendedDigest baseDigest)
Base constructor.
|
ShortenedDigest(ExtendedDigest baseDigest,
int length)
Base constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
KMAC
KMAC - MAC with optional XOF mode.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.