Uses of Class
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSParameters
Packages that use GMSSParameters
Package
Description
-
Uses of GMSSParameters in org.bouncycastle.pqc.asn1
Constructors in org.bouncycastle.pqc.asn1 with parameters of type GMSSParametersModifierConstructorDescriptionGMSSPrivateKey(int[] index, byte[][] currentSeed, byte[][] nextNextSeed, byte[][][] currentAuthPath, byte[][][] nextAuthPath, Treehash[][] currentTreehash, Treehash[][] nextTreehash, Vector[] currentStack, Vector[] nextStack, Vector[][] currentRetain, Vector[][] nextRetain, byte[][][] keep, GMSSLeaf[] nextNextLeaf, GMSSLeaf[] upperLeaf, GMSSLeaf[] upperTreehashLeaf, int[] minTreehash, byte[][] nextRoot, GMSSRootCalc[] nextNextRoot, byte[][] currentRootSig, GMSSRootSig[] nextRootSig, GMSSParameters gmssParameterset, AlgorithmIdentifier digestAlg) -
Uses of GMSSParameters in org.bouncycastle.pqc.jcajce.provider.gmss
Methods in org.bouncycastle.pqc.jcajce.provider.gmss that return GMSSParametersConstructors in org.bouncycastle.pqc.jcajce.provider.gmss with parameters of type GMSSParametersModifierConstructorDescriptionBCGMSSPublicKey(byte[] pub, GMSSParameters gmssParameterSet) The constructor -
Uses of GMSSParameters in org.bouncycastle.pqc.legacy.crypto.gmss
Methods in org.bouncycastle.pqc.legacy.crypto.gmss that return GMSSParametersModifier and TypeMethodDescriptionGMSSKeyGenerationParameters.getParameters()GMSSKeyParameters.getParameters()Constructors in org.bouncycastle.pqc.legacy.crypto.gmss with parameters of type GMSSParametersModifierConstructorDescriptionGMSSKeyGenerationParameters(SecureRandom random, GMSSParameters params) GMSSKeyParameters(boolean isPrivate, GMSSParameters params) 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) /**GMSSPublicKeyParameters(byte[] key, GMSSParameters gmssParameterSet) The constructor.