Uses of Class
org.bouncycastle.jcajce.spec.KEMExtractSpec.Builder
Packages that use KEMExtractSpec.Builder
-
Uses of KEMExtractSpec.Builder in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return KEMExtractSpec.BuilderModifier and TypeMethodDescriptionKEMExtractSpec.Builder.withKdfAlgorithm(AlgorithmIdentifier kdfAlgorithm) Set the KDF algorithm and digest algorithm for wrap key generation.KEMExtractSpec.Builder.withNoKdf()Use the shared secret directly for key wrap generation.KEMExtractSpec.Builder.withOtherInfo(byte[] otherInfo) Set the OtherInfo to use with the KDF.