Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.CounterModeParametersBuilder
Packages that use FipsKDF.CounterModeParametersBuilder
-
Uses of FipsKDF.CounterModeParametersBuilder in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsKDF.CounterModeParametersBuilderModifier and TypeFieldDescriptionstatic final FipsKDF.CounterModeParametersBuilder
FipsKDF.COUNTER_MODE
Algorithm parameter source for NIST SP 800-108 KDF in Counter Mode.Methods in org.bouncycastle.crypto.fips that return FipsKDF.CounterModeParametersBuilderModifier and TypeMethodDescriptionFipsKDF.CounterModeParametersBuilder.withPRFAndR
(FipsKDF.PRF prf, int r) Return a new parameters builder based around the passed in PRF and counter size.