Class RainbowPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowKeyParameters
org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowPublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionRainbowPublicKeyParameters
(int docLength, short[][] coeffQuadratic, short[][] coeffSingular, short[] coeffScalar) Constructor -
Method Summary
Modifier and TypeMethodDescriptionshort[][]
short[]
short[][]
Methods inherited from class org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowKeyParameters
getDocLength
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
RainbowPublicKeyParameters
public RainbowPublicKeyParameters(int docLength, short[][] coeffQuadratic, short[][] coeffSingular, short[] coeffScalar) Constructor- Parameters:
docLength
-coeffQuadratic
-coeffSingular
-coeffScalar
-
-
-
Method Details
-
getCoeffQuadratic
public short[][] getCoeffQuadratic()- Returns:
- the coeffquadratic
-
getCoeffSingular
public short[][] getCoeffSingular()- Returns:
- the coeffsingular
-
getCoeffScalar
public short[] getCoeffScalar()- Returns:
- the coeffscalar
-