Uses of Interface
org.bouncycastle.crypto.ExtendedDigest
| Package | Description |
|---|---|
| org.bouncycastle.crypto.digests | |
| org.bouncycastle.operator.bc |
-
Uses of ExtendedDigest in org.bouncycastle.crypto.digests
Classes in org.bouncycastle.crypto.digests that implement ExtendedDigest Modifier and Type Class Description classGeneralDigestbase implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.classLongDigestBase class for SHA-384 and SHA-512.classMD5Digestimplementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.classOpenSSLDigestImplements the BouncyCastle Digest interface using OpenSSL's EVP API.static classOpenSSLDigest.MD5static classOpenSSLDigest.SHA1static classOpenSSLDigest.SHA256static classOpenSSLDigest.SHA384static classOpenSSLDigest.SHA512classSHA1Digestimplementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.classSHA256DigestFIPS 180-2 implementation of SHA-256.classSHA384DigestFIPS 180-2 implementation of SHA-384.classSHA512DigestFIPS 180-2 implementation of SHA-512. -
Uses of ExtendedDigest in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that return ExtendedDigest Modifier and Type Method Description ExtendedDigestBcDefaultDigestProvider. get(AlgorithmIdentifier digestAlgorithmIdentifier)ExtendedDigestBcDigestProvider. get(AlgorithmIdentifier digestAlgorithmIdentifier)