Uses of Class
org.bouncycastle.pqc.crypto.xmss.BDS
-
Packages that use BDS Package Description org.bouncycastle.pqc.crypto.xmss -
-
Uses of BDS in org.bouncycastle.pqc.crypto.xmss
Methods in org.bouncycastle.pqc.crypto.xmss that return BDS Modifier and Type Method Description BDS
BDS. getNextState(byte[] publicSeed, byte[] secretKeySeed, org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress)
BDS
BDS. withMaxIndex(int maxIndex, ASN1ObjectIdentifier digestName)
BDS
BDS. withWOTSDigest(ASN1ObjectIdentifier digestName)
Methods in org.bouncycastle.pqc.crypto.xmss with parameters of type BDS Modifier and Type Method Description XMSSPrivateKeyParameters.Builder
XMSSPrivateKeyParameters.Builder. withBDSState(BDS valBDS)
-