Uses of Class
org.bouncycastle.crypto.util.EntropyUtil.WindowStats
Packages that use EntropyUtil.WindowStats
Package
Description
Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.
-
Uses of EntropyUtil.WindowStats in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return EntropyUtil.WindowStatsModifier and TypeMethodDescriptionstatic EntropyUtil.WindowStatsEntropyUtil.createStats()Create an initial stats object.Methods in org.bouncycastle.crypto.util with parameters of type EntropyUtil.WindowStatsModifier and TypeMethodDescriptionstatic StringEntropyUtil.isProportionate(EntropyUtil.WindowStats stats, byte[] current) SP 800-90B, 4.4.2: Return true if the entropy is proportionate.