Uses of Class
org.bouncycastle.jcajce.spec.KTSGenerateKeySpec.Builder
Packages that use KTSGenerateKeySpec.Builder
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of KTSGenerateKeySpec.Builder in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return KTSGenerateKeySpec.BuilderModifier and TypeMethodDescriptionKTSGenerateKeySpec.Builder.withKdfAlgorithm
(AlgorithmIdentifier kdfAlgorithm) Set the KDF algorithm and digest algorithm for key generation.KTSGenerateKeySpec.Builder.withKdfAlgorithm
(FipsKDF.AgreementKDFParametersBuilder kdfBuilder) Set the KDF algorithm and digest algorithm for key generation.Set the MAC algorithm name and its associated key size for the MAC key section of the secret.KTSGenerateKeySpec.Builder.withParameterSpec
(AlgorithmParameterSpec parameterSpec) Set the algorithm parameter spec to be used with the public key.KTSGenerateKeySpec.Builder.withSecureRandom
(SecureRandom random) Set the SecureRandom which will be used to generate the secret.