Uses of Enum
org.bouncycastle.crypto.fips.FipsKDF.CounterLocation
Packages that use FipsKDF.CounterLocation
-
Uses of FipsKDF.CounterLocation in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.CounterLocationModifier and TypeMethodDescriptionstatic FipsKDF.CounterLocation
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.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.