Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.CounterModeParameters
-
Packages that use FipsKDF.CounterModeParameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsKDF.CounterModeParameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.CounterModeParameters Modifier and Type Method Description FipsKDF.CounterModeParameters
FipsKDF.CounterModeParametersBuilder. using(byte[] ki, boolean isPrefix, byte[] label, byte[] context, int L)
Build method for parameters which builds fixed input as outlined in SP 800-108 with the fixed input as a prefix, or suffix, to the counter.FipsKDF.CounterModeParameters
FipsKDF.CounterModeParametersBuilder. using(byte[] ki, byte[] fixedInputPrefix)
Return a new parameter set for ki and a prefix.FipsKDF.CounterModeParameters
FipsKDF.CounterModeParametersBuilder. using(byte[] ki, byte[] fixedInputPrefix, byte[] fixedInputSuffix)
Return a new parameter set for ki and the prefix/suffix data.Methods in org.bouncycastle.crypto.fips that return types with arguments of type FipsKDF.CounterModeParameters Modifier and Type Method Description KDFCalculator<FipsKDF.CounterModeParameters>
FipsKDF.CounterModeFactory. createKDFCalculator(FipsKDF.CounterModeParameters params)
Methods in org.bouncycastle.crypto.fips with parameters of type FipsKDF.CounterModeParameters Modifier and Type Method Description KDFCalculator<FipsKDF.CounterModeParameters>
FipsKDF.CounterModeFactory. createKDFCalculator(FipsKDF.CounterModeParameters params)
-