Package org.bouncycastle.pqc.crypto.hqc
Class HQCParameters
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.hqc.HQCParameters
-
- All Implemented Interfaces:
CipherParameters,KEMParameters
public class HQCParameters extends java.lang.Object implements KEMParameters
-
-
Field Summary
Fields Modifier and Type Field Description static HQCParametershqc128static HQCParametershqc192static HQCParametershqc256
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()intgetSessionKeySize()
-
-
-
Field Detail
-
hqc128
public static final HQCParameters hqc128
-
hqc192
public static final HQCParameters hqc192
-
hqc256
public static final HQCParameters hqc256
-
-