Uses of Interface
org.bouncycastle.crypto.OutputDigestCalculator
-
Packages that use OutputDigestCalculator Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of OutputDigestCalculator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputDigestCalculator Modifier and Type Method Description OutputDigestCalculator<T>
OutputDigestCalculator. clone()
Return a clone of this calculator.OutputDigestCalculator<T>
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 OutputDigestCalculator Modifier and Type Class Description class
FipsOutputDigestCalculator<T>
Base class for the approved mode OutputDigestCalculator implementations. -
Uses of OutputDigestCalculator in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputDigestCalculator Modifier and Type Method Description OutputDigestCalculator<GeneralParameters>
SecureHash.OperatorFactory. createOutputDigestCalculator(GeneralParameters parameter)
-