Class FalconPrivateKeyParameters

All Implemented Interfaces:
CipherParameters

public class FalconPrivateKeyParameters extends FalconKeyParameters
  • Constructor Details

    • FalconPrivateKeyParameters

      public FalconPrivateKeyParameters(FalconParameters parameters, byte[] f, byte[] g, byte[] F, byte[] pk_encoded)
  • Method Details

    • getEncoded

      public byte[] getEncoded()
    • getPublicKey

      public byte[] getPublicKey()
    • getSpolyf

      public byte[] getSpolyf()
    • getG

      public byte[] getG()
    • getSpolyF

      public byte[] getSpolyF()