Class LMOtsParameters

java.lang.Object
org.bouncycastle.pqc.crypto.lms.LMOtsParameters

public class LMOtsParameters extends Object
  • Field Details Link icon

  • Constructor Details Link icon

    • LMOtsParameters Link icon

      protected LMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID)
  • Method Details Link icon

    • getType Link icon

      public int getType()
    • getN Link icon

      public int getN()
    • getW Link icon

      public int getW()
    • getP Link icon

      public int getP()
    • getLs Link icon

      public int getLs()
    • getSigLen Link icon

      public int getSigLen()
    • getDigestOID Link icon

      public ASN1ObjectIdentifier getDigestOID()
    • getParametersForType Link icon

      public static LMOtsParameters getParametersForType(int type)