Class HSSKeyGenerationParameters

    • Constructor Detail

      • HSSKeyGenerationParameters

        public HSSKeyGenerationParameters​(LMSParameters[] lmsParameters,
                                          java.security.SecureRandom random)
        Base constructor - parameters and a source of randomness.
        Parameters:
        lmsParameters - array of LMS parameters, one per level in the hierarchy (up to 8 levels).
        random - the random byte source.
    • Method Detail

      • getDepth

        public int getDepth()