Uses of Class
org.bouncycastle.jcajce.spec.KTSExtractKeySpec.Builder
Packages that use KTSExtractKeySpec.Builder
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of KTSExtractKeySpec.Builder in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return KTSExtractKeySpec.BuilderModifier and TypeMethodDescriptionKTSExtractKeySpec.Builder.withKdfAlgorithm
(AlgorithmIdentifier kdfAlgorithm) Set the KDF algorithm and digest algorithm for key generation (ignored for OAEP).KTSExtractKeySpec.Builder.withKdfAlgorithm
(FipsKDF.AgreementKDFParametersBuilder kdfAlgorithm) Set the KDF algorithm and digest algorithm for key generation (ignored for OAEP).Set the MAC algorithm name and its associated key size for the MAC key in the encapsulation.KTSExtractKeySpec.Builder.withParameterSpec
(AlgorithmParameterSpec parameterSpec) Set the algorithm parameter spec to be used with the private key.