Class QTESLAKeyGenerationParameters


  • public class QTESLAKeyGenerationParameters
    extends KeyGenerationParameters
    qTESLA key-pair generation parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      QTESLAKeyGenerationParameters​(int securityCategory, java.security.SecureRandom random)
      Base constructor - provide the qTESLA security category and a source of randomness.
    • Constructor Detail

      • QTESLAKeyGenerationParameters

        public QTESLAKeyGenerationParameters​(int securityCategory,
                                             java.security.SecureRandom random)
        Base constructor - provide the qTESLA security category and a source of randomness.
        Parameters:
        securityCategory - the security category to generate the parameters for.
        random - the random byte source.
    • Method Detail

      • getSecurityCategory

        public int getSecurityCategory()
        Return the security category for these parameters.
        Returns:
        the security category for keys generated using these parameters.