Class FrodoParameters
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.frodo.FrodoParameters
-
- All Implemented Interfaces:
CipherParameters
public class FrodoParameters extends java.lang.Object implements CipherParameters
-
-
Field Summary
Fields Modifier and Type Field Description static FrodoParametersfrodokem19888r3static FrodoParametersfrodokem19888shaker3static FrodoParametersfrodokem31296r3static FrodoParametersfrodokem31296shaker3static FrodoParametersfrodokem43088r3static FrodoParametersfrodokem43088shaker3
-
Constructor Summary
Constructors Constructor Description FrodoParameters(java.lang.String name, int n, int D, int B, short[] cdf_table, Xof digest, org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator mGen, int defaultKeySize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetB()short[]getCdf_table()intgetD()intgetDefaultKeySize()XofgetDigest()org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGeneratorgetmGen()intgetN()java.lang.StringgetName()
-
-
-
Field Detail
-
frodokem19888r3
public static final FrodoParameters frodokem19888r3
-
frodokem19888shaker3
public static final FrodoParameters frodokem19888shaker3
-
frodokem31296r3
public static final FrodoParameters frodokem31296r3
-
frodokem31296shaker3
public static final FrodoParameters frodokem31296shaker3
-
frodokem43088r3
public static final FrodoParameters frodokem43088r3
-
frodokem43088shaker3
public static final FrodoParameters frodokem43088shaker3
-
-
Constructor Detail
-
FrodoParameters
public FrodoParameters(java.lang.String name, int n, int D, int B, short[] cdf_table, Xof digest, org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator mGen, int defaultKeySize)
-
-
Method Detail
-
getN
public int getN()
-
getName
public java.lang.String getName()
-
getD
public int getD()
-
getB
public int getB()
-
getCdf_table
public short[] getCdf_table()
-
getDigest
public Xof getDigest()
-
getDefaultKeySize
public int getDefaultKeySize()
-
getmGen
public org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator getmGen()
-
-