Class CMCEKeyGeneratorSpi
- java.lang.Object
-
- javax.crypto.KeyGeneratorSpi
-
- org.bouncycastle.pqc.jcajce.provider.cmce.CMCEKeyGeneratorSpi
-
@Deprecated public class CMCEKeyGeneratorSpi extends javax.crypto.KeyGeneratorSpiDeprecated.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.
-
-
Constructor Summary
Constructors Constructor Description CMCEKeyGeneratorSpi()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected javax.crypto.SecretKeyengineGenerateKey()Deprecated.protected voidengineInit(int i, java.security.SecureRandom secureRandom)Deprecated.protected voidengineInit(java.security.SecureRandom secureRandom)Deprecated.protected voidengineInit(java.security.spec.AlgorithmParameterSpec algorithmParameterSpec, java.security.SecureRandom secureRandom)Deprecated.
-
-
-
Method Detail
-
engineInit
protected void engineInit(java.security.SecureRandom secureRandom)
Deprecated.- Specified by:
engineInitin classjavax.crypto.KeyGeneratorSpi
-
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec algorithmParameterSpec, java.security.SecureRandom secureRandom) throws java.security.InvalidAlgorithmParameterExceptionDeprecated.- Specified by:
engineInitin classjavax.crypto.KeyGeneratorSpi- Throws:
java.security.InvalidAlgorithmParameterException
-
engineInit
protected void engineInit(int i, java.security.SecureRandom secureRandom)Deprecated.- Specified by:
engineInitin classjavax.crypto.KeyGeneratorSpi
-
engineGenerateKey
protected javax.crypto.SecretKey engineGenerateKey()
Deprecated.- Specified by:
engineGenerateKeyin classjavax.crypto.KeyGeneratorSpi
-
-