Package | Description |
---|---|
org.bouncycastle.pqc.crypto.gmss |
Modifier and Type | Method and Description |
---|---|
GMSSDigestProvider |
GMSSPrivateKeyParameters.getName() |
Constructor and 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 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)
/**
|
GMSSRootCalc(int heightOfTree,
int K,
GMSSDigestProvider digestProvider)
Constructor
|
GMSSSigner(GMSSDigestProvider digest)
The standard constructor tries to generate the MerkleTree Algorithm
identifier with the corresponding OID.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.