Uses of Class
org.bouncycastle.jcajce.spec.TwoStepKDFParameterSpec.Builder
Packages that use TwoStepKDFParameterSpec.Builder
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of TwoStepKDFParameterSpec.Builder in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return TwoStepKDFParameterSpec.BuilderModifier and TypeMethodDescriptionTwoStepKDFParameterSpec.Builder.withCounterLocation(TwoStepKDFParameterSpec.CounterLocation location) Specify the counter location.TwoStepKDFParameterSpec.Builder.withInfo(byte[] info) Specify the optional fixed info.TwoStepKDFParameterSpec.Builder.withIV(byte[] iv) Specify the optional fixed info.TwoStepKDFParameterSpec.Builder.withSalt(byte[] salt) Specify the optional salt.