Package | Description |
---|---|
org.bouncycastle.pqc.asn1 | |
org.bouncycastle.pqc.crypto.gmss | |
org.bouncycastle.pqc.jcajce.provider.gmss |
Constructor and Description |
---|
GMSSPrivateKey(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) |
Modifier and Type | Method and Description |
---|---|
GMSSParameters |
GMSSKeyParameters.getParameters() |
GMSSParameters |
GMSSKeyGenerationParameters.getParameters() |
Constructor and Description |
---|
GMSSKeyGenerationParameters(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 key
|
GMSSPrivateKeyParameters(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.
|
Modifier and Type | Method and Description |
---|---|
GMSSParameters |
BCGMSSPublicKey.getParameterSet() |
Constructor and Description |
---|
BCGMSSPublicKey(byte[] pub,
GMSSParameters gmssParameterSet)
The constructor
|
Copyright © 2021 BouncyCastle.org. All rights reserved.