Class GeMSSParameters


  • public class GeMSSParameters
    extends java.lang.Object
    • Method Detail

      • getName

        public java.lang.String getName()
      • getParams

        public static GeMSSParameters getParams​(java.lang.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 java.lang.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()