Interface XMSSMTKey
-
- All Known Subinterfaces:
XMSSMTPrivateKey
- All Known Implementing Classes:
BCXMSSMTPrivateKey
,BCXMSSMTPublicKey
public interface XMSSMTKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int
getLayers()
String
getTreeDigest()
-
-
-
Method Detail
-
getHeight
int getHeight()
-
getLayers
int getLayers()
-
getTreeDigest
String getTreeDigest()
-
-