Uses of Enum
org.bouncycastle.jcajce.spec.TwoStepKDFParameterSpec.CounterLocation
Packages that use TwoStepKDFParameterSpec.CounterLocation
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of TwoStepKDFParameterSpec.CounterLocation in org.bouncycastle.jcajce.spec
Subclasses with type arguments of type TwoStepKDFParameterSpec.CounterLocation in org.bouncycastle.jcajce.specMethods in org.bouncycastle.jcajce.spec that return TwoStepKDFParameterSpec.CounterLocationModifier and TypeMethodDescriptionTwoStepKDFParameterSpec.getCounterLocation()Return the counter locationReturns the enum constant of this type with the specified name.TwoStepKDFParameterSpec.CounterLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bouncycastle.jcajce.spec with parameters of type TwoStepKDFParameterSpec.CounterLocationModifier and TypeMethodDescriptionTwoStepKDFParameterSpec.Builder.withCounterLocation(TwoStepKDFParameterSpec.CounterLocation location) Specify the counter location.