Class CMCEParameters
java.lang.Object
org.bouncycastle.pqc.crypto.cmce.CMCEParameters
- All Implemented Interfaces:
CipherParameters, KEMParameters
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated.static final CMCEParametersDeprecated. -
Method Summary
-
Field Details
-
mceliece348864r3
Deprecated. -
mceliece348864fr3
Deprecated. -
mceliece460896r3
Deprecated. -
mceliece460896fr3
Deprecated. -
mceliece6688128r3
Deprecated. -
mceliece6688128fr3
Deprecated. -
mceliece6960119r3
Deprecated. -
mceliece6960119fr3
Deprecated. -
mceliece8192128r3
Deprecated. -
mceliece8192128fr3
Deprecated.
-
-
Method Details
-
getName
Deprecated. -
getM
public int getM()Deprecated. -
getN
public int getN()Deprecated. -
getT
public int getT()Deprecated. -
getMu
public int getMu()Deprecated. -
getNu
public int getNu()Deprecated. -
getSessionKeySize
public int getSessionKeySize()Deprecated.
-