Uses of Class
org.bouncycastle.jcajce.spec.KTSKeySpec
Packages that use KTSKeySpec
Package
Description
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of KTSKeySpec in org.bouncycastle.jcajce.spec
Subclasses of KTSKeySpec in org.bouncycastle.jcajce.specModifier and TypeClassDescriptionclass
KeySpec for use with secret key extraction with a SecretKeyFactory supporting KTS.class
KeySpec for use with secret key generation with a SecretKeyFactory supporting KTS.Methods in org.bouncycastle.jcajce.spec that return KTSKeySpecModifier and TypeMethodDescriptionKTSWithKEMKWSKeySpec.getKTSKeySpec()
Return the base spec for the KTS step.Constructors in org.bouncycastle.jcajce.spec with parameters of type KTSKeySpecModifierConstructorDescriptionKTSWithKEMKWSKeySpec
(KTSKeySpec ktsKeySpec, String transportedKeyAlgorithm, int transportedKeySizeInBits) Base constructor.