Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.bike
Class BIKEParameters

java.lang.Object
  |
  +--org.bouncycastle.pqc.crypto.bike.BIKEParameters
All Implemented Interfaces:
CipherParameters, KEMParameters

public class BIKEParameters
extends java.lang.Object
implements KEMParameters


Field Summary
static BIKEParameters bike128
           
static BIKEParameters bike192
           
static BIKEParameters bike256
           
 
Method Summary
 int getL()
           
 int getLByte()
           
 java.lang.String getName()
           
 int getNbIter()
           
 int getR()
           
 int getRByte()
           
 int getSessionKeySize()
           
 int getT()
           
 int getTau()
           
 int getW()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bike128

public static final BIKEParameters bike128

bike192

public static final BIKEParameters bike192

bike256

public static final BIKEParameters bike256
Method Detail

getR

public int getR()

getRByte

public int getRByte()

getLByte

public int getLByte()

getW

public int getW()

getT

public int getT()

getL

public int getL()

getNbIter

public int getNbIter()

getTau

public int getTau()

getName

public java.lang.String getName()

getSessionKeySize

public int getSessionKeySize()

Bouncy Castle Cryptography Library 1.79