Class XMSSKeyGenerationParameters

java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.xmss.XMSSKeyGenerationParameters

public final class XMSSKeyGenerationParameters extends KeyGenerationParameters
XMSS key-pair generation parameters.
  • Constructor Details

    • XMSSKeyGenerationParameters

      public XMSSKeyGenerationParameters(XMSSParameters xmssParameters, SecureRandom prng)
      XMSSMT constructor...
      Parameters:
      prng - Secure random to use.
  • Method Details