Class GMSSPrivateKey

    • Constructor Detail

      • GMSSPrivateKey

        public GMSSPrivateKey​(int[] index,
                              byte[][] currentSeed,
                              byte[][] nextNextSeed,
                              byte[][][] currentAuthPath,
                              byte[][][] nextAuthPath,
                              Treehash[][] currentTreehash,
                              Treehash[][] nextTreehash,
                              java.util.Vector[] currentStack,
                              java.util.Vector[] nextStack,
                              java.util.Vector[][] currentRetain,
                              java.util.Vector[][] nextRetain,
                              byte[][][] keep,
                              GMSSLeaf[] nextNextLeaf,
                              GMSSLeaf[] upperLeaf,
                              GMSSLeaf[] upperTreehashLeaf,
                              int[] minTreehash,
                              byte[][] nextRoot,
                              GMSSRootCalc[] nextNextRoot,
                              byte[][] currentRootSig,
                              GMSSRootSig[] nextRootSig,
                              GMSSParameters gmssParameterset,
                              AlgorithmIdentifier digestAlg)