Class QTESLAParameterSpec

  • All Implemented Interfaces:
    AlgorithmParameterSpec

    public class QTESLAParameterSpec
    extends Object
    implements AlgorithmParameterSpec
    qTESLA parameter details. These are divided up on the basis of the security categories for each individual parameter set.
    • Field Detail

      • PROVABLY_SECURE_I

        public static final String PROVABLY_SECURE_I
        Available security categories.
      • PROVABLY_SECURE_III

        public static final String PROVABLY_SECURE_III
    • Constructor Detail

      • QTESLAParameterSpec

        public QTESLAParameterSpec​(String securityCategory)
        Base constructor.
        Parameters:
        securityCategory - the security category we want this parameterSpec to match.
    • Method Detail

      • getSecurityCategory

        public String getSecurityCategory()
        Return the security category.
        Returns:
        the security category.