Class GeMSSParameters

java.lang.Object
org.bouncycastle.pqc.crypto.gemss.GeMSSParameters

public class GeMSSParameters extends Object
  • Field Details

  • Method Details

    • getName

      public String getName()
    • getParams

      public static GeMSSParameters getParams(Integer id)
      Return the SPHINCS+ parameters that map to the passed in parameter ID.
      Parameters:
      id - the oid of interest.
      Returns:
      the parameter set.
    • getID

      public static Integer getID(GeMSSParameters params)
      Return the OID that maps to the passed in SPHINCS+ parameters.
      Parameters:
      params - the parameters of interest.
      Returns:
      the OID for the parameter set.
    • getEncoded

      public byte[] getEncoded()
    • getEngine

      public org.bouncycastle.pqc.crypto.gemss.GeMSSEngine getEngine()