Uses of Enum
org.bouncycastle.crypto.fips.FipsKDF.CounterLocation
Packages that use FipsKDF.CounterLocation
-
Uses of FipsKDF.CounterLocation in org.bouncycastle.crypto.fips
Subclasses with type arguments of type FipsKDF.CounterLocation in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionstatic enumAn enumeration of the counter locations for Feedback Mode and Double Pipeline Iteration Mode.Methods in org.bouncycastle.crypto.fips that return FipsKDF.CounterLocationModifier and TypeMethodDescriptionstatic FipsKDF.CounterLocationReturns 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.CounterLocationModifier and TypeMethodDescriptionFipsKDF.DoublePipelineModeParametersBuilder.withRAndLocation(int r, FipsKDF.CounterLocation counterLocation) Return a new parameters builder based around the passed in counter size and counter position.FipsKDF.FeedbackModeParametersBuilder.withRAndLocation(int r, FipsKDF.CounterLocation counterLocation) Return a new parameters builder based around the passed in counter size and counter position.