Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.spec
Class KEMParameterSpec

java.lang.Object
  |
  +--org.bouncycastle.jcajce.spec.KTSParameterSpec
        |
        +--org.bouncycastle.jcajce.spec.KEMParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

Deprecated. use KTSParameterSpec

public class KEMParameterSpec
extends KTSParameterSpec


Inner classes inherited from class org.bouncycastle.jcajce.spec.KTSParameterSpec
KTSParameterSpec.Builder
 
Constructor Summary
KEMParameterSpec(java.lang.String keyAlgorithmName)
          Deprecated.  
KEMParameterSpec(java.lang.String keyAlgorithmName, int keySizeInBits)
          Deprecated.  
 
Method Summary
 int getKeySizeInBits()
          Deprecated. Return the key size in bits if specified, -1 indicates no preference.
 
Methods inherited from class org.bouncycastle.jcajce.spec.KTSParameterSpec
getKdfAlgorithm, getKeyAlgorithmName, getKeySize, getOtherInfo, getParameterSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KEMParameterSpec

public KEMParameterSpec(java.lang.String keyAlgorithmName)
Deprecated. 

KEMParameterSpec

public KEMParameterSpec(java.lang.String keyAlgorithmName,
                        int keySizeInBits)
Deprecated. 
Method Detail

getKeySizeInBits

public int getKeySizeInBits()
Deprecated. 
Return the key size in bits if specified, -1 indicates no preference.
Returns:
key size, or -1.

Bouncy Castle Cryptography Library 1.77.0