Uses of Interface
org.bouncycastle.crypto.internal.ExtendedDigest
-
Packages that use ExtendedDigest Package Description org.bouncycastle.crypto.internal org.bouncycastle.crypto.internal.digests -
-
Uses of ExtendedDigest in org.bouncycastle.crypto.internal
Subinterfaces of ExtendedDigest in org.bouncycastle.crypto.internal Modifier and Type Interface Description interface
Xof
With FIPS PUB 202 a new kind of message digest was announced which supported extendable output, or variable digest sizes. -
Uses of ExtendedDigest in org.bouncycastle.crypto.internal.digests
Classes in org.bouncycastle.crypto.internal.digests that implement ExtendedDigest Modifier and Type Class Description class
GeneralDigest
base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
-