Uses of Interface
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSDigestProvider
Packages that use GMSSDigestProvider
-
Uses of GMSSDigestProvider in org.bouncycastle.pqc.legacy.crypto.gmss
Methods in org.bouncycastle.pqc.legacy.crypto.gmss that return GMSSDigestProviderConstructors in org.bouncycastle.pqc.legacy.crypto.gmss with parameters of type GMSSDigestProviderModifierConstructorDescriptionGMSSKeyPairGenerator(GMSSDigestProvider digestProvider) The standard constructor tries to generate the GMSS algorithm identifier with the corresponding OID.GMSSPrivateKeyParameters(byte[][] currentSeed, byte[][] nextNextSeed, byte[][][] currentAuthPath, byte[][][] nextAuthPath, Treehash[][] currentTreehash, Treehash[][] nextTreehash, Vector[] currentStack, Vector[] nextStack, Vector[][] currentRetain, Vector[][] nextRetain, byte[][] nextRoot, byte[][] currentRootSig, GMSSParameters gmssParameterset, GMSSDigestProvider digestProvider) Generates a new GMSS private keyGMSSPrivateKeyParameters(int[] index, byte[][] currentSeeds, byte[][] nextNextSeeds, byte[][][] currentAuthPaths, byte[][][] nextAuthPaths, byte[][][] keep, Treehash[][] currentTreehash, Treehash[][] nextTreehash, Vector[] currentStack, Vector[] nextStack, Vector[][] currentRetain, Vector[][] nextRetain, GMSSLeaf[] nextNextLeaf, GMSSLeaf[] upperLeaf, GMSSLeaf[] upperTreehashLeaf, int[] minTreehash, byte[][] nextRoot, GMSSRootCalc[] nextNextRoot, byte[][] currentRootSig, GMSSRootSig[] nextRootSig, GMSSParameters gmssParameterset, GMSSDigestProvider digestProvider) /**GMSSRootCalc(int heightOfTree, int K, GMSSDigestProvider digestProvider) ConstructorGMSSSigner(GMSSDigestProvider digest) The standard constructor tries to generate the MerkleTree Algorithm identifier with the corresponding OID.