Class DilithiumPrivateKeyParameters

All Implemented Interfaces:
CipherParameters

public class DilithiumPrivateKeyParameters extends DilithiumKeyParameters
  • Constructor Details

    • DilithiumPrivateKeyParameters

      public DilithiumPrivateKeyParameters(DilithiumParameters params, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1)
  • Method Details

    • getPrivateKey

      public byte[] getPrivateKey()
    • getRho

      public byte[] getRho()
    • getK

      public byte[] getK()
    • getTr

      public byte[] getTr()
    • getS1

      public byte[] getS1()
    • getS2

      public byte[] getS2()
    • getT0

      public byte[] getT0()
    • getT1

      public byte[] getT1()
    • getEncoded

      public byte[] getEncoded()