Uses of Interface
org.bouncycastle.crypto.OutputMACCalculator
Packages that use OutputMACCalculator
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
-
Uses of OutputMACCalculator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputMACCalculatorModifier and TypeMethodDescriptionMACOperatorFactory.createOutputMACCalculator
(SymmetricKey key, T parameters) Create a MAC calculator which provides an OutputStream to write data to. -
Uses of OutputMACCalculator in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputMACCalculatorModifier and TypeClassDescriptionclass
Base class for the approved mode OutputMACCalculator implementations.