Uses of Interface
org.bouncycastle.crypto.OutputDigestCalculator
Packages that use OutputDigestCalculator
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of OutputDigestCalculator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputDigestCalculatorModifier and TypeMethodDescriptionOutputDigestCalculator.clone()
Return a clone of this calculator.DigestOperatorFactory.createOutputDigestCalculator
(T parameter) Return a calculator for a particular digest. -
Uses of OutputDigestCalculator in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputDigestCalculatorModifier and TypeClassDescriptionclass
Base class for the approved mode OutputDigestCalculator implementations. -
Uses of OutputDigestCalculator in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputDigestCalculatorModifier and TypeMethodDescriptionSecureHash.OperatorFactory.createOutputDigestCalculator
(GeneralParameters parameter)