Uses of Class
org.bouncycastle.jcajce.spec.KTSKeySpec
-
Packages that use KTSKeySpec Package Description org.bouncycastle.jcajce.spec 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.spec Modifier and Type Class Description class
KTSExtractKeySpec
KeySpec for use with secret key extraction with a SecretKeyFactory supporting KTS.class
KTSGenerateKeySpec
KeySpec for use with secret key generation with a SecretKeyFactory supporting KTS.Methods in org.bouncycastle.jcajce.spec that return KTSKeySpec Modifier and Type Method Description KTSKeySpec
KTSWithKEMKWSKeySpec. getKTSKeySpec()
Return the base spec for the KTS step.Constructors in org.bouncycastle.jcajce.spec with parameters of type KTSKeySpec Constructor Description KTSWithKEMKWSKeySpec(KTSKeySpec ktsKeySpec, java.lang.String transportedKeyAlgorithm, int transportedKeySizeInBits)
Base constructor.
-