Interface XMSSPrivateKey
-
- All Superinterfaces:
javax.security.auth.Destroyable,java.security.Key,java.security.PrivateKey,java.io.Serializable,XMSSKey
- All Known Implementing Classes:
BCXMSSPrivateKey
public interface XMSSPrivateKey extends XMSSKey, java.security.PrivateKey
Base interface for an XMSS 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.XMSSKey
getHeight, getTreeDigest
-
-