Class RainbowPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
-
- org.bouncycastle.pqc.crypto.rainbow.RainbowPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class RainbowPublicKeyParameters extends RainbowKeyParameters
-
-
Constructor Summary
Constructors Constructor Description RainbowPublicKeyParameters(int docLength, short[][] coeffQuadratic, short[][] coeffSingular, short[] coeffScalar)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short[][]
getCoeffQuadratic()
short[]
getCoeffScalar()
short[][]
getCoeffSingular()
-
Methods inherited from class org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
getDocLength
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-