Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.spec
Class KEMKDFSpec

java.lang.Object
  extended byorg.bouncycastle.jcajce.spec.KEMKDFSpec
Direct Known Subclasses:
KEMExtractSpec, KEMGenerateSpec, KTSParameterSpec

public class KEMKDFSpec
extends java.lang.Object


Constructor Summary
protected KEMKDFSpec(AlgorithmIdentifier kdfAlgorithm, byte[] otherInfo, java.lang.String keyAlgorithmName, int keySizeInBits)
           
 
Method Summary
 AlgorithmIdentifier getKdfAlgorithm()
           
 java.lang.String getKeyAlgorithmName()
           
 int getKeySize()
           
 byte[] getOtherInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Bouncy Castle Cryptography Library 1.81