Bouncy Castle Cryptography Library 1.48

org.bouncycastle.pqc.crypto.rainbow
Class RainbowPublicKeyParameters

java.lang.Object
  extended by org.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended by org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
          extended by org.bouncycastle.pqc.crypto.rainbow.RainbowPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class RainbowPublicKeyParameters
extends RainbowKeyParameters


Constructor Summary
RainbowPublicKeyParameters(int docLength, short[][] coeffQuadratic, short[][] coeffSingular, short[] coeffScalar)
          Constructor
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RainbowPublicKeyParameters

public RainbowPublicKeyParameters(int docLength,
                                  short[][] coeffQuadratic,
                                  short[][] coeffSingular,
                                  short[] coeffScalar)
Constructor

Parameters:
docLength -
coeffQuadratic -
coeffSingular -
coeffScalar -
Method Detail

getCoeffQuadratic

public short[][] getCoeffQuadratic()
Returns:
the coeffquadratic

getCoeffSingular

public short[][] getCoeffSingular()
Returns:
the coeffsingular

getCoeffScalar

public short[] getCoeffScalar()
Returns:
the coeffscalar

Bouncy Castle Cryptography Library 1.48