java.security.spec.KeySpecpublic class RainbowPublicKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec
KeySpec| Constructor | Description |
|---|---|
RainbowPublicKeySpec(int docLength,
short[][] coeffquadratic,
short[][] coeffSingular,
short[] coeffScalar) |
Constructor
|
| Modifier and Type | Method | 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()