Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.CounterLocation
-
Packages that use FipsKDF.CounterLocation Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsKDF.CounterLocation in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.CounterLocation Modifier and Type Method Description static FipsKDF.CounterLocation
FipsKDF.CounterLocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FipsKDF.CounterLocation[]
FipsKDF.CounterLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bouncycastle.crypto.fips with parameters of type FipsKDF.CounterLocation Modifier and Type Method Description FipsKDF.DoublePipelineModeParametersBuilder
FipsKDF.DoublePipelineModeParametersBuilder. withRAndLocation(int r, FipsKDF.CounterLocation counterLocation)
Return a new parameters builder based around the passed in counter size and counter position.FipsKDF.FeedbackModeParametersBuilder
FipsKDF.FeedbackModeParametersBuilder. withRAndLocation(int r, FipsKDF.CounterLocation counterLocation)
Return a new parameters builder based around the passed in counter size and counter position.
-