public class GMSSPrivateKey extends ASN1Object
Constructor and Description |
---|
GMSSPrivateKey(int[] index,
byte[][] currentSeed,
byte[][] nextNextSeed,
byte[][][] currentAuthPath,
byte[][][] nextAuthPath,
org.bouncycastle.pqc.legacy.crypto.gmss.Treehash[][] currentTreehash,
org.bouncycastle.pqc.legacy.crypto.gmss.Treehash[][] nextTreehash,
java.util.Vector[] currentStack,
java.util.Vector[] nextStack,
java.util.Vector[][] currentRetain,
java.util.Vector[][] nextRetain,
byte[][][] keep,
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSLeaf[] nextNextLeaf,
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSLeaf[] upperLeaf,
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSLeaf[] upperTreehashLeaf,
int[] minTreehash,
byte[][] nextRoot,
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSRootCalc[] nextNextRoot,
byte[][] currentRootSig,
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSRootSig[] nextRootSig,
org.bouncycastle.pqc.legacy.crypto.gmss.GMSSParameters gmssParameterset,
AlgorithmIdentifier digestAlg) |
Modifier and Type | Method and Description |
---|---|
static GMSSPrivateKey |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public GMSSPrivateKey(int[] index, byte[][] currentSeed, byte[][] nextNextSeed, byte[][][] currentAuthPath, byte[][][] nextAuthPath, org.bouncycastle.pqc.legacy.crypto.gmss.Treehash[][] currentTreehash, org.bouncycastle.pqc.legacy.crypto.gmss.Treehash[][] nextTreehash, java.util.Vector[] currentStack, java.util.Vector[] nextStack, java.util.Vector[][] currentRetain, java.util.Vector[][] nextRetain, byte[][][] keep, org.bouncycastle.pqc.legacy.crypto.gmss.GMSSLeaf[] nextNextLeaf, org.bouncycastle.pqc.legacy.crypto.gmss.GMSSLeaf[] upperLeaf, org.bouncycastle.pqc.legacy.crypto.gmss.GMSSLeaf[] upperTreehashLeaf, int[] minTreehash, byte[][] nextRoot, org.bouncycastle.pqc.legacy.crypto.gmss.GMSSRootCalc[] nextNextRoot, byte[][] currentRootSig, org.bouncycastle.pqc.legacy.crypto.gmss.GMSSRootSig[] nextRootSig, org.bouncycastle.pqc.legacy.crypto.gmss.GMSSParameters gmssParameterset, AlgorithmIdentifier digestAlg)
public static GMSSPrivateKey getInstance(java.lang.Object o)
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object