public class RainbowPublicKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec
KeySpec| Constructor and Description |
|---|
RainbowPublicKeySpec(int docLength,
short[][] coeffquadratic,
short[][] coeffSingular,
short[] coeffScalar)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
short[][] |
getCoeffQuadratic() |
short[] |
getCoeffScalar() |
short[][] |
getCoeffSingular() |
int |
getDocLength() |
public RainbowPublicKeySpec(int docLength,
short[][] coeffquadratic,
short[][] coeffSingular,
short[] coeffScalar)
docLength - coeffquadratic - coeffSingular - coeffScalar - public int getDocLength()
public short[][] getCoeffQuadratic()
public short[][] getCoeffSingular()
public short[] getCoeffScalar()