Uses of Class
org.bouncycastle.jcajce.spec.KTSParameterSpec.Builder
Packages that use KTSParameterSpec.Builder
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of KTSParameterSpec.Builder in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return KTSParameterSpec.BuilderModifier and TypeMethodDescriptionKTSParameterSpec.Builder.withKdfAlgorithm
(AlgorithmIdentifier kdfAlgorithm) Set the KDF algorithm and digest algorithm for wrap key generation.KTSParameterSpec.Builder.withKdfAlgorithm
(FipsKDF.AgreementKDFParametersBuilder kdfSource) Set the KDF algorithm and digest algorithm for wrap key generation.KTSParameterSpec.Builder.withParameterSpec
(AlgorithmParameterSpec parameterSpec) Set the algorithm parameter spec to be used with the wrapper.