package org.bouncycastle.pqc.jcajce.interfaces;

public interface XMSSKey
{
    int getHeight();

    String getTreeDigest();
}