Uses of Interface
org.bouncycastle.crypto.OutputXOFCalculator
-
Packages that use OutputXOFCalculator 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 OutputXOFCalculator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputXOFCalculator Modifier and Type Method Description OutputXOFCalculator<T>
XOFOperatorFactory. createOutputXOFCalculator(T parameters)
Create an extendable output function calculator which provides an OutputStream to write data to. -
Uses of OutputXOFCalculator in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputXOFCalculator Modifier and Type Class Description class
FipsOutputXOFCalculator<T extends FipsParameters>
Base class for a FIPS extendable output function calculator.
-