Class HAETAEPrivateKeyParameters

All Implemented Interfaces:
CipherParameters

public class HAETAEPrivateKeyParameters extends HAETAEKeyParameters
Lightweight private key parameters for HAETAE. Wraps the raw encoded private key bytes (the secret seed) produced by HAETAEKeyPairGenerator for the parameter set carried on the superclass.
  • Constructor Details

    • HAETAEPrivateKeyParameters

      public HAETAEPrivateKeyParameters(HAETAEParameters params, byte[] seed_sk)
  • Method Details

    • getEncoded

      public byte[] getEncoded()
    • getSeedSk

      public byte[] getSeedSk()