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