Interface XMSSMTPrivateKey
-
- All Superinterfaces:
javax.security.auth.Destroyable,java.security.Key,java.security.PrivateKey,java.io.Serializable,XMSSMTKey
- All Known Implementing Classes:
BCXMSSMTPrivateKey
public interface XMSSMTPrivateKey extends XMSSMTKey, java.security.PrivateKey
Base interface for an XMSSMT private key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetUsagesRemaining()Return the number of usages left for the private key.-
Methods inherited from interface org.bouncycastle.pqc.jcajce.interfaces.XMSSMTKey
getHeight, getLayers, getTreeDigest
-
-