Class FaestPrivateKeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.faest.FaestPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class FaestPrivateKeyParameters extends AsymmetricKeyParameter
FAEST private key: encoded as owfInput || owfKey (matching the upstream SK_INPUT || SK_KEY layout). Length matches FaestParameters.getSkSize().
  • Constructor Details

    • FaestPrivateKeyParameters

      public FaestPrivateKeyParameters(FaestParameters parameters, byte[] privateKey)
  • Method Details

    • getPrivateKey

      public byte[] getPrivateKey()
    • getEncoded

      public byte[] getEncoded()
    • getParameters

      public FaestParameters getParameters()