Uses of Interface
org.bouncycastle.crypto.OutputMACCalculator
-
Packages that use OutputMACCalculator 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 algorithms -
-
Uses of OutputMACCalculator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputMACCalculator Modifier and Type Method Description OutputMACCalculator<T>
MACOperatorFactory. 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 OutputMACCalculator Modifier and Type Class Description class
FipsOutputMACCalculator<T>
Base class for the approved mode OutputMACCalculator implementations.
-