Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.provider.cmce
Class CMCEKeyPairGeneratorSpi

java.lang.Object
  extended byjava.security.KeyPairGeneratorSpi
      extended byjava.security.KeyPairGenerator
          extended byorg.bouncycastle.pqc.jcajce.provider.cmce.CMCEKeyPairGeneratorSpi

Deprecated. the standardised Classic McEliece KEM (ISO/IEC 18033-2:2006/Amd 2:2026) is now provided under org.bouncycastle.crypto and org.bouncycastle.jcajce (see org.bouncycastle.crypto.params.CMCEParameters and org.bouncycastle.jcajce.spec.CMCEParameterSpec). This is the legacy NIST round 3 (non-pc, incl. mceliece348864) implementation, retained for backwards compatibility.

public class CMCEKeyPairGeneratorSpi
extends java.security.KeyPairGenerator


Constructor Summary
CMCEKeyPairGeneratorSpi()
          Deprecated.  
 
Method Summary
 java.security.KeyPair generateKeyPair()
          Deprecated.  
 void initialize(java.security.spec.AlgorithmParameterSpec params, java.security.SecureRandom random)
          Deprecated.  
 void initialize(int strength, java.security.SecureRandom random)
          Deprecated.  
 
Methods inherited from class java.security.KeyPairGenerator
genKeyPair, getAlgorithm, getInstance, getInstance, getInstance, getProvider, initialize, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMCEKeyPairGeneratorSpi

public CMCEKeyPairGeneratorSpi()
Deprecated. 
Method Detail

initialize

public void initialize(int strength,
                       java.security.SecureRandom random)
Deprecated. 

initialize

public void initialize(java.security.spec.AlgorithmParameterSpec params,
                       java.security.SecureRandom random)
                throws java.security.InvalidAlgorithmParameterException
Deprecated. 
Throws:
java.security.InvalidAlgorithmParameterException

generateKeyPair

public java.security.KeyPair generateKeyPair()
Deprecated. 

Bouncy Castle Cryptography Library 1.85