Class RainbowPublicKeyParameters

All Implemented Interfaces:
CipherParameters

public class RainbowPublicKeyParameters extends RainbowKeyParameters
  • 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