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 HQCParameters
hqc128
static HQCParameters
hqc192
static HQCParameters
hqc256
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
int
getSessionKeySize()
-
-
-
Field Detail
-
hqc128
public static final HQCParameters hqc128
-
hqc192
public static final HQCParameters hqc192
-
hqc256
public static final HQCParameters hqc256
-
-