Uses of Class
org.bouncycastle.jcajce.spec.KEMKDFSpec
Packages that use KEMKDFSpec
-
Uses of KEMKDFSpec in org.bouncycastle.jcajce.spec
Subclasses of KEMKDFSpec in org.bouncycastle.jcajce.specModifier and TypeClassDescriptionclassclassclassDeprecated.use KTSParameterSpecclassParameter spec for doing KTS based wrapping via the Cipher API. -
Uses of KEMKDFSpec in org.bouncycastle.pqc.jcajce.provider.util
Methods in org.bouncycastle.pqc.jcajce.provider.util with parameters of type KEMKDFSpecModifier and TypeMethodDescriptionstatic byte[]KdfUtil.makeKeyBytes(KEMKDFSpec kdfSpec, byte[] secret) Generate a byte[] secret key from the passed in secret.