Package org.bouncycastle.jcajce.spec
Class KEMKDFSpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.KEMKDFSpec
-
- Direct Known Subclasses:
KEMExtractSpec,KEMGenerateSpec,KTSParameterSpec
public class KEMKDFSpec extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKEMKDFSpec(AlgorithmIdentifier kdfAlgorithm, byte[] otherInfo, java.lang.String keyAlgorithmName, int keySizeInBits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmIdentifiergetKdfAlgorithm()java.lang.StringgetKeyAlgorithmName()intgetKeySize()byte[]getOtherInfo()
-
-
-
Constructor Detail
-
KEMKDFSpec
protected KEMKDFSpec(AlgorithmIdentifier kdfAlgorithm, byte[] otherInfo, java.lang.String keyAlgorithmName, int keySizeInBits)
-
-
Method Detail
-
getKeyAlgorithmName
public java.lang.String getKeyAlgorithmName()
-
getKeySize
public int getKeySize()
-
getKdfAlgorithm
public AlgorithmIdentifier getKdfAlgorithm()
-
getOtherInfo
public byte[] getOtherInfo()
-
-