public class RainbowPublicKey extends ASN1Object
RainbowPublicKey ::= SEQUENCE { CHOICE { oid OBJECT IDENTIFIER -- OID identifying the algorithm version INTEGER -- 0 } docLength Integer -- length of the code coeffquadratic SEQUENCE OF OCTET STRING -- quadratic (mixed) coefficients coeffsingular SEQUENCE OF OCTET STRING -- singular coefficients coeffscalar SEQUENCE OF OCTET STRING -- scalar coefficients }
Constructor and Description |
---|
RainbowPublicKey(int docLength,
short[][] coeffQuadratic,
short[][] coeffSingular,
short[] coeffScalar) |
Modifier and Type | Method and Description |
---|---|
short[][] |
getCoeffQuadratic() |
short[] |
getCoeffScalar() |
short[][] |
getCoeffSingular() |
int |
getDocLength() |
static RainbowPublicKey |
getInstance(java.lang.Object o) |
ASN1Integer |
getVersion() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public RainbowPublicKey(int docLength, short[][] coeffQuadratic, short[][] coeffSingular, short[] coeffScalar)
public static RainbowPublicKey getInstance(java.lang.Object o)
public ASN1Integer getVersion()
public int getDocLength()
public short[][] getCoeffQuadratic()
public short[][] getCoeffSingular()
public short[] getCoeffScalar()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object