Uses of Interface
org.bouncycastle.pqc.jcajce.interfaces.XMSSMTPrivateKey
-
Packages that use XMSSMTPrivateKey Package Description org.bouncycastle.pqc.jcajce.interfaces org.bouncycastle.pqc.jcajce.provider.xmss -
-
Uses of XMSSMTPrivateKey in org.bouncycastle.pqc.jcajce.interfaces
Methods in org.bouncycastle.pqc.jcajce.interfaces that return XMSSMTPrivateKey Modifier and Type Method Description XMSSMTPrivateKey
XMSSMTPrivateKey. extractKeyShard(int usageCount)
Return a key representing a shard of the key space that can be used usageCount times. -
Uses of XMSSMTPrivateKey in org.bouncycastle.pqc.jcajce.provider.xmss
Classes in org.bouncycastle.pqc.jcajce.provider.xmss that implement XMSSMTPrivateKey Modifier and Type Class Description class
BCXMSSMTPrivateKey
Methods in org.bouncycastle.pqc.jcajce.provider.xmss that return XMSSMTPrivateKey Modifier and Type Method Description XMSSMTPrivateKey
BCXMSSMTPrivateKey. extractKeyShard(int usageCount)
-