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()
Copyright © 2018 BouncyCastle.org. All rights reserved.