Uses of Enum
org.bouncycastle.jcajce.spec.TwoStepKDFParameterSpec.KDFMode
Packages that use TwoStepKDFParameterSpec.KDFMode
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of TwoStepKDFParameterSpec.KDFMode in org.bouncycastle.jcajce.spec
Subclasses with type arguments of type TwoStepKDFParameterSpec.KDFMode in org.bouncycastle.jcajce.specMethods in org.bouncycastle.jcajce.spec that return TwoStepKDFParameterSpec.KDFModeModifier and TypeMethodDescriptionTwoStepKDFParameterSpec.getKDFMode()Returns the salt, or null if the salt should be generated as a byte array of HashLen zeros.Returns the enum constant of this type with the specified name.static TwoStepKDFParameterSpec.KDFMode[]TwoStepKDFParameterSpec.KDFMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bouncycastle.jcajce.spec with parameters of type TwoStepKDFParameterSpec.KDFModeModifierConstructorDescriptionBuilder(TwoStepKDFParameterSpec.KDFMode kdfMode) Construct parameters for HKDF, specifying both the optional salt and optional info.Builder(TwoStepKDFParameterSpec.KDFMode kdfMode, int r) Construct parameters for TwoStepKDF using Counter mode, specifying both the optional salt and optional info (default location position of After Iteration Data is used).