public final class BDS extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
protected List<XMSSNode> |
getAuthenticationPath() |
protected int |
getIndex() |
int |
getMaxIndex() |
BDS |
getNextState(byte[] publicSeed,
byte[] secretKeySeed,
org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress) |
protected XMSSNode |
getRoot() |
protected int |
getTreeHeight() |
BDS |
withMaxIndex(int maxIndex,
ASN1ObjectIdentifier digestName) |
BDS |
withWOTSDigest(ASN1ObjectIdentifier digestName) |
public BDS getNextState(byte[] publicSeed, byte[] secretKeySeed, org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress)
protected int getTreeHeight()
protected XMSSNode getRoot()
protected int getIndex()
public int getMaxIndex()
public BDS withWOTSDigest(ASN1ObjectIdentifier digestName)
public BDS withMaxIndex(int maxIndex, ASN1ObjectIdentifier digestName)
Copyright © 2021 BouncyCastle.org. All rights reserved.