Bouncy Castle Cryptography Library 1.79

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
static HQCParameters hqc128
           
static HQCParameters hqc192
           
static HQCParameters hqc256
           
 
Method Summary
 java.lang.String getName()
           
 int getSessionKeySize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hqc128

public static final HQCParameters hqc128

hqc192

public static final HQCParameters hqc192

hqc256

public static final HQCParameters hqc256
Method Detail

getSessionKeySize

public int getSessionKeySize()

getName

public java.lang.String getName()

Bouncy Castle Cryptography Library 1.79