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