org.bouncycastle.pqc.jcajce.provider.cmce
Class CMCEKeyPairGeneratorSpi
java.lang.Object
java.security.KeyPairGeneratorSpi
java.security.KeyPairGenerator
org.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
|
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 |
CMCEKeyPairGeneratorSpi
public CMCEKeyPairGeneratorSpi()
- Deprecated.
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.