Uses of Interface
org.bouncycastle.pqc.crypto.gmss.GMSSDigestProvider
-
Packages that use GMSSDigestProvider Package Description org.bouncycastle.pqc.crypto.gmss -
-
Uses of GMSSDigestProvider in org.bouncycastle.pqc.crypto.gmss
Methods in org.bouncycastle.pqc.crypto.gmss that return GMSSDigestProvider Modifier and Type Method Description GMSSDigestProvider
GMSSPrivateKeyParameters. getName()
Constructors in org.bouncycastle.pqc.crypto.gmss with parameters of type GMSSDigestProvider Constructor Description GMSSKeyPairGenerator(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.
-