public final class XMSSMTParameters extends Object
Constructor and Description |
---|
XMSSMTParameters(int height,
int layers,
ASN1ObjectIdentifier digestOID)
XMSSMT constructor...
|
XMSSMTParameters(int height,
int layers,
Digest digest)
XMSSMT constructor...
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Getter height.
|
int |
getLayers()
Getter layers.
|
protected int |
getLen() |
protected XMSSOid |
getOid() |
protected String |
getTreeDigest() |
ASN1ObjectIdentifier |
getTreeDigestOID()
Return the tree digest OID.
|
int |
getTreeDigestSize()
Getter digest size.
|
protected org.bouncycastle.pqc.crypto.xmss.WOTSPlus |
getWOTSPlus() |
protected XMSSParameters |
getXMSSParameters() |
static XMSSMTParameters |
lookupByOID(int oid) |
public XMSSMTParameters(int height, int layers, Digest digest)
height
- Height of tree.layers
- Amount of layers.digest
- Digest to use.public XMSSMTParameters(int height, int layers, ASN1ObjectIdentifier digestOID)
height
- Height of tree.layers
- Amount of layers.digestOID
- Object identifier of digest to use.public int getHeight()
public int getLayers()
protected XMSSParameters getXMSSParameters()
protected org.bouncycastle.pqc.crypto.xmss.WOTSPlus getWOTSPlus()
protected String getTreeDigest()
public int getTreeDigestSize()
public ASN1ObjectIdentifier getTreeDigestOID()
protected int getLen()
protected XMSSOid getOid()
public static XMSSMTParameters lookupByOID(int oid)
Copyright © 2021 BouncyCastle.org. All rights reserved.