Class SPHINCSKeyParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SHA3_256
      Use SHA3-256 for the tree generation function.
      static java.lang.String SHA512_256
      Use SHA512-256 for the tree generation function.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SPHINCSKeyParameters​(boolean isPrivateKey, java.lang.String treeDigest)  
    • Field Detail

      • SHA512_256

        public static final java.lang.String SHA512_256
        Use SHA512-256 for the tree generation function.
        See Also:
        Constant Field Values
      • SHA3_256

        public static final java.lang.String SHA3_256
        Use SHA3-256 for the tree generation function.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SPHINCSKeyParameters

        protected SPHINCSKeyParameters​(boolean isPrivateKey,
                                       java.lang.String treeDigest)
    • Method Detail

      • getTreeDigest

        public java.lang.String getTreeDigest()