Package | Description |
---|---|
org.bouncycastle.crypto.digests |
Modifier and Type | Class and Description |
---|---|
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 |
RIPEMD128Digest
implementation of RIPEMD128
|
class |
RIPEMD160Digest
implementation of RIPEMD see,
http://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 |
SM3Digest
Implementation of Chinese SM3 digest as described at
http://tools.ietf.org/html/draft-shen-sm3-hash-01
and at ....
|
Modifier and Type | Method and Description |
---|---|
protected void |
GeneralDigest.copyIn(GeneralDigest t) |
Constructor and Description |
---|
GeneralDigest(GeneralDigest t)
Copy constructor.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.